Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.1.2 (#26)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
### [0.1.2](https://www.github.com/googleapis/java-artifact-registry/compare/v0.1.1...v0.1.2) (2021-04-09)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#25](https://www.github.com/googleapis/java-artifact-registry/issues/25)) ([c59df6f](https://www.github.com/googleapis/java-artifact-registry/commit/c59df6f1d4b0e0eaccbe0807178aa2da662a1b93))
---


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 Apr 9, 2021
1 parent c59df6f commit 4118496
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.1.2](https://www.github.com/googleapis/java-artifact-registry/compare/v0.1.1...v0.1.2) (2021-04-09)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#25](https://www.github.com/googleapis/java-artifact-registry/issues/25)) ([c59df6f](https://www.github.com/googleapis/java-artifact-registry/commit/c59df6f1d4b0e0eaccbe0807178aa2da662a1b93))

### [0.1.1](https://www.github.com/googleapis/java-artifact-registry/compare/v0.1.0...v0.1.1) (2021-03-10)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-artifact-registry-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-bom</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -68,17 +68,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.1.2</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.1.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.1.2</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions 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>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.1.2</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>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-artifact-registry</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-artifact-registry-v1beta2/pom.xml
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.1.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.1.2</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>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.1.2</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 @@ -70,17 +70,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
<version>0.1.2</version><!-- {x-version-update:google-cloud-artifact-registry:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.1.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.1.2</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.1.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
<version>0.1.2</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>

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

Expand Down
6 changes: 3 additions & 3 deletions versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-artifact-registry:0.1.1:0.1.2-SNAPSHOT
proto-google-cloud-artifact-registry-v1beta2:0.1.1:0.1.2-SNAPSHOT
grpc-google-cloud-artifact-registry-v1beta2:0.1.1:0.1.2-SNAPSHOT
google-cloud-artifact-registry:0.1.2:0.1.2
proto-google-cloud-artifact-registry-v1beta2:0.1.2:0.1.2
grpc-google-cloud-artifact-registry-v1beta2:0.1.2:0.1.2

0 comments on commit 4118496

Please sign in to comment.