diff --git a/alloydb-jdbc-connector/pom.xml b/alloydb-jdbc-connector/pom.xml index 6c397177..a14fb851 100644 --- a/alloydb-jdbc-connector/pom.xml +++ b/alloydb-jdbc-connector/pom.xml @@ -23,7 +23,7 @@ com.google.cloud alloydb-connector-parent - 0.2.0 + 0.2.1-SNAPSHOT ../pom.xml 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 3527f26e..28942a78 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 = "0.2.0"; + static final String VERSION = "0.2.1-SNAPSHOT"; // {x-version-update-end} } diff --git a/pom.xml b/pom.xml index 2ecd8fea..21bf159f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 alloydb-connector-parent pom - 0.2.0 + 0.2.1-SNAPSHOT Google Cloud AlloyDB Java Connector Parent https://github.com/GoogleCloudPlatform/alloydb-java-connector @@ -76,7 +76,7 @@ com.google.cloud alloydb-jdbc-connector - 0.2.0 + 0.2.1-SNAPSHOT diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index f0eea006..077f70ff 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 - 0.2.0 + 0.2.1-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index f1a01229..59c9ea18 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud alloydb-jdbc-connector - 0.2.0 + 0.2.1-SNAPSHOT diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 0a5bb028..eaa7a500 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -29,7 +29,7 @@ com.google.cloud alloydb-jdbc-connector - 0.2.0 + 0.2.1-SNAPSHOT diff --git a/versions.txt b/versions.txt index 5a5755e4..7b369036 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -alloydb-jdbc-connector:0.2.0:0.2.0 +alloydb-jdbc-connector:0.2.0:0.2.1-SNAPSHOT