Skip to content

Commit 02bb7ab

Browse files
author
Lars Wander
committed
[maven-release-plugin] prepare release client-java-parent-0.2
1 parent 7b61c28 commit 02bb7ab

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

examples/pom.xml

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
1-
<project
2-
xmlns="http://maven.apache.org/POM/4.0.0"
3-
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">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>io.kubernetes</groupId>
64
<artifactId>client-java-examples</artifactId>
7-
<version>0.2-SNAPSHOT</version>
5+
<version>0.2</version>
86
<packaging>jar</packaging>
97
<name>client-java-examples</name>
108
<url>https://github.com/kubernetes-client/java</url>
119
<parent>
1210
<groupId>io.kubernetes</groupId>
1311
<artifactId>client-java-parent</artifactId>
14-
<version>0.2-SNAPSHOT</version>
12+
<version>0.2</version>
1513
</parent>
1614
<dependencies>
1715
<dependency>
1816
<groupId>io.kubernetes</groupId>
1917
<artifactId>client-java-api</artifactId>
20-
<version>0.2-SNAPSHOT</version>
18+
<version>0.2</version>
2119
</dependency>
2220
<dependency>
2321
<groupId>io.kubernetes</groupId>
2422
<artifactId>client-java</artifactId>
25-
<version>0.2-SNAPSHOT</version>
23+
<version>0.2</version>
2624
</dependency>
2725
<dependency>
2826
<groupId>io.kubernetes</groupId>
2927
<artifactId>client-java-proto</artifactId>
30-
<version>0.2-SNAPSHOT</version>
28+
<version>0.2</version>
3129
</dependency>
3230
<dependency>
3331
<groupId>com.google.guava</groupId>

kubernetes/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>client-java-api</artifactId>
55
<packaging>jar</packaging>
66
<name>client-java-api</name>
7-
<version>0.2-SNAPSHOT</version>
7+
<version>0.2</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>0.2-SNAPSHOT</version>
17+
<version>0.2</version>
1818
</parent>
1919

2020
<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>0.2-SNAPSHOT</version>
5+
<version>0.2</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-0.2</tag>
2323
</scm>
2424

2525
<prerequisites>

proto/pom.xml

+2-2
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>0.2-SNAPSHOT</version>
5+
<version>0.2</version>
66
<packaging>jar</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>0.2-SNAPSHOT</version>
13+
<version>0.2</version>
1414
</parent>
1515

1616
<dependencies>

util/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.kubernetes</groupId>
44
<artifactId>client-java</artifactId>
5-
<version>0.2-SNAPSHOT</version>
5+
<version>0.2</version>
66
<packaging>jar</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>0.2-SNAPSHOT</version>
12+
<version>0.2</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.kubernetes</groupId>
1717
<artifactId>client-java-api</artifactId>
18-
<version>0.2-SNAPSHOT</version>
18+
<version>0.2</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.kubernetes</groupId>
2222
<artifactId>client-java-proto</artifactId>
23-
<version>0.2-SNAPSHOT</version>
23+
<version>0.2</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)