Skip to content

Commit

Permalink
chore: release 0.1.0 (#3)
Browse files Browse the repository at this point in the history
* created CHANGELOG.md [ci skip]

* updated README.md [ci skip]

* updated versions.txt [ci skip]

* updated pom.xml [ci skip]
  • Loading branch information
release-please[bot] authored and chingor13 committed Oct 7, 2019
1 parent 4d095c2 commit c40e118
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,13 @@
# Changelog

## 0.1.0 (2019-10-07)


### Bug Fixes

* google-cloud-testing/google-cloud-gcloud-maven-plugin/pom.xml to reduce vulnerabilities ([#4100](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/4100)) ([c4d5335](https://www.github.com/googleapis/java-gcloud-maven-plugin/commit/c4d5335))


### Features

* make repo releasable ([#1](https://www.github.com/googleapis/java-gcloud-maven-plugin/issues/1)) ([6b6fdf3](https://www.github.com/googleapis/java-gcloud-maven-plugin/commit/6b6fdf3))
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.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-gcloud-maven-plugin:current} -->
<version>0.1.0</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.0.0:0.0.1-SNAPSHOT
google-cloud-gcloud-maven-plugin:0.1.0:0.1.0

0 comments on commit c40e118

Please sign in to comment.