Browse Source

ZOOKEEPER-3122: Rename zookeeper-server to zookeeper

Author: Norbert Kalmar <nkalmar@yahoo.com>

Reviewers: andor@apache.org

Closes #892 from nkalmar/ZK-3122.3.5
Norbert Kalmar 6 years ago
parent
commit
77d8c751f2

+ 1 - 1
pom.xml

@@ -28,7 +28,7 @@
     <!-- no parent resolution -->
   </parent>
   <groupId>org.apache.zookeeper</groupId>
-  <artifactId>zookeeper</artifactId>
+  <artifactId>parent</artifactId>
   <packaging>pom</packaging>
   <version>3.5.5</version>
   <name>Apache ZooKeeper</name>

+ 2 - 2
zookeeper-assembly/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.5.5</version>
     <relativePath>..</relativePath>
   </parent>
@@ -51,7 +51,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

+ 1 - 1
zookeeper-assembly/src/main/assembly/bin-package.xml

@@ -34,7 +34,7 @@
     <moduleSet>
       <useAllReactorProjects>true</useAllReactorProjects>
       <includes>
-        <include>org.apache.zookeeper:zookeeper-server</include>
+        <include>org.apache.zookeeper:zookeeper</include>
         <include>org.apache.zookeeper:zookeeper-recipes-election</include>
         <include>org.apache.zookeeper:zookeeper-recipes-lock</include>
         <include>org.apache.zookeeper:zookeeper-recipes-queue</include>

+ 1 - 1
zookeeper-client/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.5.5</version>
     <relativePath>..</relativePath>
   </parent>

+ 1 - 1
zookeeper-contrib/pom.xml

@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.zookeeper</groupId>
-    <artifactId>zookeeper</artifactId>
+    <artifactId>parent</artifactId>
     <version>3.5.5</version>
   </parent>
 

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml

@@ -42,7 +42,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
     </dependency>
     <dependency>

+ 2 - 2
zookeeper-contrib/zookeeper-contrib-rest/pom.xml

@@ -55,12 +55,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
       <type>test-jar</type>
       <scope>test</scope>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml

@@ -43,7 +43,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
     </dependency>
     <dependency>

+ 1 - 1
zookeeper-docs/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.5.5</version>
         <relativePath>..</relativePath>
     </parent>

+ 1 - 1
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.5.5</version>
     <relativePath>..</relativePath>
   </parent>

+ 1 - 1
zookeeper-recipes/pom.xml

@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.zookeeper</groupId>
-    <artifactId>zookeeper</artifactId>
+    <artifactId>parent</artifactId>
     <version>3.5.5</version>
   </parent>
 

+ 2 - 2
zookeeper-recipes/zookeeper-recipes-election/pom.xml

@@ -37,12 +37,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
       <type>test-jar</type>
       <scope>test</scope>

+ 2 - 2
zookeeper-recipes/zookeeper-recipes-lock/pom.xml

@@ -37,7 +37,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
     </dependency>
     <dependency>
@@ -49,7 +49,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
       <type>test-jar</type>
       <scope>test</scope>

+ 2 - 2
zookeeper-recipes/zookeeper-recipes-queue/pom.xml

@@ -42,12 +42,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper-server</artifactId>
+      <artifactId>zookeeper</artifactId>
       <version>3.5.5</version>
       <type>test-jar</type>
       <scope>test</scope>

+ 2 - 2
zookeeper-server/pom.xml

@@ -22,13 +22,13 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.zookeeper</groupId>
-    <artifactId>zookeeper</artifactId>
+    <artifactId>parent</artifactId>
     <version>3.5.5</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
-  <artifactId>zookeeper-server</artifactId>
+  <artifactId>zookeeper</artifactId>
   <packaging>jar</packaging>
   <name>Apache ZooKeeper - Server</name>
   <description>ZooKeeper server</description>