From b67e59f464417e4dd4f4fe34c44c7d0fde771f0a Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 2 Oct 2023 12:49:52 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- driver-core/pom.xml | 2 +- driver-dist/pom.xml | 2 +- driver-examples/pom.xml | 2 +- driver-extras/pom.xml | 2 +- driver-mapping/pom.xml | 2 +- driver-tests/osgi/common/pom.xml | 2 +- driver-tests/osgi/pom.xml | 2 +- driver-tests/osgi/shaded/pom.xml | 2 +- driver-tests/osgi/unshaded/pom.xml | 2 +- driver-tests/pom.xml | 2 +- driver-tests/shading/pom.xml | 2 +- driver-tests/shading/shaded/pom.xml | 2 +- driver-tests/shading/unshaded/pom.xml | 2 +- driver-tests/stress/pom.xml | 2 +- pom.xml | 4 ++-- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/driver-core/pom.xml b/driver-core/pom.xml index e1b315e172e..d4c1fc09f50 100644 --- a/driver-core/pom.xml +++ b/driver-core/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-core diff --git a/driver-dist/pom.xml b/driver-dist/pom.xml index 1daf555c24c..e7cdc3e3763 100644 --- a/driver-dist/pom.xml +++ b/driver-dist/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-dist diff --git a/driver-examples/pom.xml b/driver-examples/pom.xml index 928f8ced516..8ddb90fbd45 100644 --- a/driver-examples/pom.xml +++ b/driver-examples/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-examples diff --git a/driver-extras/pom.xml b/driver-extras/pom.xml index adab6cc2a37..1f5d68b31dc 100644 --- a/driver-extras/pom.xml +++ b/driver-extras/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-extras diff --git a/driver-mapping/pom.xml b/driver-mapping/pom.xml index 5d5a9d15cfc..c03e2ef5ee1 100644 --- a/driver-mapping/pom.xml +++ b/driver-mapping/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-mapping diff --git a/driver-tests/osgi/common/pom.xml b/driver-tests/osgi/common/pom.xml index dc3617d74a5..75c87af48ff 100644 --- a/driver-tests/osgi/common/pom.xml +++ b/driver-tests/osgi/common/pom.xml @@ -22,7 +22,7 @@ com.scylladb scylla-driver-tests-osgi - 3.11.5.0 + 3.11.5.1-SNAPSHOT jar diff --git a/driver-tests/osgi/pom.xml b/driver-tests/osgi/pom.xml index 3296628a0f4..3c15734ee81 100644 --- a/driver-tests/osgi/pom.xml +++ b/driver-tests/osgi/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-tests-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT pom diff --git a/driver-tests/osgi/shaded/pom.xml b/driver-tests/osgi/shaded/pom.xml index 75df09bd307..3915ae4985c 100644 --- a/driver-tests/osgi/shaded/pom.xml +++ b/driver-tests/osgi/shaded/pom.xml @@ -22,7 +22,7 @@ com.scylladb scylla-driver-tests-osgi - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-tests-osgi-shaded diff --git a/driver-tests/osgi/unshaded/pom.xml b/driver-tests/osgi/unshaded/pom.xml index 21a1b08beb3..2eb7190c237 100644 --- a/driver-tests/osgi/unshaded/pom.xml +++ b/driver-tests/osgi/unshaded/pom.xml @@ -22,7 +22,7 @@ com.scylladb scylla-driver-tests-osgi - 3.11.5.0 + 3.11.5.1-SNAPSHOT cassandra-driver-tests-osgi-unshaded diff --git a/driver-tests/pom.xml b/driver-tests/pom.xml index 4d4201a6d46..89a43a9b72e 100644 --- a/driver-tests/pom.xml +++ b/driver-tests/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-tests-parent diff --git a/driver-tests/shading/pom.xml b/driver-tests/shading/pom.xml index 4f3eca285c3..7940d7e503f 100644 --- a/driver-tests/shading/pom.xml +++ b/driver-tests/shading/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-tests-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT pom diff --git a/driver-tests/shading/shaded/pom.xml b/driver-tests/shading/shaded/pom.xml index 2386c40f1d2..54b0e53ae81 100644 --- a/driver-tests/shading/shaded/pom.xml +++ b/driver-tests/shading/shaded/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-tests-shading - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-tests-shading-shaded diff --git a/driver-tests/shading/unshaded/pom.xml b/driver-tests/shading/unshaded/pom.xml index 361f3f4d5c1..85fb49b3bc3 100644 --- a/driver-tests/shading/unshaded/pom.xml +++ b/driver-tests/shading/unshaded/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-tests-shading - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-tests-shading-unshaded diff --git a/driver-tests/stress/pom.xml b/driver-tests/stress/pom.xml index 0c42b67310b..eb6de884a4d 100644 --- a/driver-tests/stress/pom.xml +++ b/driver-tests/stress/pom.xml @@ -26,7 +26,7 @@ com.scylladb scylla-driver-tests-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT scylla-driver-tests-stress diff --git a/pom.xml b/pom.xml index 301a6aa2653..ce2a0f0fcef 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.scylladb scylla-driver-parent - 3.11.5.0 + 3.11.5.1-SNAPSHOT pom Java Driver for Scylla and Apache Cassandra @@ -1123,7 +1123,7 @@ scm:git:https://github.com/scylladb/java-driver scm:git:https://github.com/scylladb/java-driver https://github.com/scylladb/java-driver - 3.11.5.0 + HEAD