From c7958e758d301095bf5f3d0b24eee881422fab6a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:59:35 +0000 Subject: [PATCH] chore(main): release 1.2.2-SNAPSHOT --- checkstyle-config/pom.xml | 2 +- pom.xml | 6 +++--- test/pom.xml | 2 +- versions.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/checkstyle-config/pom.xml b/checkstyle-config/pom.xml index fc9fac3f..34c7ebe1 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.1 + 1.2.2-SNAPSHOT jar diff --git a/pom.xml b/pom.xml index a25322ee..b9e859d4 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ limitations under the License. com.google.cloud.samples shared-configuration - 1.2.1 + 1.2.2-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -215,7 +215,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.2.1 + 1.2.2-SNAPSHOT @@ -305,7 +305,7 @@ limitations under the License. com.google.cloud.samples checkstyle-configuration - 1.2.1 + 1.2.2-SNAPSHOT com.puppycrawl.tools diff --git a/test/pom.xml b/test/pom.xml index 165104d6..a69b37e4 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.1 + 1.2.2-SNAPSHOT .. diff --git a/versions.txt b/versions.txt index d6d3f89b..73c2226a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,5 +1,5 @@ # Format: # module:released-version:current-version -shared-configuration:1.2.1:1.2.1 -checkstyle-configuration:1.2.1:1.2.1 +shared-configuration:1.2.1:1.2.2-SNAPSHOT +checkstyle-configuration:1.2.1:1.2.2-SNAPSHOT