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.2.2] ( https://github.com/googleapis/api-common-java/compare/v2.2.1...v2.2.2 ) (2022-08-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * update dependency com.google.errorprone: error_prone_annotations to v2.15.0 ([ #364 ] ( https://github.com/googleapis/api-common-java/issues/364 ) ) ([ 28ff65d] ( https://github.com/googleapis/api-common-java/commit/28ff65d7e70495cc079379b8e78cb515a2960dae ) )
9
+
3
10
## [ 2.2.1] ( https://github.com/googleapis/api-common-java/compare/v2.2.0...v2.2.1 ) (2022-06-09)
4
11
5
12
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
26
26
group = " com.google.api"
27
27
archivesBaseName = " api-common"
28
28
29
- project. version = " 2.2.2-SNAPSHOT " // {x-version-update:api-common:current}
29
+ project. version = " 2.2.2" // {x-version-update:api-common:current}
30
30
31
31
sourceCompatibility = 1.8
32
32
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.2.1 :2.2.2-SNAPSHOT
4
+ api-common:2.2.2 :2.2.2
You can’t perform that action at this time.
0 commit comments