File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments