Skip to content

Commit e00fcec

Browse files
committed
[maven-release-plugin] prepare release client-java-parent-5.0.0
1 parent 9bc91be commit e00fcec

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

extended/pom.xml

Lines changed: 2 additions & 4 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-SNAPSHOT</version>
12+
<version>5.0.0</version>
1513
</parent>
1614

1715
<dependencies>

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

1919
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
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-SNAPSHOT</version>
5+
<version>5.0.0</version>
66
<packaging>pom</packaging>
77
<name>Kubernetes Client API</name>
88
<url>https://github.com/kubernetes-client/java</url>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:git@github.com:kubernetes-client/java.git</connection>
2121
<developerConnection>scm:git:git@github.com:kubernetes-client/java.git</developerConnection>
2222
<url>https://github.com/kubernetes-client/java</url>
23-
<tag>HEAD</tag>
23+
<tag>client-java-parent-5.0.0</tag>
2424
</scm>
2525

2626
<prerequisites>

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

0 commit comments

Comments
 (0)