[curator] 02/03: Merge branch 'master' of https://github.com/apache/curator

2020-06-15 Thread cammckenzie
This is an automated email from the ASF dual-hosted git repository.

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

commit 35bd0cbe26dfc52bdc0a22ab49dd7b7d94d65f28
Merge: a4ddf2b 751724b
Author: Cam McKenzie 
AuthorDate: Wed Jun 3 11:00:29 2020 +1000

Merge branch 'master' of https://github.com/apache/curator

 README.md | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)



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

2020-06-15 Thread cammckenzie
This is an automated email from the ASF dual-hosted git repository.

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

commit a4ddf2bcc3f2f9d961f47d41b2a9d055b2c8b76b
Author: Cameron McKenzie 
AuthorDate: Mon May 18 12:43:58 2020 +1000

[maven-release-plugin] prepare for next development iteration
---
 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/pom.xml   | 4 ++--
 curator-x-async/pom.xml| 2 +-
 curator-x-discovery-server/pom.xml | 4 ++--
 curator-x-discovery/pom.xml| 4 ++--
 pom.xml| 4 ++--
 10 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/curator-client/pom.xml b/curator-client/pom.xml
index 769ffad..2d51494 100644
--- a/curator-client/pom.xml
+++ b/curator-client/pom.xml
@@ -23,11 +23,11 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 
 curator-client
-5.0.0
+5.0.1-SNAPSHOT
 bundle
 
 Curator Client
diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml
index 03ee78d..4c6dd0d 100644
--- a/curator-examples/pom.xml
+++ b/curator-examples/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 
 curator-examples
diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml
index a4fd346..fc76372 100644
--- a/curator-framework/pom.xml
+++ b/curator-framework/pom.xml
@@ -24,11 +24,11 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 
 curator-framework
-5.0.0
+5.0.1-SNAPSHOT
 bundle
 
 Curator Framework
diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml
index 14f3a44..e606b06 100644
--- a/curator-recipes/pom.xml
+++ b/curator-recipes/pom.xml
@@ -24,11 +24,11 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 
 curator-recipes
-5.0.0
+5.0.1-SNAPSHOT
 bundle
 
 Curator Recipes
diff --git a/curator-test-zk35/pom.xml b/curator-test-zk35/pom.xml
index 31df2f6..4cd7ca2 100644
--- a/curator-test-zk35/pom.xml
+++ b/curator-test-zk35/pom.xml
@@ -20,7 +20,7 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 4.0.0
 
diff --git a/curator-test/pom.xml b/curator-test/pom.xml
index 01a36f6..cbe3671 100644
--- a/curator-test/pom.xml
+++ b/curator-test/pom.xml
@@ -24,11 +24,11 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 
 curator-test
-5.0.0
+5.0.1-SNAPSHOT
 
 Curator Testing
 Unit testing utilities.
diff --git a/curator-x-async/pom.xml b/curator-x-async/pom.xml
index 8c2370a..d1caf4a 100644
--- a/curator-x-async/pom.xml
+++ b/curator-x-async/pom.xml
@@ -3,7 +3,7 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 4.0.0
 
diff --git a/curator-x-discovery-server/pom.xml 
b/curator-x-discovery-server/pom.xml
index bc8af5b..7abec63 100644
--- a/curator-x-discovery-server/pom.xml
+++ b/curator-x-discovery-server/pom.xml
@@ -24,11 +24,11 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 
 curator-x-discovery-server
-5.0.0
+5.0.1-SNAPSHOT
 bundle
 
 Curator Service Discovery Server
diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml
index 8aeac36..e19441d 100644
--- a/curator-x-discovery/pom.xml
+++ b/curator-x-discovery/pom.xml
@@ -24,11 +24,11 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 
 
 curator-x-discovery
-5.0.0
+5.0.1-SNAPSHOT
 bundle
 
 Curator Service Discovery
diff --git a/pom.xml b/pom.xml
index 11d4107..ffd8385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.curator
 apache-curator
-5.0.0
+5.0.1-SNAPSHOT
 pom
 
 Apache Curator
@@ -107,7 +107,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/curator.git
 
scm:git:https://gitbox.apache.org/repos/asf/curator.git
 
-apache-curator-5.0.0
+apache-curator-3.2.0
 
 
 



[curator] 03/03: Merge branch 'master' of https://github.com/apache/curator

2020-06-15 Thread cammckenzie
This is an automated email from the ASF dual-hosted git repository.

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

commit 2d54d92e106b748d2da1451f5cbe42127441c9e7
Merge: 35bd0cb 095deaf
Author: Cam McKenzie 
AuthorDate: Tue Jun 16 08:11:43 2020 +1000

Merge branch 'master' of https://github.com/apache/curator

 pom.xml | 12 
 1 file changed, 12 insertions(+)




[curator] branch master updated (095deaf -> 2d54d92)

2020-06-15 Thread cammckenzie
This is an automated email from the ASF dual-hosted git repository.

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


from 095deaf  Add Enrico Olivelli as Committer and PMC
 add e0bb2fb  [maven-release-plugin] prepare release apache-curator-5.0.0
 new a4ddf2b  [maven-release-plugin] prepare for next development iteration
 new 35bd0cb  Merge branch 'master' of https://github.com/apache/curator
 new 2d54d92  Merge branch 'master' of https://github.com/apache/curator

The 3 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/pom.xml   |  4 ++--
 curator-x-async/pom.xml|  2 +-
 curator-x-discovery-server/pom.xml |  4 ++--
 curator-x-discovery/pom.xml|  4 ++--
 pom.xml| 20 ++--
 10 files changed, 25 insertions(+), 25 deletions(-)