From c458942113b5031893ba1b9afb0bce793cd38409 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:10:12 +0000 Subject: [PATCH] chore(main): release 1.2.5 (#298) :robot: I have created a release *beep* *boop* --- ## [1.2.5](https://github.com/googleapis/java-artifact-registry/compare/v1.2.4...v1.2.5) (2022-08-04) ### Documentation * **owlbot-java:** explaining why not using formatter in pom.xml ([#1511](https://github.com/googleapis/java-artifact-registry/issues/1511)) ([#294](https://github.com/googleapis/java-artifact-registry/issues/294)) ([9c0e05c](https://github.com/googleapis/java-artifact-registry/commit/9c0e05c3e0b523718e108455085fa1bf2da0ba40)), closes [#1502](https://github.com/googleapis/java-artifact-registry/issues/1502) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- java-artifact-registry/CHANGELOG.md | 7 +++++++ .../google-cloud-artifact-registry-bom/pom.xml | 12 ++++++------ .../google-cloud-artifact-registry/pom.xml | 4 ++-- .../grpc-google-cloud-artifact-registry-v1/pom.xml | 4 ++-- .../pom.xml | 4 ++-- java-artifact-registry/pom.xml | 12 ++++++------ .../proto-google-cloud-artifact-registry-v1/pom.xml | 4 ++-- .../pom.xml | 4 ++-- java-artifact-registry/samples/snapshot/pom.xml | 2 +- java-artifact-registry/versions.txt | 10 +++++----- 10 files changed, 35 insertions(+), 28 deletions(-) diff --git a/java-artifact-registry/CHANGELOG.md b/java-artifact-registry/CHANGELOG.md index e81d942b58db..c81a9bb98d4e 100644 --- a/java-artifact-registry/CHANGELOG.md +++ b/java-artifact-registry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.5](https://github.com/googleapis/java-artifact-registry/compare/v1.2.4...v1.2.5) (2022-08-04) + + +### Documentation + +* **owlbot-java:** explaining why not using formatter in pom.xml ([#1511](https://github.com/googleapis/java-artifact-registry/issues/1511)) ([#294](https://github.com/googleapis/java-artifact-registry/issues/294)) ([7c1357e](https://github.com/googleapis/java-artifact-registry/commit/7c1357e908ba457a6820c9777ca26928e8dbd34c)), closes [#1502](https://github.com/googleapis/java-artifact-registry/issues/1502) + ## [1.2.4](https://github.com/googleapis/java-artifact-registry/compare/v1.2.3...v1.2.4) (2022-08-03) diff --git a/java-artifact-registry/google-cloud-artifact-registry-bom/pom.xml b/java-artifact-registry/google-cloud-artifact-registry-bom/pom.xml index 14611713f8ed..4903e1fec966 100644 --- a/java-artifact-registry/google-cloud-artifact-registry-bom/pom.xml +++ b/java-artifact-registry/google-cloud-artifact-registry-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-artifact-registry-bom - 1.2.5-SNAPSHOT + 1.2.5 pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-artifact-registry - 1.2.5-SNAPSHOT + 1.2.5 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.8.5-SNAPSHOT + 0.8.5 com.google.api.grpc grpc-google-cloud-artifact-registry-v1 - 1.2.5-SNAPSHOT + 1.2.5 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.8.5-SNAPSHOT + 0.8.5 com.google.api.grpc proto-google-cloud-artifact-registry-v1 - 1.2.5-SNAPSHOT + 1.2.5 diff --git a/java-artifact-registry/google-cloud-artifact-registry/pom.xml b/java-artifact-registry/google-cloud-artifact-registry/pom.xml index 869a658366d9..3b16214bfc17 100644 --- a/java-artifact-registry/google-cloud-artifact-registry/pom.xml +++ b/java-artifact-registry/google-cloud-artifact-registry/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-artifact-registry - 1.2.5-SNAPSHOT + 1.2.5 jar Google Artifact Registry https://github.com/googleapis/java-artifact-registry @@ -11,7 +11,7 @@ com.google.cloud google-cloud-artifact-registry-parent - 1.2.5-SNAPSHOT + 1.2.5 google-cloud-artifact-registry diff --git a/java-artifact-registry/grpc-google-cloud-artifact-registry-v1/pom.xml b/java-artifact-registry/grpc-google-cloud-artifact-registry-v1/pom.xml index 42209ceebca8..941294fc7bda 100644 --- a/java-artifact-registry/grpc-google-cloud-artifact-registry-v1/pom.xml +++ b/java-artifact-registry/grpc-google-cloud-artifact-registry-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-artifact-registry-v1 - 1.2.5-SNAPSHOT + 1.2.5 grpc-google-cloud-artifact-registry-v1 GRPC library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.5-SNAPSHOT + 1.2.5 diff --git a/java-artifact-registry/grpc-google-cloud-artifact-registry-v1beta2/pom.xml b/java-artifact-registry/grpc-google-cloud-artifact-registry-v1beta2/pom.xml index 93c2792894c7..a681152d46b2 100644 --- a/java-artifact-registry/grpc-google-cloud-artifact-registry-v1beta2/pom.xml +++ b/java-artifact-registry/grpc-google-cloud-artifact-registry-v1beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.8.5-SNAPSHOT + 0.8.5 grpc-google-cloud-artifact-registry-v1beta2 GRPC library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.5-SNAPSHOT + 1.2.5 diff --git a/java-artifact-registry/pom.xml b/java-artifact-registry/pom.xml index d2106cbd4edb..9c74e0755134 100644 --- a/java-artifact-registry/pom.xml +++ b/java-artifact-registry/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-artifact-registry-parent pom - 1.2.5-SNAPSHOT + 1.2.5 Google Artifact Registry Parent https://github.com/googleapis/java-artifact-registry @@ -61,27 +61,27 @@ com.google.cloud google-cloud-artifact-registry - 1.2.5-SNAPSHOT + 1.2.5 com.google.api.grpc proto-google-cloud-artifact-registry-v1 - 1.2.5-SNAPSHOT + 1.2.5 com.google.api.grpc grpc-google-cloud-artifact-registry-v1 - 1.2.5-SNAPSHOT + 1.2.5 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.8.5-SNAPSHOT + 0.8.5 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.8.5-SNAPSHOT + 0.8.5 diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/pom.xml b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/pom.xml index bbc1df74e8dc..ed767644cff2 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1/pom.xml +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-artifact-registry-v1 - 1.2.5-SNAPSHOT + 1.2.5 proto-google-cloud-artifact-registry-v1 Proto library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.5-SNAPSHOT + 1.2.5 diff --git a/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/pom.xml b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/pom.xml index 407e5b2d3a50..4c7dabb8a031 100644 --- a/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/pom.xml +++ b/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.8.5-SNAPSHOT + 0.8.5 grpc-google-cloud-artifact-registry-v1beta2 Proto library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.5-SNAPSHOT + 1.2.5 diff --git a/java-artifact-registry/samples/snapshot/pom.xml b/java-artifact-registry/samples/snapshot/pom.xml index 653232b00ceb..87762c2f96fe 100644 --- a/java-artifact-registry/samples/snapshot/pom.xml +++ b/java-artifact-registry/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-artifact-registry - 1.2.5-SNAPSHOT + 1.2.5 diff --git a/java-artifact-registry/versions.txt b/java-artifact-registry/versions.txt index c01fbd00c2f1..84519ab35aa0 100644 --- a/java-artifact-registry/versions.txt +++ b/java-artifact-registry/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-artifact-registry:1.2.4:1.2.5-SNAPSHOT -grpc-google-cloud-artifact-registry-v1beta2:0.8.4:0.8.5-SNAPSHOT -grpc-google-cloud-artifact-registry-v1:1.2.4:1.2.5-SNAPSHOT -proto-google-cloud-artifact-registry-v1beta2:0.8.4:0.8.5-SNAPSHOT -proto-google-cloud-artifact-registry-v1:1.2.4:1.2.5-SNAPSHOT +google-cloud-artifact-registry:1.2.5:1.2.5 +grpc-google-cloud-artifact-registry-v1beta2:0.8.5:0.8.5 +grpc-google-cloud-artifact-registry-v1:1.2.5:1.2.5 +proto-google-cloud-artifact-registry-v1beta2:0.8.5:0.8.5 +proto-google-cloud-artifact-registry-v1:1.2.5:1.2.5