Skip to content

Commit

Permalink
chore(master): release 0.1.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 25, 2021
1 parent 99ce526 commit c02a2bc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

### [0.1.1](https://www.github.com/googleapis/java-gcloud-maven-plugin/compare/v0.1.0...v0.1.1) (2021-02-25)


### Bug Fixes

* check whether or not we created destination directory ([#81](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/81)) ([4bf31df](https://www.github.com/googleapis/java-gcloud-maven-plugin/commit/4bf31df4fa1f99f8223d745ea396d3e0ed2bf886)), closes [#47](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/47)


### Dependencies

* update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#49](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/49)) ([d49b1c5](https://www.github.com/googleapis/java-gcloud-maven-plugin/commit/d49b1c5237e86627f2d13cb317ef9a4a393e89cc))
* update dependency commons-io:commons-io to v2.8.0 ([#63](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/63)) ([f63f4bb](https://www.github.com/googleapis/java-gcloud-maven-plugin/commit/f63f4bb0013f7874dd6ca348f1a47e922075e162))
* update dependency org.apache.commons:commons-compress to v1.20 ([#40](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/40)) ([ff9ef3e](https://www.github.com/googleapis/java-gcloud-maven-plugin/commit/ff9ef3e84c732318aac1e8e65d3658b9a5bb2663))

## 0.1.0 (2019-10-07)


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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-gcloud-maven-plugin:current} -->
<version>0.1.1</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.0:0.1.1-SNAPSHOT
google-cloud-gcloud-maven-plugin:0.1.1:0.1.1

0 comments on commit c02a2bc

Please sign in to comment.