You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2023/02/21 03:14:43 UTC

[curator] branch master updated (9b3a1453 -> 1a4149f1)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


    from 9b3a1453 [CURATOR-653] Proposed changes based on PR #398 (#436)
     add 526e38c7 [maven-release-plugin] prepare release apache-curator-5.4.0
     new a69b3f14 [maven-release-plugin] prepare for next development iteration
     new 1a4149f1 Set currentStableVersion to 5.4.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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                            | 6 +++---
 11 files changed, 19 insertions(+), 19 deletions(-)


[curator] 01/02: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git

commit a69b3f141c5397354adf9ef128d6991781d1c9dd
Author: tison <wa...@gmail.com>
AuthorDate: Wed Nov 2 18:25:53 2022 +0800

    [maven-release-plugin] prepare for next development iteration
    
    Signed-off-by: tison <wa...@gmail.com>
---
 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>


[curator] 02/02: Set currentStableVersion to 5.4.0

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git

commit 1a4149f1edbc93ee98ad8915c61fabf84ed5a4d2
Author: tison <wa...@gmail.com>
AuthorDate: Wed Nov 2 18:26:37 2022 +0800

    Set currentStableVersion to 5.4.0
    
    Signed-off-by: tison <wa...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9171f93..9e96d2c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <dependency.locations.enabled>false</dependency.locations.enabled>
 
-        <currentStableVersion>5.3.0</currentStableVersion>
+        <currentStableVersion>5.4.0</currentStableVersion>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>