From c54193e38c478f1f0703ece5faf1b753ef2180fb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:39:31 +0000 Subject: [PATCH] chore(main): release 1.3.1-SNAPSHOT --- alloydb-jdbc-connector/pom.xml | 4 ++-- .../src/main/java/com/google/cloud/alloydb/Version.java | 2 +- pom.xml | 2 +- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- versions.txt | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/alloydb-jdbc-connector/pom.xml b/alloydb-jdbc-connector/pom.xml index aa8ac97f..ef10c6de 100644 --- a/alloydb-jdbc-connector/pom.xml +++ b/alloydb-jdbc-connector/pom.xml @@ -23,11 +23,11 @@ com.google.cloud alloydb-connector-parent - 1.3.0 + 1.3.1-SNAPSHOT ../pom.xml alloydb-jdbc-connector - 1.3.0 + 1.3.1-SNAPSHOT jar Google Cloud AlloyDB JDBC Connector diff --git a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java index a7cae115..bfa9dad7 100644 --- a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java +++ b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java @@ -17,6 +17,6 @@ class Version { // {x-version-update-start:alloydb-jdbc-connector:current} - static final String VERSION = "1.3.0"; + static final String VERSION = "1.3.1-SNAPSHOT"; // {x-version-update-end} } diff --git a/pom.xml b/pom.xml index 65045fba..2f521424 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 alloydb-connector-parent pom - 1.3.0 + 1.3.1-SNAPSHOT Google Cloud AlloyDB Java Connector Parent https://github.com/GoogleCloudPlatform/alloydb-java-connector diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index ef391934..f026a3af 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -30,7 +30,7 @@ com.google.cloud alloydb-jdbc-connector - 1.3.0 + 1.3.1-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index cb9043ac..f25f2737 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud alloydb-jdbc-connector - 1.3.0 + 1.3.1-SNAPSHOT diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 4370c6bf..fc739729 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -29,7 +29,7 @@ com.google.cloud alloydb-jdbc-connector - 1.3.0 + 1.3.1-SNAPSHOT diff --git a/versions.txt b/versions.txt index b19020a3..33b890ff 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -alloydb-jdbc-connector:1.3.0:1.3.0 +alloydb-jdbc-connector:1.3.0:1.3.1-SNAPSHOT