Skip to content

Commit e124794

Browse files
authored
Merge pull request #577 from kubernetes-client/release-5.0
Release 5.0
2 parents 3137709 + 57d67f6 commit e124794

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

examples/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>5.0.0</version>
11+
<version>6.0.0-beta1-SNAPSHOT</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

extended/pom.xml

Lines changed: 3 additions & 5 deletions
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
<artifactId>client-java-extended</artifactId>
75
<packaging>bundle</packaging>
@@ -11,7 +9,7 @@
119
<parent>
1210
<artifactId>client-java-parent</artifactId>
1311
<groupId>io.kubernetes</groupId>
14-
<version>5.0.0</version>
12+
<version>6.0.0-beta1-SNAPSHOT</version>
1513
</parent>
1614

1715
<dependencies>
@@ -133,4 +131,4 @@
133131
<maven.compiler.target>${java.version}</maven.compiler.target>
134132
<slf4jVersion>1.7.7</slf4jVersion>
135133
</properties>
136-
</project>
134+
</project>

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
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>5.0.0</version>
16+
<version>6.0.0-beta1-SNAPSHOT</version>
1717
</parent>
1818

1919
<build>

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>5.0.0</version>
5+
<version>6.0.0-beta1-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>5.0.0</version>
12+
<version>6.0.0-beta1-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

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>5.0.0</version>
11+
<version>6.0.0-beta1-SNAPSHOT</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)