Skip to content

Commit 38a9e17

Browse files
author
Kubernetes Prow Robot
committed
[maven-release-plugin] prepare release v17.0.0
1 parent fbbbd15 commit 38a9e17

File tree

16 files changed

+22
-23
lines changed

16 files changed

+22
-23
lines changed

client-java-contrib/admissionreview/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<parent>
88
<groupId>io.kubernetes</groupId>
99
<artifactId>client-java-parent</artifactId>
10-
<version>17.0.0-SNAPSHOT</version>
10+
<version>17.0.0</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
13-
<version>17.0.0-SNAPSHOT</version>
13+
<version>17.0.0</version>
1414

1515
<dependencies>
1616
<dependency>

client-java-contrib/cert-manager/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>io.kubernetes</groupId>
88
<artifactId>client-java-parent</artifactId>
9-
<version>17.0.0-SNAPSHOT</version>
9+
<version>17.0.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<!-- the version tracks the release version of the CRDs in the upstream cert-manager project -->
13-
<version>17.0.0-SNAPSHOT</version>
13+
<version>17.0.0</version>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.kubernetes</groupId>

client-java-contrib/prometheus-operator/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>client-java-parent</artifactId>
55
<groupId>io.kubernetes</groupId>
6-
<version>17.0.0-SNAPSHOT</version>
6+
<version>17.0.0</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

1111
<artifactId>client-java-prometheus-operator-models</artifactId>
12-
<version>17.0.0-SNAPSHOT</version>
12+
<version>17.0.0</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kubernetes</groupId>

e2e/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>client-java-parent</artifactId>
1212
<groupId>io.kubernetes</groupId>
13-
<version>17.0.0-SNAPSHOT</version>
13+
<version>17.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

examples/examples-release-13/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.kubernetes</groupId>
66
<artifactId>client-java-examples-parent</artifactId>
7-
<version>17.0.0-SNAPSHOT</version>
7+
<version>17.0.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

examples/examples-release-14/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.kubernetes</groupId>
66
<artifactId>client-java-examples-parent</artifactId>
7-
<version>17.0.0-SNAPSHOT</version>
7+
<version>17.0.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

examples/examples-release-15/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.kubernetes</groupId>
66
<artifactId>client-java-examples-parent</artifactId>
7-
<version>17.0.0-SNAPSHOT</version>
7+
<version>17.0.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>io.kubernetes</groupId>
66
<artifactId>client-java-parent</artifactId>
7-
<version>17.0.0-SNAPSHOT</version>
7+
<version>17.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<version>17.0.0-SNAPSHOT</version>
11+
<version>17.0.0</version>
1212

1313
<artifactId>client-java-examples-parent</artifactId>
1414
<packaging>pom</packaging>

extended/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>client-java-parent</artifactId>
1111
<groupId>io.kubernetes</groupId>
12-
<version>17.0.0-SNAPSHOT</version>
12+
<version>17.0.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

fluent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.kubernetes</groupId>
1010
<artifactId>client-java-parent</artifactId>
11-
<version>17.0.0-SNAPSHOT</version>
11+
<version>17.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

kubernetes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>io.kubernetes</groupId>
1515
<artifactId>client-java-parent</artifactId>
16-
<version>17.0.0-SNAPSHOT</version>
16+
<version>17.0.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>client-java-parent</artifactId>
44
<groupId>io.kubernetes</groupId>
5-
<version>17.0.0-SNAPSHOT</version>
5+
<version>17.0.0</version>
66
<packaging>pom</packaging>
77
<name>Kubernetes Client API</name>
88
<url>https://github.com/kubernetes-client/java</url>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:[email protected]:kubernetes-client/java.git</connection>
2828
<developerConnection>scm:git:[email protected]:kubernetes-client/java.git</developerConnection>
2929
<url>https://github.com/kubernetes-client/java</url>
30-
<tag>HEAD</tag>
30+
<tag>v17.0.0</tag>
3131
</scm>
3232

3333
<prerequisites>

proto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.kubernetes</groupId>
1111
<artifactId>client-java-parent</artifactId>
12-
<version>17.0.0-SNAPSHOT</version>
12+
<version>17.0.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

spring-aot/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>io.kubernetes</groupId>
65
<artifactId>client-java-spring-aot-integration</artifactId>
@@ -10,7 +9,7 @@
109
<parent>
1110
<artifactId>client-java-parent</artifactId>
1211
<groupId>io.kubernetes</groupId>
13-
<version>17.0.0-SNAPSHOT</version>
12+
<version>17.0.0</version>
1413
<relativePath>../pom.xml</relativePath>
1514
</parent>
1615
<properties>

spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>client-java-parent</artifactId>
1212
<groupId>io.kubernetes</groupId>
13-
<version>17.0.0-SNAPSHOT</version>
13+
<version>17.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.kubernetes</groupId>
1010
<artifactId>client-java-parent</artifactId>
11-
<version>17.0.0-SNAPSHOT</version>
11+
<version>17.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<dependencies>

0 commit comments

Comments
 (0)