Skip to content

Commit 004cc20

Browse files
committed
[maven-release-plugin] prepare release client-java-parent-4.0.0-beta1
1 parent 7028dc4 commit 004cc20

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

examples/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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
<groupId>io.kubernetes</groupId>
54
<artifactId>client-java-examples</artifactId>
6-
<version>4.0.0-beta1-SNAPSHOT</version>
5+
<version>4.0.0-beta1</version>
76
<packaging>bundle</packaging>
87
<name>client-java-examples</name>
98
<url>https://github.com/kubernetes-client/java</url>
109
<parent>
1110
<groupId>io.kubernetes</groupId>
1211
<artifactId>client-java-parent</artifactId>
13-
<version>4.0.0-beta1-SNAPSHOT</version>
12+
<version>4.0.0-beta1</version>
1413
</parent>
1514
<dependencies>
1615
<dependency>

kubernetes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>client-java-api</artifactId>
55
<packaging>bundle</packaging>
66
<name>client-java-api</name>
7-
<version>4.0.0-beta1-SNAPSHOT</version>
7+
<version>4.0.0-beta1</version>
88
<url>https://github.com/kubernetes-client/java</url>
99
<description>Swagger Java</description>
1010
<prerequisites>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.kubernetes</groupId>
1616
<artifactId>client-java-parent</artifactId>
17-
<version>4.0.0-beta1-SNAPSHOT</version>
17+
<version>4.0.0-beta1</version>
1818
</parent>
1919

2020
<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>4.0.0-beta1-SNAPSHOT</version>
5+
<version>4.0.0-beta1</version>
66
<packaging>pom</packaging>
77
<name>Kubernetes Client API</name>
88
<url>https://github.com/kubernetes-client/java</url>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:kubernetes-client/java.git</connection>
2020
<developerConnection>scm:git:[email protected]:kubernetes-client/java.git</developerConnection>
2121
<url>https://github.com/kubernetes-client/java</url>
22-
<tag>HEAD</tag>
22+
<tag>client-java-parent-4.0.0-beta1</tag>
2323
</scm>
2424

2525
<prerequisites>

proto/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.kubernetes</groupId>
44
<artifactId>client-java-proto</artifactId>
5-
<version>4.0.0-beta1-SNAPSHOT</version>
5+
<version>4.0.0-beta1</version>
66
<packaging>bundle</packaging>
77
<name>client-java-proto</name>
88
<url>https://github.com/kubernetes-client/java</url>
99

1010
<parent>
1111
<groupId>io.kubernetes</groupId>
1212
<artifactId>client-java-parent</artifactId>
13-
<version>4.0.0-beta1-SNAPSHOT</version>
13+
<version>4.0.0-beta1</version>
1414
</parent>
1515

1616
<dependencies>

util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.kubernetes</groupId>
44
<artifactId>client-java</artifactId>
5-
<version>4.0.0-beta1-SNAPSHOT</version>
5+
<version>4.0.0-beta1</version>
66
<packaging>bundle</packaging>
77
<name>client-java</name>
88
<url>https://github.com/kubernetes-client/java</url>
99
<parent>
1010
<groupId>io.kubernetes</groupId>
1111
<artifactId>client-java-parent</artifactId>
12-
<version>4.0.0-beta1-SNAPSHOT</version>
12+
<version>4.0.0-beta1</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>

0 commit comments

Comments
 (0)