Skip to content

Commit 67d6894

Browse files
author
Daniel Mikusa
committed
v5.6.0.RELEASE Release
1 parent 9d5e7f9 commit 67d6894

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

api.fish

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
set -x TEST_ADMIN_CLIENTID 'admin'
2+
set -x TEST_ADMIN_CLIENTSECRET 'fmy76eAqrKlUt4CCGN_lFQLT0e-wQUB7'
3+
set -x TEST_ADMIN_USERNAME 'admin'
4+
set -x TEST_ADMIN_PASSWORD 'XunNHOqMOT2KDd2n2HxOC3PTyItKc-dh'
5+
set -x TEST_APIHOST 'api.sys.pakistangreen.cf-app.com'
6+
set -x TEST_SKIPSSLVALIDATION 'false'

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>5.6.0.BUILD-SNAPSHOT</version>
28+
<version>5.6.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>5.6.0.BUILD-SNAPSHOT</version>
28+
<version>5.6.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>5.6.0.BUILD-SNAPSHOT</version>
28+
<version>5.6.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>5.6.0.BUILD-SNAPSHOT</version>
28+
<version>5.6.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>5.6.0.BUILD-SNAPSHOT</version>
28+
<version>5.6.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
@@ -23,7 +23,7 @@
2323
<artifactId>cloudfoundry-java-client</artifactId>
2424
<name>Cloud Foundry Java Client Parent</name>
2525
<description>A Java language binding for interacting with a Cloud Foundry instance</description>
26-
<version>5.6.0.BUILD-SNAPSHOT</version>
26+
<version>5.6.0.RELEASE</version>
2727
<packaging>pom</packaging>
2828
<url>https://github.com/cloudfoundry/cf-java-client</url>
2929

test-log-cache/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>5.6.0.BUILD-SNAPSHOT</version>
28+
<version>5.6.0.RELEASE</version>
2929
</parent>
3030

3131
<artifactId>test-log-cache</artifactId>

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>5.6.0.BUILD-SNAPSHOT</version>
28+
<version>5.6.0.RELEASE</version>
2929
</parent>
3030

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

0 commit comments

Comments
 (0)