File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >dledger-all</artifactId >
22
22
<groupId >io.openmessaging.storage</groupId >
23
- <version >0.3.3-SNAPSHOT </version >
23
+ <version >0.4.0 </version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >io.openmessaging.storage</groupId >
8
6
<artifactId >dledger-all</artifactId >
9
- <version >0.3.3-SNAPSHOT </version >
7
+ <version >0.4.0 </version >
10
8
</parent >
11
9
12
10
<artifactId >dledger-example</artifactId >
Original file line number Diff line number Diff line change 16
16
~ limitations under the License.
17
17
-->
18
18
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" >
21
20
<modelVersion >4.0.0</modelVersion >
22
21
23
22
<parent >
28
27
29
28
<groupId >io.openmessaging.storage</groupId >
30
29
<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 >
32
35
33
36
<packaging >pom</packaging >
34
37
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<artifactId >dledger-all</artifactId >
4
4
<groupId >io.openmessaging.storage</groupId >
5
- <version >0.3.3-SNAPSHOT </version >
5
+ <version >0.4.0 </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
You can’t perform that action at this time.
0 commit comments