Skip to content

Commit

Permalink
Prepared 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Jan 25, 2023
1 parent 344f473 commit 74db005
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions pom.xml
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.0-SNAPSHOT</version>
<version>3.8.1</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.1-1</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-assembly/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/zookeeper-client-c/CMakeLists.txt
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.5)

project(zookeeper VERSION 3.8.0)
project(zookeeper VERSION 3.8.1)
set(email user@zookeeper.apache.org)
set(description "zookeeper C client")

Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/zookeeper-client-c/configure.ac
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.59)

AC_INIT([zookeeper C client],3.8.0,[user@zookeeper.apache.org],[zookeeper])
AC_INIT([zookeeper C client],3.8.1,[user@zookeeper.apache.org],[zookeeper])
AC_CONFIG_SRCDIR([src/zookeeper.c])

# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/zookeeper-client-c/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-client</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<groupId>org.apache.zookeeper</groupId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-contrib-loggraph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-rest/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-contrib-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-contrib-zooinspector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-docs/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-it/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-jute/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-jute</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-metrics-providers/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-metrics-providers</artifactId>
Expand Down
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-metrics-providers</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-prometheus-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-recipes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/zookeeper-recipes-election/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-recipes-election</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/zookeeper-recipes-lock/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-recipes-lock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-recipes/zookeeper-recipes-queue/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper-recipes-queue</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-server/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.1</version>
</parent>

<artifactId>zookeeper</artifactId>
Expand Down

0 comments on commit 74db005

Please sign in to comment.