Skip to content

Commit fbf7b36

Browse files
author
tsaitsung-han.tht
committed
[maven-release-plugin] prepare release dledger-all-0.4.0
1 parent 0f18856 commit fbf7b36

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

dledger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>dledger-all</artifactId>
2222
<groupId>io.openmessaging.storage</groupId>
23-
<version>0.3.3-SNAPSHOT</version>
23+
<version>0.4.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

example/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.openmessaging.storage</groupId>
86
<artifactId>dledger-all</artifactId>
9-
<version>0.3.3-SNAPSHOT</version>
7+
<version>0.4.0</version>
108
</parent>
119

1210
<artifactId>dledger-example</artifactId>

pom.xml

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
@@ -28,7 +27,11 @@
2827

2928
<groupId>io.openmessaging.storage</groupId>
3029
<artifactId>dledger-all</artifactId>
31-
<version>0.3.3-SNAPSHOT</version>
30+
<version>0.4.0</version>
31+
32+
<name>openmessaging-dledger</name>
33+
<description>A raft-based java library for building high-available, high-durable, strong-consistent commitlog.</description>
34+
<url>https://github.com/openmessaging/dledger</url>
3235

3336
<packaging>pom</packaging>
3437

proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>dledger-all</artifactId>
44
<groupId>io.openmessaging.storage</groupId>
5-
<version>0.3.3-SNAPSHOT</version>
5+
<version>0.4.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

0 commit comments

Comments
 (0)