Skip to content

Commit

Permalink
[maven-release-plugin] prepare release client-java-parent-3.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jul 27, 2018
1 parent 0202f2a commit 07e3ce6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
8 changes: 6 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-examples</artifactId>
<version>3.0.0-beta1-SNAPSHOT</version>
<version>3.0.0-beta1</version>
<packaging>bundle</packaging>
<name>client-java-examples</name>
<url>https://github.com/kubernetes-client/java</url>
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-beta1</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -104,4 +104,8 @@
<junit-version>4.12</junit-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<scm>
<tag>client-java-parent-3.0.0-beta1</tag>
</scm>
</project>
8 changes: 6 additions & 2 deletions kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>client-java-api</artifactId>
<packaging>bundle</packaging>
<name>client-java-api</name>
<version>3.0.0-beta1-SNAPSHOT</version>
<version>3.0.0-beta1</version>
<url>https://github.com/kubernetes-client/java</url>
<description>Swagger Java</description>
<prerequisites>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-beta1</version>
</parent>

<build>
Expand Down Expand Up @@ -202,4 +202,8 @@
<junit-version>4.12</junit-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<scm>
<tag>client-java-parent-3.0.0-beta1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>client-java-parent</artifactId>
<groupId>io.kubernetes</groupId>
<version>3.0.0-beta1-SNAPSHOT</version>
<version>3.0.0-beta1</version>
<packaging>pom</packaging>
<name>Kubernetes Client API</name>
<url>https://github.com/kubernetes-client/java</url>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:[email protected]:kubernetes-client/java.git</connection>
<developerConnection>scm:git:[email protected]:kubernetes-client/java.git</developerConnection>
<url>https://github.com/kubernetes-client/java</url>
<tag>HEAD</tag>
<tag>client-java-parent-3.0.0-beta1</tag>
</scm>

<prerequisites>
Expand Down
8 changes: 6 additions & 2 deletions proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-proto</artifactId>
<version>3.0.0-beta1-SNAPSHOT</version>
<version>3.0.0-beta1</version>
<packaging>bundle</packaging>
<name>client-java-proto</name>
<url>https://github.com/kubernetes-client/java</url>

<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-beta1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -42,4 +42,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<scm>
<tag>client-java-parent-3.0.0-beta1</tag>
</scm>
</project>
8 changes: 6 additions & 2 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>3.0.0-beta1-SNAPSHOT</version>
<version>3.0.0-beta1</version>
<packaging>bundle</packaging>
<name>client-java</name>
<url>https://github.com/kubernetes-client/java</url>
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-beta1</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -144,5 +144,9 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<slf4jVersion>1.7.7</slf4jVersion>
</properties>

<scm>
<tag>client-java-parent-3.0.0-beta1</tag>
</scm>
</project>

0 comments on commit 07e3ce6

Please sign in to comment.