Skip to content

Commit eee8f08

Browse files
authored
Merge pull request #4063 from kubernetes-client/automated-release-24.0.0-legacy
Automated release 24.0.0 legacy
2 parents 39a471a + 17e28cf commit eee8f08

File tree

17 files changed

+27
-38
lines changed

17 files changed

+27
-38
lines changed

client-java-contrib/admissionreview/pom.xml

Lines changed: 2 additions & 2 deletions
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>24.0.0-legacy-SNAPSHOT</version>
10+
<version>24.0.1-legacy-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
13-
<version>24.0.0-legacy-SNAPSHOT</version>
13+
<version>24.0.1-legacy-SNAPSHOT</version>
1414

1515
<dependencies>
1616
<dependency>

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

Lines changed: 2 additions & 2 deletions
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>24.0.0-legacy-SNAPSHOT</version>
9+
<version>24.0.1-legacy-SNAPSHOT</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>24.0.0-legacy-SNAPSHOT</version>
13+
<version>24.0.1-legacy-SNAPSHOT</version>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.kubernetes</groupId>

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

Lines changed: 2 additions & 2 deletions
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>24.0.0-legacy-SNAPSHOT</version>
6+
<version>24.0.1-legacy-SNAPSHOT</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>24.0.0-legacy-SNAPSHOT</version>
12+
<version>24.0.1-legacy-SNAPSHOT</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kubernetes</groupId>

e2e/pom.xml

Lines changed: 1 addition & 1 deletion
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>24.0.0-legacy-SNAPSHOT</version>
13+
<version>24.0.1-legacy-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

examples/examples-release-16/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.kubernetes</groupId>
86
<artifactId>client-java-examples-parent</artifactId>
9-
<version>24.0.0-legacy-SNAPSHOT</version>
7+
<version>24.0.1-legacy-SNAPSHOT</version>
108
<relativePath>..</relativePath>
119
</parent>
1210

examples/examples-release-17/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.kubernetes</groupId>
86
<artifactId>client-java-examples-parent</artifactId>
9-
<version>24.0.0-legacy-SNAPSHOT</version>
7+
<version>24.0.1-legacy-SNAPSHOT</version>
108
<relativePath>..</relativePath>
119
</parent>
1210

examples/examples-release-18/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.kubernetes</groupId>
86
<artifactId>client-java-examples-parent</artifactId>
9-
<version>24.0.0-legacy-SNAPSHOT</version>
7+
<version>24.0.1-legacy-SNAPSHOT</version>
108
<relativePath>..</relativePath>
119
</parent>
1210

examples/examples-release-19/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.kubernetes</groupId>
86
<artifactId>client-java-examples-parent</artifactId>
9-
<version>24.0.0-legacy-SNAPSHOT</version>
7+
<version>24.0.1-legacy-SNAPSHOT</version>
108
<relativePath>..</relativePath>
119
</parent>
1210

examples/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.kubernetes</groupId>
86
<artifactId>client-java-parent</artifactId>
9-
<version>24.0.0-legacy-SNAPSHOT</version>
7+
<version>24.0.1-legacy-SNAPSHOT</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

13-
<version>24.0.0-legacy-SNAPSHOT</version>
11+
<version>24.0.1-legacy-SNAPSHOT</version>
1412

1513
<artifactId>client-java-examples-parent</artifactId>
1614
<packaging>pom</packaging>

extended/pom.xml

Lines changed: 1 addition & 1 deletion
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>24.0.0-legacy-SNAPSHOT</version>
12+
<version>24.0.1-legacy-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

fluent/pom.xml

Lines changed: 1 addition & 1 deletion
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>24.0.0-legacy-SNAPSHOT</version>
11+
<version>24.0.1-legacy-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.kubernetes</groupId>
1212
<artifactId>client-java-parent</artifactId>
13-
<version>24.0.0-legacy-SNAPSHOT</version>
13+
<version>24.0.1-legacy-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

pom.xml

Lines changed: 1 addition & 1 deletion
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>24.0.0-legacy-SNAPSHOT</version>
5+
<version>24.0.1-legacy-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Kubernetes Client API</name>
88
<url>https://github.com/kubernetes-client/java</url>

proto/pom.xml

Lines changed: 1 addition & 1 deletion
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>24.0.0-legacy-SNAPSHOT</version>
12+
<version>24.0.1-legacy-SNAPSHOT</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

spring-aot/pom.xml

Lines changed: 2 additions & 3 deletions
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>24.0.0-legacy-SNAPSHOT</version>
12+
<version>24.0.1-legacy-SNAPSHOT</version>
1413
<relativePath>../pom.xml</relativePath>
1514
</parent>
1615
<properties>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
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>24.0.0-legacy-SNAPSHOT</version>
13+
<version>24.0.1-legacy-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

util/pom.xml

Lines changed: 1 addition & 1 deletion
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>24.0.0-legacy-SNAPSHOT</version>
11+
<version>24.0.1-legacy-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<dependencies>

0 commit comments

Comments
 (0)