summaryrefslogtreecommitdiff
path: root/zookeeper-jute
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-jute
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-jute')
-rwxr-xr-xzookeeper-jute/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index 9bb696e9a..0c4ce543e 100755
--- a/zookeeper-jute/pom.xml
+++ b/zookeeper-jute/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
+ <artifactId>parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>