Skip to content

Commit abbbb5d

Browse files
committed
v4.3.0.RELEASE Release
1 parent be6afa4 commit abbbb5d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cloudfoundry-client-reactor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.cloudfoundry</groupId>
2727
<artifactId>cloudfoundry-java-client</artifactId>
28-
<version>4.3.0.BUILD-SNAPSHOT</version>
28+
<version>4.3.0.RELEASE</version>
2929
</parent>
3030

3131
<artifactId>cloudfoundry-client-reactor</artifactId>

cloudfoundry-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.cloudfoundry</groupId>
2727
<artifactId>cloudfoundry-java-client</artifactId>
28-
<version>4.3.0.BUILD-SNAPSHOT</version>
28+
<version>4.3.0.RELEASE</version>
2929
</parent>
3030

3131
<artifactId>cloudfoundry-client</artifactId>

cloudfoundry-operations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.cloudfoundry</groupId>
2727
<artifactId>cloudfoundry-java-client</artifactId>
28-
<version>4.3.0.BUILD-SNAPSHOT</version>
28+
<version>4.3.0.RELEASE</version>
2929
</parent>
3030

3131
<artifactId>cloudfoundry-operations</artifactId>

cloudfoundry-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.cloudfoundry</groupId>
2727
<artifactId>cloudfoundry-java-client</artifactId>
28-
<version>4.3.0.BUILD-SNAPSHOT</version>
28+
<version>4.3.0.RELEASE</version>
2929
</parent>
3030

3131
<artifactId>cloudfoundry-util</artifactId>

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.cloudfoundry</groupId>
2727
<artifactId>cloudfoundry-java-client</artifactId>
28-
<version>4.3.0.BUILD-SNAPSHOT</version>
28+
<version>4.3.0.RELEASE</version>
2929
</parent>
3030

3131
<artifactId>integration-test</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<artifactId>cloudfoundry-java-client</artifactId>
2727
<name>Cloud Foundry Java Client Parent</name>
2828
<description>A Java language binding for interacting with a Cloud Foundry instance</description>
29-
<version>4.3.0.BUILD-SNAPSHOT</version>
29+
<version>4.3.0.RELEASE</version>
3030
<packaging>pom</packaging>
3131
<url>https://github.com/cloudfoundry/cf-java-client</url>
3232

test-service-broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.cloudfoundry</groupId>
2727
<artifactId>cloudfoundry-java-client</artifactId>
28-
<version>4.3.0.BUILD-SNAPSHOT</version>
28+
<version>4.3.0.RELEASE</version>
2929
</parent>
3030

3131
<artifactId>test-service-broker</artifactId>

0 commit comments

Comments
 (0)