| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 75f57bc commit 56ce92a
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,18 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 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 | + | ||
| 3 | 16 | ### [2.1.5](https://github.com/googleapis/api-common-java/compare/v2.1.4...v2.1.5) (2022-03-23) | |
| 4 | 17 | ||
| 5 | 18 | ||
| 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.1.6-SNAPSHOT" // {x-version-update:api-common:current} | ||
| 29 | + project.version = "2.2.0" // {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,4 +1,4 @@ | |||
| 1 | 1 | # Format: | |
| 2 | 2 | # module:released-version:current-version | |
| 3 | 3 | ||
| 4 | - api-common:2.1.5:2.1.6-SNAPSHOT | ||
| 4 | + api-common:2.2.0:2.2.0 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments