Skip to content

Commit

Permalink
Update archetype versioning after cutting 2.0.0-beta3 release branch
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Kuster <[email protected]>
  • Loading branch information
jasonkuster committed Mar 17, 2017
1 parent 317aeba commit f0ccc77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>com.google.cloud.dataflow</groupId>
<artifactId>google-cloud-dataflow-java-sdk-all</artifactId>
<version>2.0.0-beta3-SNAPSHOT</version>
<version>2.0.0-beta4-SNAPSHOT</version>
</dependency>

<!-- Dependencies below this line are specific dependencies needed by the examples code. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>com.google.cloud.dataflow</groupId>
<artifactId>google-cloud-dataflow-java-sdk-all</artifactId>
<version>2.0.0-beta3-SNAPSHOT</version>
<version>2.0.0-beta4-SNAPSHOT</version>
</dependency>

<!-- Dependencies below this line are specific dependencies needed by the examples code. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.google.cloud.dataflow</groupId>
<artifactId>google-cloud-dataflow-java-sdk-all</artifactId>
<version>2.0.0-beta3-SNAPSHOT</version>
<version>2.0.0-beta4-SNAPSHOT</version>
</dependency>

<!-- slf4j API frontend binding with JUL backend -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.google.cloud.dataflow</groupId>
<artifactId>google-cloud-dataflow-java-sdk-all</artifactId>
<version>2.0.0-beta3-SNAPSHOT</version>
<version>2.0.0-beta4-SNAPSHOT</version>
</dependency>

<!-- slf4j API frontend binding with JUL backend -->
Expand Down

0 comments on commit f0ccc77

Please sign in to comment.