Skip to content

Commit

Permalink
[maven-release-plugin] prepare release client-java-parent-4.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Nov 5, 2018
1 parent 7028dc4 commit 004cc20
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
7 changes: 3 additions & 4 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-examples</artifactId>
<version>4.0.0-beta1-SNAPSHOT</version>
<version>4.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>4.0.0-beta1-SNAPSHOT</version>
<version>4.0.0-beta1</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 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>4.0.0-beta1-SNAPSHOT</version>
<version>4.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>4.0.0-beta1-SNAPSHOT</version>
<version>4.0.0-beta1</version>
</parent>

<build>
Expand Down
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>4.0.0-beta1-SNAPSHOT</version>
<version>4.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:git@github.com:kubernetes-client/java.git</connection>
<developerConnection>scm:git:git@github.com:kubernetes-client/java.git</developerConnection>
<url>https://github.com/kubernetes-client/java</url>
<tag>HEAD</tag>
<tag>client-java-parent-4.0.0-beta1</tag>
</scm>

<prerequisites>
Expand Down
4 changes: 2 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>4.0.0-beta1-SNAPSHOT</version>
<version>4.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>4.0.0-beta1-SNAPSHOT</version>
<version>4.0.0-beta1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 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>4.0.0-beta1-SNAPSHOT</version>
<version>4.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>4.0.0-beta1-SNAPSHOT</version>
<version>4.0.0-beta1</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 004cc20

Please sign in to comment.