From 493d869c4015a610d3a0a33ba662d02cbd2348ba Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:21:42 +0000 Subject: [PATCH] chore(main): release 1.1.7-SNAPSHOT (#583) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- 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 bcbea41d..b26db5c0 100644 --- a/alloydb-jdbc-connector/pom.xml +++ b/alloydb-jdbc-connector/pom.xml @@ -23,11 +23,11 @@ com.google.cloud alloydb-connector-parent - 1.1.6 + 1.1.7-SNAPSHOT ../pom.xml alloydb-jdbc-connector - 1.1.6 + 1.1.7-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 807be669..8a3da598 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.1.6"; + static final String VERSION = "1.1.7-SNAPSHOT"; // {x-version-update-end} } diff --git a/pom.xml b/pom.xml index 1297eec9..b4734ece 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 alloydb-connector-parent pom - 1.1.6 + 1.1.7-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 4577dfa7..2a1225ca 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.1.6 + 1.1.7-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index c05f0224..ccdb6b75 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud alloydb-jdbc-connector - 1.1.6 + 1.1.7-SNAPSHOT diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index c8c52e71..59f4f4b3 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -29,7 +29,7 @@ com.google.cloud alloydb-jdbc-connector - 1.1.6 + 1.1.7-SNAPSHOT diff --git a/versions.txt b/versions.txt index 3194d285..526a60bf 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -alloydb-jdbc-connector:1.1.6:1.1.6 +alloydb-jdbc-connector:1.1.6:1.1.7-SNAPSHOT