Skip to content

Commit

Permalink
Revert version to 5.12.0.BUILD-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Oct 11, 2023
1 parent 1629d98 commit cbd4a9e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</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 @@ -23,7 +23,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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/cloudfoundry/cf-java-client</url>

Expand Down
2 changes: 1 addition & 1 deletion test-log-cache/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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</version>
</parent>

<artifactId>test-log-cache</artifactId>
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>6.0.0.BUILD-SNAPSHOT</version>
<version>5.12.0.BUILD-SNAPSHOT</version>
</parent>

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

0 comments on commit cbd4a9e

Please sign in to comment.