Skip to content

Commit

Permalink
v3.29.0.RELEASE Release
Browse files Browse the repository at this point in the history
  • Loading branch information
twoseat committed Nov 4, 2020
1 parent 444a2a6 commit ab30c2a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cloudfoundry-client-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>3.29.0.BUILD-SNAPSHOT</version>
<version>3.29.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-client-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>3.29.0.BUILD-SNAPSHOT</version>
<version>3.29.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>3.29.0.BUILD-SNAPSHOT</version>
<version>3.29.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-operations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>3.29.0.BUILD-SNAPSHOT</version>
<version>3.29.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>3.29.0.BUILD-SNAPSHOT</version>
<version>3.29.0.RELEASE</version>
</parent>

<artifactId>integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>cloudfoundry-java-client</artifactId>
<name>Cloud Foundry Java Client Parent</name>
<description>A Java language binding for interacting with a Cloud Foundry instance</description>
<version>3.29.0.BUILD-SNAPSHOT</version>
<version>3.29.0.RELEASE</version>
<packaging>pom</packaging>
<url>https://github.com/cloudfoundry/cf-java-client</url>

Expand Down
2 changes: 1 addition & 1 deletion test-service-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>3.29.0.BUILD-SNAPSHOT</version>
<version>3.29.0.RELEASE</version>
</parent>

<artifactId>test-service-broker</artifactId>
Expand Down

0 comments on commit ab30c2a

Please sign in to comment.