This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new 7cc5e6a Fix pom.xml files that contained bad version 3.7.0-SNAPSHOT
7cc5e6a is described below
commit 7cc5e6aed26af86d30a03715bfd0cad51453c0fc
Author: Enrico Olivelli <[email protected]>
AuthorDate: Fri Apr 17 08:46:41 2020 +0200
Fix pom.xml files that contained bad version 3.7.0-SNAPSHOT
---
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..b6dc596 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.2-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-it/pom.xml b/zookeeper-it/pom.xml
index 163930f..bc907f7 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.2-SNAPSHOT</version>
</parent>
<artifactId>zookeeper-it</artifactId>