File tree 2 files changed +4
-4
lines changed
google-cloud-clients/google-cloud-pubsub
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ Add this to your pom.xml file
24
24
<dependency >
25
25
<groupId >com.google.cloud</groupId >
26
26
<artifactId >google-cloud-pubsub</artifactId >
27
- <version >1.30.0 </version >
27
+ <version >0.48.0-beta </version >
28
28
</dependency >
29
29
```
30
30
If you are using Gradle, add this to your dependencies
31
31
``` Groovy
32
- compile 'com.google.cloud:google-cloud-pubsub:1.30.0 '
32
+ compile 'com.google.cloud:google-cloud-pubsub:0.48.0-beta '
33
33
```
34
34
If you are using SBT, add this to your dependencies
35
35
``` Scala
36
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.30.0 "
36
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 0.48.0-beta "
37
37
```
38
38
[ // ] : # ( {x-version-update-end} )
39
39
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<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} -->
6
6
<packaging >jar</packaging >
7
7
<name >Google Cloud Pub/Sub</name >
8
8
<url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-pubsub</url >
You can’t perform that action at this time.
0 commit comments