Skip to content

Commit eb80787

Browse files
committed
v5.14.0.RELEASE Release
1 parent c3b5322 commit eb80787

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

ci/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SNAPSHOT=$2
88
./mvnw versions:set -DnewVersion=$RELEASE -DgenerateBackupPoms=false
99
git add .
1010
git commit --message "v$RELEASE Release"
11-
git tag -s v$RELEASE -m "v$RELEASE"
11+
git tag v$RELEASE -m "v$RELEASE"
1212

1313
git reset --hard HEAD^1
1414
./mvnw versions:set -DnewVersion=$SNAPSHOT -DgenerateBackupPoms=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.14.0.BUILD-SNAPSHOT</version>
28+
<version>5.14.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.14.0.BUILD-SNAPSHOT</version>
28+
<version>5.14.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.14.0.BUILD-SNAPSHOT</version>
28+
<version>5.14.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.14.0.BUILD-SNAPSHOT</version>
28+
<version>5.14.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.14.0.BUILD-SNAPSHOT</version>
28+
<version>5.14.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.14.0.BUILD-SNAPSHOT</version>
26+
<version>5.14.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.14.0.BUILD-SNAPSHOT</version>
28+
<version>5.14.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.14.0.BUILD-SNAPSHOT</version>
28+
<version>5.14.0.RELEASE</version>
2929
</parent>
3030

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

0 commit comments

Comments
 (0)