Skip to content

Commit 10241c3

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

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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>

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>

util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>

0 commit comments

Comments
 (0)