Skip to content

Commit

Permalink
Change groupId and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
narendly authored and huizhilu committed Nov 11, 2020
1 parent 5a0cd41 commit 5fbe83a
Show file tree
Hide file tree
Showing 22 changed files with 56 additions and 92 deletions.
48 changes: 6 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@
<relativePath />
<!-- no parent resolution -->
</parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<!-- to change version: mvn -\-batch-mode release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
<version>3.6.2</version>
<name>Apache ZooKeeper</name>
<description>
Disclaimer: this version of ZooKeeper artifact has been modified for use at LinkedIn.

ZooKeeper is a centralized service for maintaining configuration information, naming,
providing distributed synchronization, and providing group services. All of these kinds
of services are used in some form or another by distributed applications. Each time they
Expand Down Expand Up @@ -74,47 +76,9 @@
<tag>release-3.6.2-1</tag>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://issues.apache.org/jira/browse/ZOOKEEPER</url>
<system>GitHub Issues</system>
<url>https://github.com/linkedin/zookeeper/issues</url>
</issueManagement>
<ciManagement>
<system>jenkins</system>
<url>https://ci-hadoop.apache.org/view/ZooKeeper/</url>
</ciManagement>
<mailingLists>
<mailingList>
<name>User List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/zookeeper-user/</archive>
</mailingList>
<mailingList>
<name>Developer List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/zookeeper-dev/</archive>
</mailingList>
<mailingList>
<name>Commits List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/zookeeper-commits/</archive>
</mailingList>
<mailingList>
<name>Issues List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
<mailingList>
<name>Notifications List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>https://lists.apache.org/[email protected]</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>tdunning</id>
Expand Down Expand Up @@ -957,7 +921,7 @@
</plugin>
</plugins>
</reporting>

<distributionManagement>
<repository>
<id>bintray-linkedin-maven</id>
Expand Down
14 changes: 7 additions & 7 deletions zookeeper-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
<relativePath>..</relativePath>
Expand Down Expand Up @@ -50,33 +50,33 @@

<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-docs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-client</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-prometheus-metrics</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<version>${project.version}</version>
<type>pom</type>
Expand Down
6 changes: 3 additions & 3 deletions zookeeper-assembly/src/main/assembly/bin-package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<include>*:*</include>
</includes>
<excludes>
<exclude>org.apache.zookeeper:zookeeper-recipes</exclude>
<exclude>org.apache.zookeeper:zookeeper-client</exclude>
<exclude>org.apache.zookeeper:zookeeper-docs</exclude>
<exclude>com.linkedin.zookeeper:zookeeper-recipes</exclude>
<exclude>com.linkedin.zookeeper:zookeeper-client</exclude>
<exclude>com.linkedin.zookeeper:zookeeper-docs</exclude>
</excludes>
<useProjectArtifact>false</useProjectArtifact>
<useTransitiveDependencies>true</useTransitiveDependencies>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-client/zookeeper-client-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-client</artifactId>
<version>3.6.2</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-compatibility-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-compatibility-tests</artifactId>
<version>3.6.2</version>
</parent>
Expand All @@ -37,7 +37,7 @@

<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -48,7 +48,7 @@
<version>${apache-curator-version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
</exclusions>
Expand All @@ -61,7 +61,7 @@
<version>${apache-curator-version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
</exclusions>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
</parent>
Expand Down
12 changes: 6 additions & 6 deletions zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.6.2</version>
</parent>

<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-contrib-fatjar</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Contrib - Fatjar</name>
Expand All @@ -38,23 +38,23 @@

<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-it</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.6.2</version>
</parent>
Expand All @@ -35,12 +35,12 @@

<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions zookeeper-contrib/zookeeper-contrib-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.6.2</version>
</parent>
Expand Down Expand Up @@ -53,12 +53,12 @@

<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
4 changes: 2 additions & 2 deletions zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<version>3.6.2</version>
</parent>
Expand All @@ -41,7 +41,7 @@

<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
<relativePath>..</relativePath>
Expand Down
6 changes: 3 additions & 3 deletions zookeeper-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
</parent>
Expand All @@ -41,12 +41,12 @@

<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-jute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-metrics-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>parent</artifactId>
<version>3.6.2</version>
<relativePath>..</relativePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<artifactId>zookeeper-metrics-providers</artifactId>
<version>3.6.2</version>
<relativePath>..</relativePath>
Expand All @@ -37,14 +37,14 @@
</properties>
<dependencies>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<groupId>com.linkedin.zookeeper</groupId>
<!-- we can create a metrics-providers-api package
once we get rid of ant based build
https://issues.apache.org/jira/browse/ZOOKEEPER-3376
-->
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
Expand Down
Loading

0 comments on commit 5fbe83a

Please sign in to comment.