| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,16 +19,16 @@ Add this to your pom.xml file | |||
| 19 | 19 | <dependency> | |
| 20 | 20 | <groupId>com.google.cloud</groupId> | |
| 21 | 21 | <artifactId>google-cloud-pubsub</artifactId> | |
| 22 | - <version>1.99.0</version> | ||
| 22 | + <version>1.100.0</version> | ||
| 23 | 23 | </dependency> | |
| 24 | 24 | ``` | |
| 25 | 25 | If you are using Gradle, add this to your dependencies | |
| 26 | 26 | ```Groovy | |
| 27 | - compile 'com.google.cloud:google-cloud-pubsub:1.99.0' | ||
| 27 | + compile 'com.google.cloud:google-cloud-pubsub:1.100.0' | ||
| 28 | 28 | ``` | |
| 29 | 29 | If you are using SBT, add this to your dependencies | |
| 30 | 30 | ```Scala | |
| 31 | - libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.99.0" | ||
| 31 | + libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.100.0" | ||
| 32 | 32 | ``` | |
| 33 | 33 | [//]: # ({x-version-update-end}) | |
| 34 | 34 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 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.99.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} --> | ||
| 5 | + <version>1.100.0</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/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-pubsub</url> | |
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | <parent> | |
| 13 | 13 | <groupId>com.google.cloud</groupId> | |
| 14 | 14 | <artifactId>google-cloud-clients</artifactId> | |
| 15 | - <version>0.117.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} --> | ||
| 15 | + <version>0.118.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} --> | ||
| 16 | 16 | </parent> | |
| 17 | 17 | <properties> | |
| 18 | 18 | <site.installationModule>google-cloud-pubsub</site.installationModule> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,13 +3,13 @@ | |||
| 3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | <artifactId>grpc-google-cloud-pubsub-v1</artifactId> | |
| 6 | - <version>1.81.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} --> | ||
| 6 | + <version>1.82.0</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} --> | ||
| 7 | 7 | <name>grpc-google-cloud-pubsub-v1</name> | |
| 8 | 8 | <description>GRPC library for grpc-google-cloud-pubsub-v1</description> | |
| 9 | 9 | <parent> | |
| 10 | 10 | <groupId>com.google.api.grpc</groupId> | |
| 11 | 11 | <artifactId>google-api-grpc</artifactId> | |
| 12 | - <version>0.82.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 12 | + <version>0.83.0</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 13 | 13 | </parent> | |
| 14 | 14 | <dependencies> | |
| 15 | 15 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,13 +3,13 @@ | |||
| 3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | <artifactId>proto-google-cloud-pubsub-v1</artifactId> | |
| 6 | - <version>1.81.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} --> | ||
| 6 | + <version>1.82.0</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} --> | ||
| 7 | 7 | <name>proto-google-cloud-pubsub-v1</name> | |
| 8 | 8 | <description>PROTO library for proto-google-cloud-pubsub-v1</description> | |
| 9 | 9 | <parent> | |
| 10 | 10 | <groupId>com.google.api.grpc</groupId> | |
| 11 | 11 | <artifactId>google-api-grpc</artifactId> | |
| 12 | - <version>0.82.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 12 | + <version>0.83.0</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 13 | 13 | </parent> | |
| 14 | 14 | <dependencies> | |
| 15 | 15 | <dependency> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments