Skip to content

Commit

Permalink
v5.13.0.BUILD-SNAPSHOT Development
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan committed Mar 11, 2024
1 parent 3debae9 commit 97574d5
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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.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>5.12.1.BUILD-SNAPSHOT</version>
<version>5.13.0.BUILD-SNAPSHOT</version>
</parent>

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

0 comments on commit 97574d5

Please sign in to comment.