This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/curator.git
commit a69b3f141c5397354adf9ef128d6991781d1c9dd Author: tison <[email protected]> AuthorDate: Wed Nov 2 18:25:53 2022 +0800 [maven-release-plugin] prepare for next development iteration Signed-off-by: tison <[email protected]> --- curator-client/pom.xml | 4 ++-- curator-examples/pom.xml | 2 +- curator-framework/pom.xml | 4 ++-- curator-recipes/pom.xml | 4 ++-- curator-test-zk35/pom.xml | 2 +- curator-test-zk36/pom.xml | 2 +- curator-test/pom.xml | 4 ++-- curator-x-async/pom.xml | 2 +- curator-x-discovery-server/pom.xml | 4 ++-- curator-x-discovery/pom.xml | 4 ++-- pom.xml | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/curator-client/pom.xml b/curator-client/pom.xml index 333eb22c..3577c0f8 100644 --- a/curator-client/pom.xml +++ b/curator-client/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>curator-client</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Curator Client</name> diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml index 4495ad05..bf349b3d 100644 --- a/curator-examples/pom.xml +++ b/curator-examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>curator-examples</artifactId> diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml index 5338cca4..f0cefbd0 100644 --- a/curator-framework/pom.xml +++ b/curator-framework/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>curator-framework</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Curator Framework</name> diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml index 5797b69e..4aa7dbb1 100644 --- a/curator-recipes/pom.xml +++ b/curator-recipes/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>curator-recipes</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Curator Recipes</name> diff --git a/curator-test-zk35/pom.xml b/curator-test-zk35/pom.xml index acaca3aa..d0f9b7e6 100644 --- a/curator-test-zk35/pom.xml +++ b/curator-test-zk35/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/curator-test-zk36/pom.xml b/curator-test-zk36/pom.xml index 387f44ee..2b293728 100644 --- a/curator-test-zk36/pom.xml +++ b/curator-test-zk36/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/curator-test/pom.xml b/curator-test/pom.xml index 701e3aac..4417b2b5 100644 --- a/curator-test/pom.xml +++ b/curator-test/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>curator-test</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> <name>Curator Testing</name> <description>Unit testing utilities.</description> diff --git a/curator-x-async/pom.xml b/curator-x-async/pom.xml index 18b6ee85..184e909c 100644 --- a/curator-x-async/pom.xml +++ b/curator-x-async/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/curator-x-discovery-server/pom.xml b/curator-x-discovery-server/pom.xml index 1dd37a75..a4af5d3f 100644 --- a/curator-x-discovery-server/pom.xml +++ b/curator-x-discovery-server/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>curator-x-discovery-server</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Curator Service Discovery Server</name> diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml index 93963239..39dbf10e 100644 --- a/curator-x-discovery/pom.xml +++ b/curator-x-discovery/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>curator-x-discovery</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Curator Service Discovery</name> diff --git a/pom.xml b/pom.xml index 255aa53d..b9171f93 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> - <version>5.4.0</version> + <version>5.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Curator</name>
