Skip to content

Commit

Permalink
[maven-release-plugin] prepare release client-java-parent-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wander committed Sep 25, 2017
1 parent 7b61c28 commit 02bb7ab
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 18 deletions.
14 changes: 6 additions & 8 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
<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>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</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>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<dependencies>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-api</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-proto</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
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>jar</packaging>
<name>client-java-api</name>
<version>0.2-SNAPSHOT</version>
<version>0.2</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>0.2-SNAPSHOT</version>
<version>0.2</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>0.2-SNAPSHOT</version>
<version>0.2</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-0.2</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>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</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>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>
<name>client-java</name>
<url>https://github.com/kubernetes-client/java</url>
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<dependencies>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-api</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-proto</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 02bb7ab

Please sign in to comment.