From 1bf159cd5b09ed9549f6ca37b6e8329016dba8e7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:00:30 +0000 Subject: [PATCH] chore(main): release 1.2.3 (#283) :robot: I have created a release *beep* *boop* --- ## [1.2.3](https://github.com/googleapis/java-artifact-registry/compare/v1.2.2...v1.2.3) (2022-07-13) ### Bug Fixes * enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-artifact-registry/issues/1485)) ([#282](https://github.com/googleapis/java-artifact-registry/issues/282)) ([b6b8d6e](https://github.com/googleapis/java-artifact-registry/commit/b6b8d6ec4dc0f3111d3c90aca9cfcd8e3d4396a1)) --- 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 89891092a4eb..b1363bf1e018 100644 --- a/java-artifact-registry/CHANGELOG.md +++ b/java-artifact-registry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/googleapis/java-artifact-registry/compare/v1.2.2...v1.2.3) (2022-07-13) + + +### Bug Fixes + +* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-artifact-registry/issues/1485)) ([#282](https://github.com/googleapis/java-artifact-registry/issues/282)) ([3c9c33e](https://github.com/googleapis/java-artifact-registry/commit/3c9c33ef8064c9ea92d1c8d08d5b79cddbbb5975)) + ## [1.2.2](https://github.com/googleapis/java-artifact-registry/compare/v1.2.1...v1.2.2) (2022-07-01) 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 2fed802abf04..f9451a8dea98 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry-bom</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> <packaging>pom</packaging> <parent> <groupId>com.google.cloud</groupId> @@ -56,27 +56,27 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId> - <version>0.8.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} --> + <version>0.8.3</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-artifact-registry-v1</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} --> + <version>1.2.3</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId> - <version>0.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} --> + <version>0.8.3</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-artifact-registry-v1</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} --> + <version>1.2.3</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} --> </dependency> </dependencies> </dependencyManagement> diff --git a/java-artifact-registry/google-cloud-artifact-registry/pom.xml b/java-artifact-registry/google-cloud-artifact-registry/pom.xml index 6f2bf62f2a4e..b9d90b0a09c0 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> <packaging>jar</packaging> <name>Google Artifact Registry</name> <url>https://github.com/googleapis/java-artifact-registry</url> @@ -11,7 +11,7 @@ <parent> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry-parent</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> </parent> <properties> <site.installationModule>google-cloud-artifact-registry</site.installationModule> 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 3315ad34dbef..7f9c38998f5c 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-artifact-registry-v1</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} --> + <version>1.2.3</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} --> <name>grpc-google-cloud-artifact-registry-v1</name> <description>GRPC library for google-cloud-artifact-registry</description> <parent> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry-parent</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> </parent> <dependencies> <dependency> 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 edec16b73dae..953a207a1d14 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId> - <version>0.8.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} --> + <version>0.8.3</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} --> <name>grpc-google-cloud-artifact-registry-v1beta2</name> <description>GRPC library for google-cloud-artifact-registry</description> <parent> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry-parent</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> </parent> <dependencies> <dependency> diff --git a/java-artifact-registry/pom.xml b/java-artifact-registry/pom.xml index 3f4dac72e066..244ce2117761 100644 --- a/java-artifact-registry/pom.xml +++ b/java-artifact-registry/pom.xml @@ -4,7 +4,7 @@ <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry-parent</artifactId> <packaging>pom</packaging> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> <name>Google Artifact Registry Parent</name> <url>https://github.com/googleapis/java-artifact-registry</url> <description> @@ -61,27 +61,27 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-artifact-registry-v1</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} --> + <version>1.2.3</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-artifact-registry-v1</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} --> + <version>1.2.3</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId> - <version>0.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} --> + <version>0.8.3</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} --> </dependency> <dependency> <groupId>com.google.api.grpc</groupId> <artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId> - <version>0.8.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} --> + <version>0.8.3</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} --> </dependency> <dependency> 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 651d5215d226..cc43f5f106f6 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-artifact-registry-v1</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} --> + <version>1.2.3</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} --> <name>proto-google-cloud-artifact-registry-v1</name> <description>Proto library for google-cloud-artifact-registry</description> <parent> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry-parent</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> </parent> <dependencies> <dependency> 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 a944c70eb50b..eb6b072279e9 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.google.api.grpc</groupId> <artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId> - <version>0.8.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} --> + <version>0.8.3</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} --> <name>grpc-google-cloud-artifact-registry-v1beta2</name> <description>Proto library for google-cloud-artifact-registry</description> <parent> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry-parent</artifactId> - <version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> + <version>1.2.3</version><!-- {x-version-update:google-cloud-artifact-registry:current} --> </parent> <dependencies> <dependency> diff --git a/java-artifact-registry/samples/snapshot/pom.xml b/java-artifact-registry/samples/snapshot/pom.xml index f9084dda9bf8..0351ba7cb35c 100644 --- a/java-artifact-registry/samples/snapshot/pom.xml +++ b/java-artifact-registry/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-artifact-registry</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.3</version> </dependency> <!-- {x-version-update-end} --> diff --git a/java-artifact-registry/versions.txt b/java-artifact-registry/versions.txt index 3aa5d32fcd09..54b4f52334fb 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.2:1.2.3-SNAPSHOT -grpc-google-cloud-artifact-registry-v1beta2:0.8.2:0.8.3-SNAPSHOT -grpc-google-cloud-artifact-registry-v1:1.2.2:1.2.3-SNAPSHOT -proto-google-cloud-artifact-registry-v1beta2:0.8.2:0.8.3-SNAPSHOT -proto-google-cloud-artifact-registry-v1:1.2.2:1.2.3-SNAPSHOT +google-cloud-artifact-registry:1.2.3:1.2.3 +grpc-google-cloud-artifact-registry-v1beta2:0.8.3:0.8.3 +grpc-google-cloud-artifact-registry-v1:1.2.3:1.2.3 +proto-google-cloud-artifact-registry-v1beta2:0.8.3:0.8.3 +proto-google-cloud-artifact-registry-v1:1.2.3:1.2.3