Skip to content

Commit

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


### [0.1.5](v0.1.4...v0.1.5) (2022-05-12)


### Dependencies

* update dependency com.google.code.gson:gson to v2.9.0 ([#167](#167)) ([0843591](0843591))
* update dependency commons-io:commons-io to v2.11.0 ([#153](#153)) ([b2cb6f7](b2cb6f7))

---
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 May 12, 2022
1 parent b2cb6f7 commit 70c3cb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [0.1.5](https://github.com/googleapis/java-gcloud-maven-plugin/compare/v0.1.4...v0.1.5) (2022-05-12)


### Dependencies

* update dependency com.google.code.gson:gson to v2.9.0 ([#167](https://github.com/googleapis/java-gcloud-maven-plugin/issues/167)) ([0843591](https://github.com/googleapis/java-gcloud-maven-plugin/commit/0843591ea675dc16db9c72275ebd1fb8c5d97b4d))
* update dependency commons-io:commons-io to v2.11.0 ([#153](https://github.com/googleapis/java-gcloud-maven-plugin/issues/153)) ([b2cb6f7](https://github.com/googleapis/java-gcloud-maven-plugin/commit/b2cb6f714048517fb7ea2fd6f1025b47400081e3))

### [0.1.4](https://www.github.com/googleapis/java-gcloud-maven-plugin/compare/v0.1.3...v0.1.4) (2021-12-16)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-gcloud-maven-plugin</artifactId>
<version>0.1.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-gcloud-maven-plugin:current} -->
<version>0.1.5</version><!-- {x-version-update:google-cloud-gcloud-maven-plugin:current} -->
<name>google-cloud-gcloud-maven-plugin</name>
<description>Experimental Maven plugin to interact with the Google Cloud SDK (https://cloud.google.com/sdk/)</description>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-gcloud-maven-plugin:0.1.4:0.1.5-SNAPSHOT
google-cloud-gcloud-maven-plugin:0.1.5:0.1.5

0 comments on commit 70c3cb7

Please sign in to comment.