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 5b7b6c4

Browse filesBrowse files
author
Lars Wander
committed
[maven-release-plugin] prepare for next development iteration
1 parent 02bb7ab commit 5b7b6c4
Copy full SHA for 5b7b6c4

File tree

Expand file treeCollapse file tree

5 files changed

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

5 files changed

+15
-15
lines changed
Open diff view settings
Collapse file

‎examples/pom.xml‎

Copy file name to clipboardExpand all lines: examples/pom.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.kubernetes</groupId>
44
<artifactId>client-java-examples</artifactId>
5-
<version>0.2</version>
5+
<version>0.3-SNAPSHOT</version>
66
<packaging>jar</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>0.2</version>
12+
<version>0.3-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.kubernetes</groupId>
1717
<artifactId>client-java-api</artifactId>
18-
<version>0.2</version>
18+
<version>0.3-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.kubernetes</groupId>
2222
<artifactId>client-java</artifactId>
23-
<version>0.2</version>
23+
<version>0.3-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>io.kubernetes</groupId>
2727
<artifactId>client-java-proto</artifactId>
28-
<version>0.2</version>
28+
<version>0.3-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.google.guava</groupId>
Collapse file

‎kubernetes/pom.xml‎

Copy file name to clipboardExpand all lines: kubernetes/pom.xml
+2-2Lines 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>jar</packaging>
66
<name>client-java-api</name>
7-
<version>0.2</version>
7+
<version>0.3-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>0.2</version>
17+
<version>0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<build>
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>0.2</version>
5+
<version>0.3-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-0.2</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-2Lines 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>0.2</version>
5+
<version>0.3-SNAPSHOT</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</version>
13+
<version>0.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
Collapse file

‎util/pom.xml‎

Copy file name to clipboardExpand all lines: util/pom.xml
+4-4Lines changed: 4 additions & 4 deletions
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</version>
5+
<version>0.3-SNAPSHOT</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</version>
12+
<version>0.3-SNAPSHOT</version>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.kubernetes</groupId>
1717
<artifactId>client-java-api</artifactId>
18-
<version>0.2</version>
18+
<version>0.3-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.kubernetes</groupId>
2222
<artifactId>client-java-proto</artifactId>
23-
<version>0.2</version>
23+
<version>0.3-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.yaml</groupId>

0 commit comments

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