Skip to content

Commit

Permalink
chore(master): release 0.1.2 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 26, 2021
1 parent aa63ef2 commit 27323e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.1.2](https://www.github.com/googleapis/java-gcloud-maven-plugin/compare/v0.1.1...v0.1.2) (2021-02-26)


### Dependencies

* pin commons-io to 2.6 for jdk 7 compatibility ([#110](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/110)) ([aa63ef2](https://www.github.com/googleapis/java-gcloud-maven-plugin/commit/aa63ef257d653edf5e480803efc8fcb1282afbb6))

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


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

0 comments on commit 27323e4

Please sign in to comment.