Skip to content

Commit f68f177

Browse files
committed
[maven-release-plugin] prepare release client-java-parent-10.0.0
1 parent 3384119 commit f68f177

File tree

10 files changed

+18
-23
lines changed

10 files changed

+18
-23
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
32
<modelVersion>4.0.0</modelVersion>
43
<artifactId>client-java-cert-manager-models</artifactId>
54
<name>cert-manager-models</name>
65
<url>https://github.com/kubernetes-client/java</url>
76
<parent>
87
<groupId>io.kubernetes</groupId>
98
<artifactId>client-java-parent</artifactId>
10-
<version>10.0.0-SNAPSHOT</version>
9+
<version>10.0.0</version>
1110
<relativePath>../../pom.xml</relativePath>
1211
</parent>
1312
<!-- the version tracks the release version of the CRDs in the upstream cert-manager project -->
14-
<version>0.16.1-SNAPSHOT</version>
13+
<version>10.0.0</version>
1514
<dependencies>
1615
<dependency>
1716
<groupId>io.kubernetes</groupId>

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>client-java-parent</artifactId>
75
<groupId>io.kubernetes</groupId>
8-
<version>10.0.0-SNAPSHOT</version>
6+
<version>10.0.0</version>
97
<relativePath>../../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>
1210

1311
<artifactId>client-java-prometheus-operator-models</artifactId>
14-
<version>0.38.1-SNAPSHOT</version>
12+
<version>10.0.0</version>
1513
<dependencies>
1614
<dependency>
1715
<groupId>io.kubernetes</groupId>

e2e/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>io.kubernetes</groupId>
75
<artifactId>e2e-tests</artifactId>
@@ -12,7 +10,7 @@
1210
<parent>
1311
<artifactId>client-java-parent</artifactId>
1412
<groupId>io.kubernetes</groupId>
15-
<version>10.0.0-SNAPSHOT</version>
13+
<version>10.0.0</version>
1614
<relativePath>../pom.xml</relativePath>
1715
</parent>
1816

examples/pom.xml

+3-3
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>10.0.0-SNAPSHOT</version>
11+
<version>10.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<dependencies>
@@ -58,12 +58,12 @@
5858
<dependency>
5959
<groupId>io.kubernetes</groupId>
6060
<artifactId>client-java-cert-manager-models</artifactId>
61-
<version>0.16.1-SNAPSHOT</version>
61+
<version>10.0.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>io.kubernetes</groupId>
6565
<artifactId>client-java-prometheus-operator-models</artifactId>
66-
<version>0.38.1-SNAPSHOT</version>
66+
<version>10.0.0</version>
6767
</dependency>
6868
<!-- test dependencies -->
6969
<dependency>

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>10.0.0-SNAPSHOT</version>
12+
<version>10.0.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

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>10.0.0-SNAPSHOT</version>
16+
<version>10.0.0</version>
1717
</parent>
1818

1919
<build>

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>10.0.0-SNAPSHOT</version>
5+
<version>10.0.0</version>
66
<packaging>pom</packaging>
77
<name>Kubernetes Client API</name>
88
<url>https://github.com/kubernetes-client/java</url>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:git@github.com:kubernetes-client/java.git</connection>
2525
<developerConnection>scm:git:git@github.com:kubernetes-client/java.git</developerConnection>
2626
<url>https://github.com/kubernetes-client/java</url>
27-
<tag>HEAD</tag>
27+
<tag>client-java-parent-10.0.0</tag>
2828
</scm>
2929

3030
<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>10.0.0-SNAPSHOT</version>
12+
<version>10.0.0</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

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>10.0.0-SNAPSHOT</version>
13+
<version>10.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>10.0.0-SNAPSHOT</version>
11+
<version>10.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<dependencies>

0 commit comments

Comments
 (0)