diff --git a/CHANGELOG.md b/CHANGELOG.md index b1363bf1..e81d942b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.4](https://github.com/googleapis/java-artifact-registry/compare/v1.2.3...v1.2.4) (2022-08-03) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#291](https://github.com/googleapis/java-artifact-registry/issues/291)) ([4972c9b](https://github.com/googleapis/java-artifact-registry/commit/4972c9b28f404b03a09874a3693d34705c35c479)) + ## [1.2.3](https://github.com/googleapis/java-artifact-registry/compare/v1.2.2...v1.2.3) (2022-07-13) diff --git a/google-cloud-artifact-registry-bom/pom.xml b/google-cloud-artifact-registry-bom/pom.xml index 06fd1c26..92af751d 100644 --- a/google-cloud-artifact-registry-bom/pom.xml +++ b/google-cloud-artifact-registry-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-artifact-registry-bom - 1.2.4-SNAPSHOT + 1.2.4 pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-artifact-registry - 1.2.4-SNAPSHOT + 1.2.4 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.8.4-SNAPSHOT + 0.8.4 com.google.api.grpc grpc-google-cloud-artifact-registry-v1 - 1.2.4-SNAPSHOT + 1.2.4 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.8.4-SNAPSHOT + 0.8.4 com.google.api.grpc proto-google-cloud-artifact-registry-v1 - 1.2.4-SNAPSHOT + 1.2.4 diff --git a/google-cloud-artifact-registry/pom.xml b/google-cloud-artifact-registry/pom.xml index 53a5f73d..969005c9 100644 --- a/google-cloud-artifact-registry/pom.xml +++ b/google-cloud-artifact-registry/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-artifact-registry - 1.2.4-SNAPSHOT + 1.2.4 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.4-SNAPSHOT + 1.2.4 google-cloud-artifact-registry diff --git a/grpc-google-cloud-artifact-registry-v1/pom.xml b/grpc-google-cloud-artifact-registry-v1/pom.xml index fb34c612..06d7e124 100644 --- a/grpc-google-cloud-artifact-registry-v1/pom.xml +++ b/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.4-SNAPSHOT + 1.2.4 grpc-google-cloud-artifact-registry-v1 GRPC library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.4-SNAPSHOT + 1.2.4 diff --git a/grpc-google-cloud-artifact-registry-v1beta2/pom.xml b/grpc-google-cloud-artifact-registry-v1beta2/pom.xml index f09431fb..aa1ce488 100644 --- a/grpc-google-cloud-artifact-registry-v1beta2/pom.xml +++ b/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.4-SNAPSHOT + 0.8.4 grpc-google-cloud-artifact-registry-v1beta2 GRPC library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.4-SNAPSHOT + 1.2.4 diff --git a/pom.xml b/pom.xml index a2880c64..c44fc3d1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-artifact-registry-parent pom - 1.2.4-SNAPSHOT + 1.2.4 Google Artifact Registry Parent https://github.com/googleapis/java-artifact-registry @@ -61,27 +61,27 @@ com.google.cloud google-cloud-artifact-registry - 1.2.4-SNAPSHOT + 1.2.4 com.google.api.grpc proto-google-cloud-artifact-registry-v1 - 1.2.4-SNAPSHOT + 1.2.4 com.google.api.grpc grpc-google-cloud-artifact-registry-v1 - 1.2.4-SNAPSHOT + 1.2.4 com.google.api.grpc proto-google-cloud-artifact-registry-v1beta2 - 0.8.4-SNAPSHOT + 0.8.4 com.google.api.grpc grpc-google-cloud-artifact-registry-v1beta2 - 0.8.4-SNAPSHOT + 0.8.4 diff --git a/proto-google-cloud-artifact-registry-v1/pom.xml b/proto-google-cloud-artifact-registry-v1/pom.xml index 1f0ad6d5..abea3c7b 100644 --- a/proto-google-cloud-artifact-registry-v1/pom.xml +++ b/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.4-SNAPSHOT + 1.2.4 proto-google-cloud-artifact-registry-v1 Proto library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.4-SNAPSHOT + 1.2.4 diff --git a/proto-google-cloud-artifact-registry-v1beta2/pom.xml b/proto-google-cloud-artifact-registry-v1beta2/pom.xml index 371ba884..58e641f8 100644 --- a/proto-google-cloud-artifact-registry-v1beta2/pom.xml +++ b/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.4-SNAPSHOT + 0.8.4 grpc-google-cloud-artifact-registry-v1beta2 Proto library for google-cloud-artifact-registry com.google.cloud google-cloud-artifact-registry-parent - 1.2.4-SNAPSHOT + 1.2.4 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index fc74be64..1d90d99b 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-artifact-registry - 1.2.4-SNAPSHOT + 1.2.4 diff --git a/versions.txt b/versions.txt index b923b9a0..fcedbeb7 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-artifact-registry:1.2.3:1.2.4-SNAPSHOT -grpc-google-cloud-artifact-registry-v1beta2:0.8.3:0.8.4-SNAPSHOT -grpc-google-cloud-artifact-registry-v1:1.2.3:1.2.4-SNAPSHOT -proto-google-cloud-artifact-registry-v1beta2:0.8.3:0.8.4-SNAPSHOT -proto-google-cloud-artifact-registry-v1:1.2.3:1.2.4-SNAPSHOT +google-cloud-artifact-registry:1.2.4:1.2.4 +grpc-google-cloud-artifact-registry-v1beta2:0.8.4:0.8.4 +grpc-google-cloud-artifact-registry-v1:1.2.4:1.2.4 +proto-google-cloud-artifact-registry-v1beta2:0.8.4:0.8.4 +proto-google-cloud-artifact-registry-v1:1.2.4:1.2.4