File tree 3 files changed +5
-4
lines changed 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
<dependency >
23
23
<groupId >io.kubernetes</groupId >
24
- <artifactId >client-java-util </artifactId >
24
+ <artifactId >client-java</artifactId >
25
25
<version >0.2-SNAPSHOT</version >
26
26
</dependency >
27
27
<dependency >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
- <artifactId >client-java</artifactId >
3
+ <artifactId >client-java-parent </artifactId >
4
4
<groupId >io.kubernetes</groupId >
5
5
<version >0.2-SNAPSHOT</version >
6
6
<packaging >pom</packaging >
66
66
<autoVersionSubmodules >true</autoVersionSubmodules >
67
67
<releaseProfiles >release-sign-artifacts</releaseProfiles >
68
68
<goals >deploy</goals >
69
+ <skip >true</skip >
69
70
</configuration >
70
71
</plugin >
71
72
</plugins >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.kubernetes</groupId >
4
- <artifactId >client-java-util </artifactId >
4
+ <artifactId >client-java</artifactId >
5
5
<version >0.2-SNAPSHOT</version >
6
6
<packaging >jar</packaging >
7
- <name >client-java-util </name >
7
+ <name >client-java</name >
8
8
<url >https://github.com/kubernetes-client/java</url >
9
9
<parent >
10
10
<groupId >io.kubernetes</groupId >
You can’t perform that action at this time.
0 commit comments