Skip to content

Commit 9b1c339

Browse files
committed
[maven-release-plugin] prepare release dledger-all-0.3.0
1 parent 7c10b3b commit 9b1c339

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

command/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
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">
2220
<parent>
2321
<artifactId>dledger-all</artifactId>
2422
<groupId>io.openmessaging.storage</groupId>
25-
<version>0.2.8-SNAPSHOT</version>
23+
<version>0.3.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826

dledger/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
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">
2220
<parent>
2321
<artifactId>dledger-all</artifactId>
2422
<groupId>io.openmessaging.storage</groupId>
25-
<version>0.2.8-SNAPSHOT</version>
23+
<version>0.3.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
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">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<parent>
@@ -29,7 +27,7 @@
2927

3028
<groupId>io.openmessaging.storage</groupId>
3129
<artifactId>dledger-all</artifactId>
32-
<version>0.2.8-SNAPSHOT</version>
30+
<version>0.3.0</version>
3331

3432
<packaging>pom</packaging>
3533

proxy/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<parent>
43
<artifactId>dledger-all</artifactId>
54
<groupId>io.openmessaging.storage</groupId>
6-
<version>0.2.8-SNAPSHOT</version>
5+
<version>0.3.0</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98

0 commit comments

Comments
 (0)