Skip to content

Commit

Permalink
Switching PubSub from alpha to beta (googleapis#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjonesgoogle authored Jun 7, 2017
1 parent 9432d8b commit 0c89651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-pubsub</artifactId>
<version>0.19.1-alpha-SNAPSHOT</version>
<version>0.19.1-beta-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Google Cloud Pub/Sub</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-pubsub</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<language.version>0.19.1-beta-SNAPSHOT</language.version>
<logging.version>1.1.1-SNAPSHOT</logging.version>
<monitoring.version>0.19.1-alpha-SNAPSHOT</monitoring.version>
<pubsub.version>0.19.1-alpha-SNAPSHOT</pubsub.version>
<pubsub.version>0.19.1-beta-SNAPSHOT</pubsub.version>
<resourcemanager.version>0.19.1-alpha-SNAPSHOT</resourcemanager.version>
<spanner.version>0.19.1-beta-SNAPSHOT</spanner.version>
<speech.version>0.19.1-alpha-SNAPSHOT</speech.version>
Expand Down

0 comments on commit 0c89651

Please sign in to comment.