Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc99d06

Browse files
chore(main): release 2.2.0 (#351)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 26724e8 commit dc99d06

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

api-common-java/CHANGELOG.md

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

3+
## [2.2.0](https://github.com/googleapis/api-common-java/compare/v2.1.5...v2.2.0) (2022-04-18)
4+
5+
6+
### Features
7+
8+
* next release from main branch is 2.2.0 ([#355](https://github.com/googleapis/api-common-java/issues/355)) ([75f57bc](https://github.com/googleapis/api-common-java/commit/75f57bca521495a91fd7e55447c60e2b8955ef06))
9+
10+
11+
### Dependencies
12+
13+
* update dependency com.google.errorprone:error_prone_annotations to v2.12.1 ([#350](https://github.com/googleapis/api-common-java/issues/350)) ([2e6de4f](https://github.com/googleapis/api-common-java/commit/2e6de4f0ce7bbbbbcb066e9986a8d7bd04ab043c))
14+
* update dependency com.google.errorprone:error_prone_annotations to v2.13.0 ([#353](https://github.com/googleapis/api-common-java/issues/353)) ([2954859](https://github.com/googleapis/api-common-java/commit/2954859afe658b07ac76773e056b1b48fe81182b))
15+
* update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#354](https://github.com/googleapis/api-common-java/issues/354)) ([ca94cf9](https://github.com/googleapis/api-common-java/commit/ca94cf901e15765d24a5abaaa9707a74f134cfec))
16+
317
### [2.1.5](https://github.com/googleapis/api-common-java/compare/v2.1.4...v2.1.5) (2022-03-23)
418

519

api-common-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
2626
group = "com.google.api"
2727
archivesBaseName = "api-common"
2828

29-
project.version = "2.1.6-SNAPSHOT" // {x-version-update:api-common:current}
29+
project.version = "2.2.0" // {x-version-update:api-common:current}
3030

3131
sourceCompatibility = 1.8
3232
targetCompatibility = 1.8

api-common-java/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
api-common:2.1.5:2.1.6-SNAPSHOT
4+
api-common:2.2.0:2.2.0

0 commit comments

Comments
 (0)