Skip to content

Commit

Permalink
Rename parent POM & util POM to make client-java the primary artifact…
Browse files Browse the repository at this point in the history
… name
  • Loading branch information
Lars Wander committed Sep 20, 2017
1 parent dd979d0 commit 57a5d03
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<artifactId>client-java-parent</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

Expand All @@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-util</artifactId>
<artifactId>client-java</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<artifactId>client-java-parent</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>client-java</artifactId>
<artifactId>client-java-parent</artifactId>
<groupId>io.kubernetes</groupId>
<version>0.2-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -66,6 +66,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release-sign-artifacts</releaseProfiles>
<goals>deploy</goals>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<artifactId>client-java-parent</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions util/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-util</artifactId>
<artifactId>client-java</artifactId>
<version>0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>client-java-util</name>
<name>client-java</name>
<url>https://github.com/kubernetes-client/java</url>
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<artifactId>client-java-parent</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down

0 comments on commit 57a5d03

Please sign in to comment.