Skip to content

Commit 72a404a

Browse files
committed
revert pubsub version changes - which will be picked up by version bump script during release
1 parent c9a9bdb commit 72a404a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

google-cloud-clients/google-cloud-pubsub/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Add this to your pom.xml file
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-pubsub</artifactId>
27-
<version>1.30.0</version>
27+
<version>0.48.0-beta</version>
2828
</dependency>
2929
```
3030
If you are using Gradle, add this to your dependencies
3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-pubsub:1.30.0'
32+
compile 'com.google.cloud:google-cloud-pubsub:0.48.0-beta'
3333
```
3434
If you are using SBT, add this to your dependencies
3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.30.0"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "0.48.0-beta"
3737
```
3838
[//]: # ({x-version-update-end})
3939

google-cloud-clients/google-cloud-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-pubsub</artifactId>
5-
<version>1.30.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
5+
<version>0.48.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Pub/Sub</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-pubsub</url>

0 commit comments

Comments
 (0)