| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d8d7084 commit f59a4e2
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,13 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ### [2.1.2](https://www.github.com/googleapis/api-common-java/compare/v2.1.1...v2.1.2) (2022-01-06) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Dependencies | ||
| 7 | + | ||
| 8 | + * update dependency com.google.auto.value:auto-value to v1.9 ([#323](https://www.github.com/googleapis/api-common-java/issues/323)) ([d8d7084](https://www.github.com/googleapis/api-common-java/commit/d8d708468f134ad0b39bfd8bccf8d7e08a19e7e1)) | ||
| 9 | + * update dependency com.google.auto.value:auto-value-annotations to v1.9 ([#324](https://www.github.com/googleapis/api-common-java/issues/324)) ([0c920a4](https://www.github.com/googleapis/api-common-java/commit/0c920a4c5e68cc7b0a05297bf01114d4a231c591)) | ||
| 10 | + | ||
| 3 | 11 | ### [2.1.1](https://www.github.com/googleapis/api-common-java/compare/v2.1.0...v2.1.1) (2021-11-10) | |
| 4 | 12 | ||
| 5 | 13 | ||
| 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.2-SNAPSHOT" // {x-version-update:api-common:current} | ||
| 29 | + project.version = "2.1.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,4 +1,4 @@ | |||
| 1 | 1 | # Format: | |
| 2 | 2 | # module:released-version:current-version | |
| 3 | 3 | ||
| 4 | - api-common:2.1.1:2.1.2-SNAPSHOT | ||
| 4 | + api-common:2.1.2:2.1.2 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments