Skip to content

Commit 356e83b

Browse files
chore(main): release 2.8.3 (#352)
🤖 I have created a release *beep* *boop* --- ### [2.8.3](googleapis/java-common-protos@v2.8.2...v2.8.3) (2022-04-12) ### Dependencies * reverting protobuf java to 3.19 in pom.xml ([#351](googleapis/java-common-protos#351)) ([8a6e4b6](googleapis/java-common-protos@8a6e4b6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8a6e4b6 commit 356e83b

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

java-common-protos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.8.3](https://github.com/googleapis/java-common-protos/compare/v2.8.2...v2.8.3) (2022-04-12)
4+
5+
6+
### Dependencies
7+
8+
* reverting protobuf java to 3.19 in pom.xml ([#351](https://github.com/googleapis/java-common-protos/issues/351)) ([3e8a624](https://github.com/googleapis/java-common-protos/commit/3e8a6249cc91d0ff4153563240f6ef18086c68ab))
9+
310
### [2.8.2](https://github.com/googleapis/java-common-protos/compare/v2.8.1...v2.8.2) (2022-04-11)
411

512

java-common-protos/grpc-google-common-protos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-common-protos</artifactId>
7-
<version>2.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
7+
<version>2.8.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
88
<name>grpc-google-common-protos</name>
99
<description>GRPC library for grpc-google-common-protos</description>
1010
<parent>
1111
<groupId>com.google.api.grpc</groupId>
1212
<artifactId>google-common-protos-parent</artifactId>
13-
<version>2.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
13+
<version>2.8.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

java-common-protos/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api.grpc</groupId>
55
<artifactId>google-common-protos-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
7+
<version>2.8.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
88
<name>Google Common Protos Parent</name>
99
<url>https://github.com/googleapis/java-iam</url>
1010
<description>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.api.grpc</groupId>
8383
<artifactId>grpc-google-common-protos</artifactId>
84-
<version>2.8.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
84+
<version>2.8.3</version><!-- {x-version-update:grpc-google-common-protos:current} -->
8585
</dependency>
8686
<dependency>
8787
<groupId>io.grpc</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.google.api.grpc</groupId>
9595
<artifactId>proto-google-common-protos</artifactId>
96-
<version>2.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
96+
<version>2.8.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.guava</groupId>

java-common-protos/proto-google-common-protos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api.grpc</groupId>
55
<artifactId>proto-google-common-protos</artifactId>
6-
<version>2.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
6+
<version>2.8.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
77
<name>proto-google-common-protos</name>
88
<description>PROTO library for proto-google-common-protos</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-common-protos-parent</artifactId>
12-
<version>2.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
12+
<version>2.8.3</version><!-- {x-version-update:proto-google-common-protos:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

java-common-protos/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Format:
22
# module:released-version:current-version
33

4-
proto-google-common-protos:2.8.2:2.8.3-SNAPSHOT
5-
grpc-google-common-protos:2.8.2:2.8.3-SNAPSHOT
4+
proto-google-common-protos:2.8.3:2.8.3
5+
grpc-google-common-protos:2.8.3:2.8.3

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy