Skip to content

Commit fe86ef3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9a9cb66 commit fe86ef3

File tree

21 files changed

+22
-22
lines changed

21 files changed

+22
-22
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<artifactId>parent</artifactId>
3232
<packaging>pom</packaging>
3333
<!-- to change version: mvn -B release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
34-
<version>3.7.0-SNAPSHOT</version>
34+
<version>3.8.0-SNAPSHOT</version>
3535
<name>Apache ZooKeeper</name>
3636
<description>
3737
ZooKeeper is a centralized service for maintaining configuration information, naming,
@@ -71,7 +71,7 @@
7171
<connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
7272
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
7373
<url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
74-
<tag>branch-3.7</tag>
74+
<tag>HEAD</tag>
7575
</scm>
7676
<issueManagement>
7777
<system>JIRA</system>

zookeeper-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-assembly</artifactId>

zookeeper-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-client</artifactId>

zookeeper-client/zookeeper-client-c/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-client</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-client-c</artifactId>

zookeeper-compatibility-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.zookeeper</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>3.7.0-SNAPSHOT</version>
25+
<version>3.8.0-SNAPSHOT</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828
<modelVersion>4.0.0</modelVersion>

zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.zookeeper</groupId>
2424
<artifactId>zookeeper-compatibility-tests</artifactId>
25-
<version>3.7.0-SNAPSHOT</version>
25+
<version>3.8.0-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

zookeeper-contrib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.zookeeper</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>3.7.0-SNAPSHOT</version>
27+
<version>3.8.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>zookeeper-contrib</artifactId>

zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-contrib</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<groupId>org.apache.zookeeper</groupId>

zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-contrib</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-contrib-loggraph</artifactId>

zookeeper-contrib/zookeeper-contrib-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-contrib</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-contrib-rest</artifactId>

zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-contrib</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-contrib-zooinspector</artifactId>

zookeeper-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-docs</artifactId>

zookeeper-it/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-it</artifactId>

zookeeper-jute/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-jute</artifactId>

zookeeper-metrics-providers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-metrics-providers</artifactId>

zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-metrics-providers</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-prometheus-metrics</artifactId>

zookeeper-recipes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.zookeeper</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>3.7.0-SNAPSHOT</version>
27+
<version>3.8.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>zookeeper-recipes</artifactId>

zookeeper-recipes/zookeeper-recipes-election/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-recipes</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-recipes-election</artifactId>

zookeeper-recipes/zookeeper-recipes-lock/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-recipes</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-recipes-lock</artifactId>

zookeeper-recipes/zookeeper-recipes-queue/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-recipes</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-recipes-queue</artifactId>

zookeeper-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.7.0-SNAPSHOT</version>
26+
<version>3.8.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper</artifactId>

0 commit comments

Comments
 (0)