Skip to content

Commit

Permalink
Merge pull request #264 from GoogleCloudPlatform/release-please/branc…
Browse files Browse the repository at this point in the history
…hes/master

chore: release 1.1.0
  • Loading branch information
eaball35 authored Jun 25, 2021
2 parents fcbfb02 + 129c56b commit d6e33d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://www.github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.23...v1.1.0) (2021-06-24)


### Features

* update for 1.0.24-SNAPSHOT ([#261](https://www.github.com/GoogleCloudPlatform/java-repo-tools/issues/261)) ([7ccbc98](https://www.github.com/GoogleCloudPlatform/java-repo-tools/commit/7ccbc981054756d8fe9b82cb288d281fce92d8e9))
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ limitations under the License.

<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.24-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
<version>1.1.0</version><!-- {x-version-update:shared-configuration:current} -->
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<parent>
<artifactId>shared-configuration</artifactId>
<groupId>com.google.cloud.samples</groupId>
<version>1.0.24-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
<version>1.1.0</version><!-- {x-version-update:shared-configuration:current} -->
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

shared-configuration:1.0.22:1.0.23-SNAPSHOT
shared-configuration:1.1.0:1.1.0

0 comments on commit d6e33d5

Please sign in to comment.