This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
### [ 2.0.1] ( https://www.github.com/googleapis/api-common-java/compare/v2.0.0...v2.0.1 ) (2021-08-10)
4
11
5
12
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging'
27
27
group = " com.google.api"
28
28
archivesBaseName = " api-common"
29
29
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}
31
31
32
32
sourceCompatibility = 1.8
33
33
targetCompatibility = 1.8
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- api-common:2.0.1 :2.0.2-SNAPSHOT
4
+ api-common:2.0.2 :2.0.2
You can’t perform that action at this time.
0 commit comments