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

eolivelli pushed a commit to branch release-3.6.1
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/release-3.6.1 by this push:
     new 6e92922  Fix pom.xml files that contained wrong 3.7.0-SNAPSHOT version
6e92922 is described below

commit 6e929220455675ca386225ea7e666c5139cfd92d
Author: Enrico Olivelli <[email protected]>
AuthorDate: Fri Apr 17 08:48:05 2020 +0200

    Fix pom.xml files that contained wrong 3.7.0-SNAPSHOT version
---
 zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml | 2 +-
 zookeeper-it/pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml 
b/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
index 9a90dd7..cb74b77 100755
--- a/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.6.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-it/pom.xml b/zookeeper-it/pom.xml
index 163930f..f113456 100755
--- a/zookeeper-it/pom.xml
+++ b/zookeeper-it/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.6.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-it</artifactId>

Reply via email to