Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit 9a61408

Browse files
committed
[maven-release-plugin] prepare release v2.0.0-beta2-RC1
1 parent 60f4b66 commit 9a61408

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.cloud.dataflow</groupId>
2222
<artifactId>google-cloud-dataflow-java-sdk-parent</artifactId>
23-
<version>2.0.0-beta2-SNAPSHOT</version>
23+
<version>2.0.0-beta2</version>
2424
</parent>
2525

2626
<artifactId>google-cloud-dataflow-java-examples-all</artifactId>

maven-archetypes/examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.cloud.dataflow</groupId>
2222
<artifactId>google-cloud-dataflow-java-sdk-parent</artifactId>
23-
<version>2.0.0-beta2-SNAPSHOT</version>
23+
<version>2.0.0-beta2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

maven-archetypes/starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.cloud.dataflow</groupId>
2222
<artifactId>google-cloud-dataflow-java-sdk-parent</artifactId>
23-
<version>2.0.0-beta2-SNAPSHOT</version>
23+
<version>2.0.0-beta2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<url>http://cloud.google.com/dataflow</url>
3434
<inceptionYear>2013</inceptionYear>
3535

36-
<version>2.0.0-beta2-SNAPSHOT</version>
36+
<version>2.0.0-beta2</version>
3737

3838
<licenses>
3939
<license>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:git@github.com:GoogleCloudPlatform/DataflowJavaSDK.git</connection>
5555
<developerConnection>scm:git:git@github.com:GoogleCloudPlatform/DataflowJavaSDK.git</developerConnection>
5656
<url>git@github.com:GoogleCloudPlatform/DataflowJavaSDK.git</url>
57-
<tag>release-2.0.0-beta2</tag>
57+
<tag>v2.0.0-beta2-RC1</tag>
5858
</scm>
5959

6060
<distributionManagement>

sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.cloud.dataflow</groupId>
2222
<artifactId>google-cloud-dataflow-java-sdk-parent</artifactId>
23-
<version>2.0.0-beta2-SNAPSHOT</version>
23+
<version>2.0.0-beta2</version>
2424
</parent>
2525

2626
<artifactId>google-cloud-dataflow-java-sdk-all</artifactId>

0 commit comments

Comments
 (0)