diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d80f4d69e..1d7871b9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.6.1](https://github.com/googleapis/java-core/compare/v2.6.0...v2.6.1) (2022-04-14) + + +### Dependencies + +* update dependency com.google.errorprone:error_prone_annotations to v2.13.0 ([#802](https://github.com/googleapis/java-core/issues/802)) ([042b08e](https://github.com/googleapis/java-core/commit/042b08e3cf05dba7e006f802dbc60f95b6da99ef)) + ## [2.6.0](https://github.com/googleapis/java-core/compare/v2.5.11...v2.6.0) (2022-04-14) diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml index e49f7bc30d..92aaa71988 100644 --- a/google-cloud-core-bom/pom.xml +++ b/google-cloud-core-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-bom - 2.6.1-SNAPSHOT + 2.6.1 pom com.google.cloud @@ -63,22 +63,22 @@ com.google.cloud google-cloud-core - 2.6.1-SNAPSHOT + 2.6.1 com.google.cloud google-cloud-core-grpc - 2.6.1-SNAPSHOT + 2.6.1 com.google.cloud google-cloud-core-http - 2.6.1-SNAPSHOT + 2.6.1 com.google.cloud native-image-support - 0.13.1-SNAPSHOT + 0.13.1 diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml index 3b2ae8d026..313a0a281c 100644 --- a/google-cloud-core-grpc/pom.xml +++ b/google-cloud-core-grpc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-grpc - 2.6.1-SNAPSHOT + 2.6.1 jar Google Cloud Core gRPC https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.6.1-SNAPSHOT + 2.6.1 google-cloud-core-grpc diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml index b82f41ba10..634d6b360d 100644 --- a/google-cloud-core-http/pom.xml +++ b/google-cloud-core-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-http - 2.6.1-SNAPSHOT + 2.6.1 jar Google Cloud Core HTTP https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.6.1-SNAPSHOT + 2.6.1 google-cloud-core-http diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml index 622a4b9ba2..8ec9ef76d9 100644 --- a/google-cloud-core/pom.xml +++ b/google-cloud-core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core - 2.6.1-SNAPSHOT + 2.6.1 jar Google Cloud Core https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.6.1-SNAPSHOT + 2.6.1 google-cloud-core diff --git a/native-image-support/pom.xml b/native-image-support/pom.xml index 91a05387de..86b9c6cb32 100644 --- a/native-image-support/pom.xml +++ b/native-image-support/pom.xml @@ -7,13 +7,13 @@ Google Cloud Native Image Support com.google.cloud native-image-support - 0.13.1-SNAPSHOT + 0.13.1 jar google-cloud-core-parent com.google.cloud - 2.6.1-SNAPSHOT + 2.6.1 diff --git a/pom.xml b/pom.xml index 5ac3622dff..856ff7a574 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-core-parent pom - 2.6.1-SNAPSHOT + 2.6.1 Google Cloud Core Parent https://github.com/googleapis/java-core diff --git a/versions.txt b/versions.txt index 82443f328b..4ac408813c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,5 +1,5 @@ # Format: # module:released-version:current-version -google-cloud-core:2.6.0:2.6.1-SNAPSHOT -native-image-support:0.13.0:0.13.1-SNAPSHOT \ No newline at end of file +google-cloud-core:2.6.1:2.6.1 +native-image-support:0.13.1:0.13.1 \ No newline at end of file