File tree 9 files changed +27
-20
lines changed
grpc-google-cloud-pubsub-v1
proto-google-cloud-pubsub-v1
9 files changed +27
-20
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 1.108.4] ( https://www.github.com/googleapis/java-pubsub/compare/v1.108.3...v1.108.4 ) (2020-10-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v0.10.2 ([ #377 ] ( https://www.github.com/googleapis/java-pubsub/issues/377 ) ) ([ 5e76466] ( https://www.github.com/googleapis/java-pubsub/commit/5e7646640c28b019dbfbd4073420f9358993ef85 ) )
9
+
3
10
### [ 1.108.3] ( https://www.github.com/googleapis/java-pubsub/compare/v1.108.2...v1.108.3 ) (2020-10-02)
4
11
5
12
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:
47
47
48
48
If you are using Gradle, add this to your dependencies
49
49
``` Groovy
50
- compile 'com.google.cloud:google-cloud-pubsub:1.108.3 '
50
+ compile 'com.google.cloud:google-cloud-pubsub:1.108.4 '
51
51
```
52
52
If you are using SBT, add this to your dependencies
53
53
``` Scala
54
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.108.3 "
54
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.108.4 "
55
55
```
56
56
[ // ] : # ( {x-version-update-end} )
57
57
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-pubsub-bom</artifactId >
6
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
64
64
<dependency >
65
65
<groupId >com.google.api.grpc</groupId >
66
66
<artifactId >proto-google-cloud-pubsub-v1</artifactId >
67
- <version >1.90.4-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
67
+ <version >1.90.4</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
68
68
</dependency >
69
69
<dependency >
70
70
<groupId >com.google.api.grpc</groupId >
71
71
<artifactId >grpc-google-cloud-pubsub-v1</artifactId >
72
- <version >1.90.4-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
72
+ <version >1.90.4</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >com.google.cloud</groupId >
76
76
<artifactId >google-cloud-pubsub</artifactId >
77
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
78
78
</dependency >
79
79
</dependencies >
80
80
</dependencyManagement >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-pubsub</artifactId >
6
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >Google Cloud Pub/Sub</name >
9
9
<url >https://github.com/googleapis/java-pubsub</url >
10
10
<description >Java idiomatic client for Google Cloud Pub/Sub</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-pubsub-parent</artifactId >
14
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-pubsub</site .installationModule>
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >grpc-google-cloud-pubsub-v1</artifactId >
7
- <version >1.90.4-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7
+ <version >1.90.4</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
8
8
<name >grpc-google-cloud-pubsub-v1</name >
9
9
<description >GRPC library for grpc-google-cloud-pubsub-v1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-pubsub-parent</artifactId >
13
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-pubsub-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
8
8
<name >Google Cloud Pub/Sub Parent</name >
9
9
<url >https://github.com/googleapis/java-pubsub</url >
10
10
<description >
78
78
<dependency >
79
79
<groupId >com.google.api.grpc</groupId >
80
80
<artifactId >proto-google-cloud-pubsub-v1</artifactId >
81
- <version >1.90.4-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
81
+ <version >1.90.4</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
82
82
</dependency >
83
83
<dependency >
84
84
<groupId >com.google.api.grpc</groupId >
85
85
<artifactId >grpc-google-cloud-pubsub-v1</artifactId >
86
- <version >1.90.4-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
86
+ <version >1.90.4</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >com.google.cloud</groupId >
90
90
<artifactId >google-cloud-pubsub</artifactId >
91
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
91
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
92
92
</dependency >
93
93
94
94
<dependency >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >proto-google-cloud-pubsub-v1</artifactId >
7
- <version >1.90.4-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
7
+ <version >1.90.4</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
8
8
<name >proto-google-cloud-pubsub-v1</name >
9
9
<description >PROTO library for proto-google-cloud-pubsub-v1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-pubsub-parent</artifactId >
13
- <version >1.108.4-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13
+ <version >1.108.4</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >com.google.cloud</groupId >
45
45
<artifactId >google-cloud-pubsub</artifactId >
46
- <version >1.108.4-SNAPSHOT </version >
46
+ <version >1.108.4</version >
47
47
</dependency >
48
48
<!-- {x-version-update-end} -->
49
49
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- proto-google-cloud-pubsub-v1:1.90.3 :1.90.4-SNAPSHOT
5
- grpc-google-cloud-pubsub-v1:1.90.3 :1.90.4-SNAPSHOT
6
- google-cloud-pubsub:1.108.3 :1.108.4-SNAPSHOT
4
+ proto-google-cloud-pubsub-v1:1.90.4 :1.90.4
5
+ grpc-google-cloud-pubsub-v1:1.90.4 :1.90.4
6
+ google-cloud-pubsub:1.108.4 :1.108.4
You can’t perform that action at this time.
0 commit comments