Skip to content

Commit 57a5d03

Browse files
author
Lars Wander
committed
Rename parent POM & util POM to make client-java the primary artifact name
1 parent dd979d0 commit 57a5d03

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>io.kubernetes</groupId>
12-
<artifactId>client-java</artifactId>
12+
<artifactId>client-java-parent</artifactId>
1313
<version>0.2-SNAPSHOT</version>
1414
</parent>
1515

@@ -21,7 +21,7 @@
2121
</dependency>
2222
<dependency>
2323
<groupId>io.kubernetes</groupId>
24-
<artifactId>client-java-util</artifactId>
24+
<artifactId>client-java</artifactId>
2525
<version>0.2-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<parent>
1515
<groupId>io.kubernetes</groupId>
16-
<artifactId>client-java</artifactId>
16+
<artifactId>client-java-parent</artifactId>
1717
<version>0.2-SNAPSHOT</version>
1818
</parent>
1919

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
3-
<artifactId>client-java</artifactId>
3+
<artifactId>client-java-parent</artifactId>
44
<groupId>io.kubernetes</groupId>
55
<version>0.2-SNAPSHOT</version>
66
<packaging>pom</packaging>
@@ -66,6 +66,7 @@
6666
<autoVersionSubmodules>true</autoVersionSubmodules>
6767
<releaseProfiles>release-sign-artifacts</releaseProfiles>
6868
<goals>deploy</goals>
69+
<skip>true</skip>
6970
</configuration>
7071
</plugin>
7172
</plugins>

proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>io.kubernetes</groupId>
12-
<artifactId>client-java</artifactId>
12+
<artifactId>client-java-parent</artifactId>
1313
<version>0.2-SNAPSHOT</version>
1414
</parent>
1515

util/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.kubernetes</groupId>
4-
<artifactId>client-java-util</artifactId>
4+
<artifactId>client-java</artifactId>
55
<version>0.2-SNAPSHOT</version>
66
<packaging>jar</packaging>
7-
<name>client-java-util</name>
7+
<name>client-java</name>
88
<url>https://github.com/kubernetes-client/java</url>
99
<parent>
1010
<groupId>io.kubernetes</groupId>
11-
<artifactId>client-java</artifactId>
11+
<artifactId>client-java-parent</artifactId>
1212
<version>0.2-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>

0 commit comments

Comments
 (0)