Skip to content

Commit 90b453f

Browse files
committed
v2.0.0.M3 Release
1 parent 9b2ec59 commit 90b453f

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

.idea/runConfigurations/integration_test.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudfoundry-client-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.cloudfoundry</groupId>
2828
<artifactId>cloudfoundry-java-client</artifactId>
29-
<version>2.0.0.BUILD-SNAPSHOT</version>
29+
<version>2.0.0.M3</version>
3030
</parent>
3131

3232
<artifactId>cloudfoundry-client-spring</artifactId>

cloudfoundry-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.cloudfoundry</groupId>
2828
<artifactId>cloudfoundry-java-client</artifactId>
29-
<version>2.0.0.BUILD-SNAPSHOT</version>
29+
<version>2.0.0.M3</version>
3030
</parent>
3131

3232
<artifactId>cloudfoundry-client</artifactId>

cloudfoundry-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.cloudfoundry</groupId>
2828
<artifactId>cloudfoundry-java-client</artifactId>
29-
<version>2.0.0.BUILD-SNAPSHOT</version>
29+
<version>2.0.0.M3</version>
3030
</parent>
3131

3232
<artifactId>cloudfoundry-gradle-plugin</artifactId>

cloudfoundry-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.cloudfoundry</groupId>
2828
<artifactId>cloudfoundry-java-client</artifactId>
29-
<version>2.0.0.BUILD-SNAPSHOT</version>
29+
<version>2.0.0.M3</version>
3030
</parent>
3131

3232
<artifactId>cloudfoundry-maven-plugin</artifactId>

cloudfoundry-operations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.cloudfoundry</groupId>
2828
<artifactId>cloudfoundry-java-client</artifactId>
29-
<version>2.0.0.BUILD-SNAPSHOT</version>
29+
<version>2.0.0.M3</version>
3030
</parent>
3131

3232
<artifactId>cloudfoundry-operations</artifactId>

cloudfoundry-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.cloudfoundry</groupId>
2828
<artifactId>cloudfoundry-java-client</artifactId>
29-
<version>2.0.0.BUILD-SNAPSHOT</version>
29+
<version>2.0.0.M3</version>
3030
</parent>
3131

3232
<artifactId>cloudfoundry-util</artifactId>

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.cloudfoundry</groupId>
2828
<artifactId>cloudfoundry-java-client</artifactId>
29-
<version>2.0.0.BUILD-SNAPSHOT</version>
29+
<version>2.0.0.M3</version>
3030
</parent>
3131

3232
<artifactId>integration-test</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<groupId>org.cloudfoundry</groupId>
3333
<artifactId>cloudfoundry-java-client</artifactId>
3434
<name>Cloud Foundry Java Client Parent</name>
35-
<version>2.0.0.BUILD-SNAPSHOT</version>
35+
<version>2.0.0.M3</version>
3636
<packaging>pom</packaging>
3737
<url>https://github.com/cloudfoundry/cf-java-client</url>
3838

0 commit comments

Comments
 (0)