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 11# Changelog
22
3+ ### [ 2.1.3] ( https://github.com/googleapis/api-common-java/compare/v2.1.2...v2.1.3 ) (2022-01-25)
4+
5+
6+ ### Dependencies
7+
8+ * update dependency com.google.errorprone: error_prone_annotations to v2.11.0 ([ #331 ] ( https://github.com/googleapis/api-common-java/issues/331 ) ) ([ 1a1910c] ( https://github.com/googleapis/api-common-java/commit/1a1910c1812375c98212d761034ed300a952f604 ) )
9+
310### [ 2.1.2] ( https://www.github.com/googleapis/api-common-java/compare/v2.1.1...v2.1.2 ) (2022-01-06)
411
512
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
2626group = " com.google.api"
2727archivesBaseName = " api-common"
2828
29- project. version = " 2.1.3-SNAPSHOT " // {x-version-update:api-common:current}
29+ project. version = " 2.1.3" // {x-version-update:api-common:current}
3030
3131sourceCompatibility = 1.8
3232targetCompatibility = 1.8
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- api-common:2.1.2 :2.1.3-SNAPSHOT
4+ api-common:2.1.3 :2.1.3
You can’t perform that action at this time.
0 commit comments