diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c204e4..4656dcc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.2.3](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.2...v1.2.3) (2026-03-26) + + +### Bug Fixes + +* add configuration for release-trigger bot ([a6fa53b](https://github.com/GoogleCloudPlatform/java-repo-tools/commit/a6fa53bfda8f1cdb4f735c83d016187d6004dce6)) +* add configuration for release-trigger bot ([1fb6304](https://github.com/GoogleCloudPlatform/java-repo-tools/commit/1fb6304a1c9a8f5c82a3a82c5aa7cf5d1ab96092)) +* **infra:** update GitHub Action to current checkout and distribution ([acc4021](https://github.com/GoogleCloudPlatform/java-repo-tools/commit/acc4021d8e9b251354a71bfe53dca789169cbd70)) +* **infra:** update GitHub Action to current checkout and distribution ([cd55db8](https://github.com/GoogleCloudPlatform/java-repo-tools/commit/cd55db8ee7288942bff1ae1a6260e0c05ee4bae6)) + ### [1.2.1](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.0...v1.2.1) (2022-05-10) diff --git a/checkstyle-config/pom.xml b/checkstyle-config/pom.xml index d153fd4a..e5970376 100644 --- a/checkstyle-config/pom.xml +++ b/checkstyle-config/pom.xml @@ -18,7 +18,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.2.2-SNAPSHOT + 1.2.2 jar diff --git a/pom.xml b/pom.xml index 01ef9c92..4c7388c2 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.2.2-SNAPSHOT + 1.2.2 pom ${project.groupId}:${project.artifactId} @@ -215,7 +215,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.2.2-SNAPSHOT + 1.2.2 @@ -305,7 +305,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.2.2-SNAPSHOT + 1.2.2 com.puppycrawl.tools diff --git a/test/pom.xml b/test/pom.xml index a69b37e4..fa188f5c 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -26,7 +26,7 @@ limitations under the License. shared-configuration com.google.cloud.samples - 1.2.2-SNAPSHOT + 1.2.2 .. diff --git a/versions.txt b/versions.txt index 73c2226a..68ca8f83 100644 --- a/versions.txt +++ b/versions.txt @@ -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