Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c703c80

Browse filesBrowse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 07e3ce6 commit c703c80
Copy full SHA for c703c80

File tree

Expand file treeCollapse file tree

5 files changed

+10
-26
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+10
-26
lines changed
Open diff view settings
Collapse file

‎examples/pom.xml‎

Copy file name to clipboardExpand all lines: examples/pom.xml
+2-6Lines changed: 2 additions & 6 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-examples</artifactId>
5-
<version>3.0.0-beta1</version>
5+
<version>3.0.0-beta2-SNAPSHOT</version>
66
<packaging>bundle</packaging>
77
<name>client-java-examples</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>3.0.0-beta1</version>
12+
<version>3.0.0-beta2-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
@@ -104,8 +104,4 @@
104104
<junit-version>4.12</junit-version>
105105
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
106106
</properties>
107-
108-
<scm>
109-
<tag>client-java-parent-3.0.0-beta1</tag>
110-
</scm>
111107
</project>
Collapse file

‎kubernetes/pom.xml‎

Copy file name to clipboardExpand all lines: kubernetes/pom.xml
+2-6Lines changed: 2 additions & 6 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>3.0.0-beta1</version>
7+
<version>3.0.0-beta2-SNAPSHOT</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>3.0.0-beta1</version>
17+
<version>3.0.0-beta2-SNAPSHOT</version>
1818
</parent>
1919

2020
<build>
@@ -202,8 +202,4 @@
202202
<junit-version>4.12</junit-version>
203203
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
204204
</properties>
205-
206-
<scm>
207-
<tag>client-java-parent-3.0.0-beta1</tag>
208-
</scm>
209205
</project>
Collapse file

‎pom.xml‎

Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines 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>3.0.0-beta1</version>
5+
<version>3.0.0-beta2-SNAPSHOT</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:git@github.com:kubernetes-client/java.git</connection>
2020
<developerConnection>scm:git:git@github.com:kubernetes-client/java.git</developerConnection>
2121
<url>https://github.com/kubernetes-client/java</url>
22-
<tag>client-java-parent-3.0.0-beta1</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<prerequisites>
Collapse file

‎proto/pom.xml‎

Copy file name to clipboardExpand all lines: proto/pom.xml
+2-6Lines changed: 2 additions & 6 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>3.0.0-beta1</version>
5+
<version>3.0.0-beta2-SNAPSHOT</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>3.0.0-beta1</version>
13+
<version>3.0.0-beta2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
@@ -42,8 +42,4 @@
4242
<maven.compiler.target>${java.version}</maven.compiler.target>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
</properties>
45-
46-
<scm>
47-
<tag>client-java-parent-3.0.0-beta1</tag>
48-
</scm>
4945
</project>
Collapse file

‎util/pom.xml‎

Copy file name to clipboardExpand all lines: util/pom.xml
+2-6Lines changed: 2 additions & 6 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>3.0.0-beta1</version>
5+
<version>3.0.0-beta2-SNAPSHOT</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>3.0.0-beta1</version>
12+
<version>3.0.0-beta2-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
@@ -144,9 +144,5 @@
144144
<maven.compiler.target>${java.version}</maven.compiler.target>
145145
<slf4jVersion>1.7.7</slf4jVersion>
146146
</properties>
147-
148-
<scm>
149-
<tag>client-java-parent-3.0.0-beta1</tag>
150-
</scm>
151147
</project>
152148

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.