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

Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit abebcc4

Browse files
chore: release 2.0.2 (#267)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 87bb580 commit abebcc4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.0.2](https://www.github.com/googleapis/api-common-java/compare/v2.0.1...v2.0.2) (2021-08-20)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.errorprone:error_prone_annotations to v2.9.0 ([#266](https://www.github.com/googleapis/api-common-java/issues/266)) ([9019ce9](https://www.github.com/googleapis/api-common-java/commit/9019ce98dcd722deea2ca3845d4396184dcc1599))
9+
310
### [2.0.1](https://www.github.com/googleapis/api-common-java/compare/v2.0.0...v2.0.1) (2021-08-10)
411

512

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging'
2727
group = "com.google.api"
2828
archivesBaseName = "api-common"
2929

30-
project.version = "2.0.2-SNAPSHOT" // {x-version-update:api-common:current}
30+
project.version = "2.0.2" // {x-version-update:api-common:current}
3131

3232
sourceCompatibility = 1.8
3333
targetCompatibility = 1.8

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.0.1:2.0.2-SNAPSHOT
4+
api-common:2.0.2:2.0.2

0 commit comments

Comments
 (0)