Skip to content

Commit

Permalink
Prepared 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnar committed Oct 5, 2023
1 parent ab42352 commit 6ad6d36
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<!-- to change version: mvn -B release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
<name>Apache ZooKeeper</name>
<description>
ZooKeeper is a centralized service for maintaining configuration information, naming,
Expand Down Expand Up @@ -71,7 +71,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
<tag>branch-3.8</tag>
<tag>release-3.8.3-0</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/zookeeper-client-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-client</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-client-c</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-compatibility-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-compatibility-tests</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<groupId>org.apache.zookeeper</groupId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-contrib-loggraph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-contrib-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-contrib-zooinspector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-jute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-jute</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-metrics-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-metrics-providers</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-metrics-providers</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-prometheus-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-recipes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/zookeeper-recipes-election/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-recipes-election</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/zookeeper-recipes-lock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-recipes-lock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/zookeeper-recipes-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper-recipes-queue</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>zookeeper</artifactId>
Expand Down

0 comments on commit 6ad6d36

Please sign in to comment.