File tree Expand file tree Collapse file tree 9 files changed +27
-20
lines changed
grpc-google-cloud-pubsub-v1
proto-google-cloud-pubsub-v1 Expand file tree Collapse file tree 9 files changed +27
-20
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 1.108.6] ( https://www.github.com/googleapis/java-pubsub/compare/v1.108.5...v1.108.6 ) (2020-10-22)
4+
5+
6+ ### Dependencies
7+
8+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v0.13.0 ([ #400 ] ( https://www.github.com/googleapis/java-pubsub/issues/400 ) ) ([ bd3d400] ( https://www.github.com/googleapis/java-pubsub/commit/bd3d400b11a0677bcd3ca2bf8cd5d7fd0fbf59bc ) )
9+
310### [ 1.108.5] ( https://www.github.com/googleapis/java-pubsub/compare/v1.108.4...v1.108.5 ) (2020-10-19)
411
512
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:
4747
4848If you are using Gradle, add this to your dependencies
4949``` Groovy
50- compile 'com.google.cloud:google-cloud-pubsub:1.108.5 '
50+ compile 'com.google.cloud:google-cloud-pubsub:1.108.6 '
5151```
5252If you are using SBT, add this to your dependencies
5353``` Scala
54- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.108.5 "
54+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.108.6 "
5555```
5656[ // ] : # ( {x-version-update-end} )
5757
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub-bom</artifactId >
6- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >com.google.cloud</groupId >
6464 <dependency >
6565 <groupId >com.google.api.grpc</groupId >
6666 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
67- <version >1.90.6-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
67+ <version >1.90.6</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
6868 </dependency >
6969 <dependency >
7070 <groupId >com.google.api.grpc</groupId >
7171 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
72- <version >1.90.6-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
72+ <version >1.90.6</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7373 </dependency >
7474 <dependency >
7575 <groupId >com.google.cloud</groupId >
7676 <artifactId >google-cloud-pubsub</artifactId >
77- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7878 </dependency >
7979 </dependencies >
8080 </dependencyManagement >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub</artifactId >
6- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77 <packaging >jar</packaging >
88 <name >Google Cloud Pub/Sub</name >
99 <url >https://github.com/googleapis/java-pubsub</url >
1010 <description >Java idiomatic client for Google Cloud Pub/Sub</description >
1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-pubsub-parent</artifactId >
14- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-pubsub</site .installationModule>
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
7- <version >1.90.6-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7+ <version >1.90.6</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
88 <name >grpc-google-cloud-pubsub-v1</name >
99 <description >GRPC library for grpc-google-cloud-pubsub-v1</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-pubsub-parent</artifactId >
13- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
88 <name >Google Cloud Pub/Sub Parent</name >
99 <url >https://github.com/googleapis/java-pubsub</url >
1010 <description >
7878 <dependency >
7979 <groupId >com.google.api.grpc</groupId >
8080 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
81- <version >1.90.6-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
81+ <version >1.90.6</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
8282 </dependency >
8383 <dependency >
8484 <groupId >com.google.api.grpc</groupId >
8585 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
86- <version >1.90.6-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
86+ <version >1.90.6</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
8787 </dependency >
8888 <dependency >
8989 <groupId >com.google.cloud</groupId >
9090 <artifactId >google-cloud-pubsub</artifactId >
91- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
91+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
9292 </dependency >
9393
9494 <dependency >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
7- <version >1.90.6-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
7+ <version >1.90.6</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
88 <name >proto-google-cloud-pubsub-v1</name >
99 <description >PROTO library for proto-google-cloud-pubsub-v1</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-pubsub-parent</artifactId >
13- <version >1.108.6-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.108.6</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.google.cloud</groupId >
4545 <artifactId >google-cloud-pubsub</artifactId >
46- <version >1.108.6-SNAPSHOT </version >
46+ <version >1.108.6</version >
4747 </dependency >
4848 <!-- {x-version-update-end} -->
4949
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- proto-google-cloud-pubsub-v1:1.90.5 :1.90.6-SNAPSHOT
5- grpc-google-cloud-pubsub-v1:1.90.5 :1.90.6-SNAPSHOT
6- google-cloud-pubsub:1.108.5 :1.108.6-SNAPSHOT
4+ proto-google-cloud-pubsub-v1:1.90.6 :1.90.6
5+ grpc-google-cloud-pubsub-v1:1.90.6 :1.90.6
6+ google-cloud-pubsub:1.108.6 :1.108.6
You can’t perform that action at this time.
0 commit comments