Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.3](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.2...v1.2.3) (2024-08-29)


### Bug Fixes

* add configuration for release-trigger bot ([1fb6304](https://github.com/GoogleCloudPlatform/java-repo-tools/commit/1fb6304a1c9a8f5c82a3a82c5aa7cf5d1ab96092))

### [1.2.1](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.0...v1.2.1) (2022-05-10)


Expand Down
2 changes: 1 addition & 1 deletion checkstyle-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.2.2-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.2</version><!-- {x-version-update:checkstyle-configuration:current} -->
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.

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

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -215,7 +215,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.2.2-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.2</version><!-- {x-version-update:checkstyle-configuration:current} -->
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -305,7 +305,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.2.2-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.2</version><!-- {x-version-update:checkstyle-configuration:current} -->
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
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.2.2-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
<version>1.2.2</version><!-- {x-version-update:shared-configuration:current} -->
<relativePath>..</relativePath>
</parent>

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

shared-configuration:1.2.1:1.2.2-SNAPSHOT
checkstyle-configuration:1.2.1:1.2.2-SNAPSHOT
shared-configuration:1.2.2:1.2.2
checkstyle-configuration:1.2.2:1.2.2