Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubernetes Prow Robot committed Dec 31, 2021
1 parent 9e47658 commit da1e273
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
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>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- the version tracks the release version of the CRDs in the upstream cert-manager project -->
<version>10.0.3-SNAPSHOT</version>
<version>10.0.3</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>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>client-java-prometheus-operator-models</artifactId>
<version>10.0.3-SNAPSHOT</version>
<version>10.0.3</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>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions examples/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>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down Expand Up @@ -58,12 +58,12 @@
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-cert-manager-models</artifactId>
<version>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java-prometheus-operator-models</artifactId>
<version>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
</dependency>
<!-- test dependencies -->
<dependency>
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>10.0.3-SNAPSHOT</version>
<version>10.0.3</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>10.0.3-SNAPSHOT</version>
<version>10.0.3</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>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
<packaging>pom</packaging>
<name>Kubernetes Client API</name>
<url>https://github.com/kubernetes-client/java</url>
Expand All @@ -24,7 +24,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>v10.0.3</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>10.0.3-SNAPSHOT</version>
<version>10.0.3</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>10.0.3-SNAPSHOT</version>
<version>10.0.3</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>10.0.3-SNAPSHOT</version>
<version>10.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down

0 comments on commit da1e273

Please sign in to comment.