Skip to content

Commit

Permalink
[maven-release-plugin] prepare release client-java-parent-13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jul 15, 2021
1 parent a22f2d3 commit 5920d48
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 27 deletions.
7 changes: 3 additions & 4 deletions client-java-contrib/admissionreview/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-admission-review</artifactId>
Expand All @@ -8,10 +7,10 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions client-java-contrib/cert-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- the version tracks the release version of the CRDs in the upstream cert-manager project -->
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<dependencies>
<dependency>
<groupId>io.kubernetes</groupId>
Expand Down
4 changes: 2 additions & 2 deletions client-java-contrib/prometheus-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>client-java-parent</artifactId>
<groupId>io.kubernetes</groupId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>client-java-prometheus-operator-models</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<dependencies>
<dependency>
<groupId>io.kubernetes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>client-java-parent</artifactId>
<groupId>io.kubernetes</groupId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/examples-release-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-examples-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>..</relativePath>
</parent>

<artifactId>client-java-examples-release-10</artifactId>
<packaging>bundle</packaging>
<name>client-java-examples-release-10</name>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions examples/examples-release-11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-examples-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>..</relativePath>
</parent>

<artifactId>client-java-examples-release-11</artifactId>
<name>client-java-examples-release-11</name>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-examples-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions examples/examples-release-13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-examples-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>..</relativePath>
</parent>

<artifactId>client-java-examples-release-13</artifactId>
<name>client-java-examples-release-13</name>

<properties>
<kubernetes.prometheus.version>12.0.1-SNAPSHOT</kubernetes.prometheus.version>
<kubernetes.cert-manager.version>12.0.1-SNAPSHOT</kubernetes.cert-manager.version>
<kubernetes.prometheus.version>13.0.0</kubernetes.prometheus.version>
<kubernetes.cert-manager.version>13.0.0</kubernetes.cert-manager.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>

<artifactId>client-java-examples-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extended/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>client-java-parent</artifactId>
<groupId>io.kubernetes</groupId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<packaging>pom</packaging>
<name>Kubernetes Client API</name>
<url>https://github.com/kubernetes-client/java</url>
Expand All @@ -26,7 +26,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-13.0.0</tag>
</scm>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>client-java-parent</artifactId>
<groupId>io.kubernetes</groupId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>13.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down

0 comments on commit 5920d48

Please sign in to comment.