summaryrefslogtreecommitdiff
path: root/zookeeper-contrib/pom.xml
diff options
context:
space:
mode:
authorNorbert Kalmar <nkalmar@yahoo.com>2019-04-03 12:54:58 +0200
committerAndor Molnar <andor@apache.org>2019-04-03 12:54:58 +0200
commit7335efc6662d85a774f49a0732cd922cfc843333 (patch)
treee0baf787ea5e706e2b7bef492209773b755fb6a8 /zookeeper-contrib/pom.xml
parent91cf67029f398ae4c99ae40231cc2bde0f7559f0 (diff)
downloadzookeeper-7335efc6662d85a774f49a0732cd922cfc843333.tar.gz
ZOOKEEPER-3122: Rename zookeeper-server to zookeeper
To stay backward compatible and make dependency management less confusing, everyone using ZooKeeper can stay on "zookeeper" as artifactid. When java client is separated from server code, we can think on the module names to make sense. Author: Norbert Kalmar <nkalmar@yahoo.com> Reviewers: andor@apache.org Closes #890 from nkalmar/ZK-3122
Diffstat (limited to 'zookeeper-contrib/pom.xml')
-rwxr-xr-xzookeeper-contrib/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index 6d7e6f220..bac3e05d2 100755
--- a/zookeeper-contrib/pom.xml
+++ b/zookeeper-contrib/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
+ <artifactId>parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
</parent>