Skip to content

Commit

Permalink
feat: split versions.txt to independently release the Beam IO (#766)
Browse files Browse the repository at this point in the history
* Update release_level to GA.

* Split versions.

* Revert changes to release track.

Co-authored-by: Manu Menzella <menzella@google.com>
Co-authored-by: Tianzi Cai <tianzi@google.com>
  • Loading branch information
3 people committed Jul 29, 2021
1 parent 6f5915d commit b6e48dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubsublite-beam-io/pom.xml
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-beam-io</artifactId>
<version>0.17.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
<version>0.17.1-SNAPSHOT</version><!-- {x-version-update:pubsublite-beam-io:current} -->
<packaging>jar</packaging>
<name>Pub/Sub Lite IO</name>
<url>https://github.com/googleapis/java-pubsublite</url>
Expand Down
3 changes: 2 additions & 1 deletion versions.txt
@@ -1,4 +1,5 @@
# Format:
# module:released-version:current-version

google-cloud-pubsublite:0.17.0:0.17.1-SNAPSHOT
google-cloud-pubsublite:0.17.0:0.17.1-SNAPSHOT
pubsublite-beam-io:0.17.0:0.17.0:0.17.1-SNAPSHOT

0 comments on commit b6e48dc

Please sign in to comment.