Skip to content

Commit

Permalink
chore(main): release 1.2.5 (#298)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.2.5](googleapis/java-artifact-registry@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](googleapis/java-artifact-registry#294)) ([9c0e05c](googleapis/java-artifact-registry@9c0e05c)), 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).
  • Loading branch information
release-please[bot] committed Aug 9, 2022
1 parent d67963c commit c458942
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 28 deletions.
7 changes: 7 additions & 0 deletions 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)


Expand Down
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-bom</artifactId>
<version>1.2.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,27 +56,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>1.2.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</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.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.8.5</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.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
<version>1.2.5</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.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.8.5</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.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
<version>1.2.5</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-artifact-registry/google-cloud-artifact-registry/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>1.2.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</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>
<description>provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<version>1.2.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-artifact-registry</site.installationModule>
Expand Down
Expand Up @@ -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.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
<version>1.2.5</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.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -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.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.8.5</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.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions java-artifact-registry/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</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>
Expand Down Expand Up @@ -61,27 +61,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>1.2.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</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.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
<version>1.2.5</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.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
<version>1.2.5</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.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.8.5</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.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.8.5</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>

<dependency>
Expand Down
Expand Up @@ -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.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
<version>1.2.5</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.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -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.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.8.5</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.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>1.2.5</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-artifact-registry/samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.5</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
10 changes: 5 additions & 5 deletions 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

0 comments on commit c458942

Please sign in to comment.