From de3b0816cf845b3322c5dca943832c716d7e361d Mon Sep 17 00:00:00 2001 From: nb-droid <nosqlbenchdroid@gmail.com> Date: Fri, 19 Nov 2021 00:05:06 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- adapters-api/pom.xml | 6 ++-- docsys/pom.xml | 6 ++-- driver-cockroachdb/pom.xml | 4 +-- driver-cql-shaded/pom.xml | 6 ++-- driver-cqld3-shaded/pom.xml | 6 ++-- driver-cqlverify/pom.xml | 6 ++-- driver-diag/pom.xml | 6 ++-- driver-dsegraph-shaded/pom.xml | 6 ++-- driver-grpc/pom.xml | 4 +-- driver-http/pom.xml | 6 ++-- driver-jdbc/pom.xml | 4 +-- driver-jms/pom.xml | 6 ++-- driver-jmx/pom.xml | 6 ++-- driver-kafka/pom.xml | 6 ++-- driver-mongodb/pom.xml | 6 ++-- driver-pulsar/pom.xml | 6 ++-- driver-stdout/pom.xml | 6 ++-- driver-tcp/pom.xml | 8 +++--- driver-web/pom.xml | 6 ++-- drivers-api/pom.xml | 8 +++--- engine-api/pom.xml | 10 +++---- engine-cli/pom.xml | 6 ++-- engine-clients/pom.xml | 4 +-- engine-core/pom.xml | 8 +++--- engine-docker/pom.xml | 4 +-- engine-docs/pom.xml | 4 +-- engine-extensions/pom.xml | 4 +-- engine-rest/pom.xml | 4 +-- mvn-defaults/pom.xml | 4 +-- nb-annotations/pom.xml | 2 +- nb-api/pom.xml | 4 +-- nb/pom.xml | 52 +++++++++++++++++----------------- nbr/pom.xml | 14 ++++----- pom.xml | 4 +-- virtdata-api/pom.xml | 6 ++-- virtdata-lang/pom.xml | 2 +- virtdata-lib-basics/pom.xml | 4 +-- virtdata-lib-curves4/pom.xml | 6 ++-- virtdata-lib-random/pom.xml | 6 ++-- virtdata-lib-realer/pom.xml | 4 +-- virtdata-realdata/pom.xml | 4 +-- virtdata-userlibs/pom.xml | 16 +++++------ 42 files changed, 145 insertions(+), 145 deletions(-) diff --git a/adapters-api/pom.xml b/adapters-api/pom.xml index 4505748f3..05c4c815b 100644 --- a/adapters-api/pom.xml +++ b/adapters-api/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -23,13 +23,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>nb-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-userlibs</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> diff --git a/docsys/pom.xml b/docsys/pom.xml index b273efcc2..a1e24236e 100644 --- a/docsys/pom.xml +++ b/docsys/pom.xml @@ -12,7 +12,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -21,7 +21,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>nb-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> @@ -117,7 +117,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/driver-cockroachdb/pom.xml b/driver-cockroachdb/pom.xml index 435c1c67c..2c50d5c11 100644 --- a/driver-cockroachdb/pom.xml +++ b/driver-cockroachdb/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.nosqlbench</groupId> <artifactId>mvn-defaults</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -21,7 +21,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-jdbc</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>org.postgresql</groupId> diff --git a/driver-cql-shaded/pom.xml b/driver-cql-shaded/pom.xml index 59ad8ab36..a9d052248 100644 --- a/driver-cql-shaded/pom.xml +++ b/driver-cql-shaded/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.nosqlbench</groupId> <artifactId>mvn-defaults</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -23,13 +23,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/driver-cqld3-shaded/pom.xml b/driver-cqld3-shaded/pom.xml index 0ac4ebdc2..497b16ce1 100644 --- a/driver-cqld3-shaded/pom.xml +++ b/driver-cqld3-shaded/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.nosqlbench</groupId> <artifactId>mvn-defaults</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -24,13 +24,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/driver-cqlverify/pom.xml b/driver-cqlverify/pom.xml index 6a2664c28..0ade51239 100644 --- a/driver-cqlverify/pom.xml +++ b/driver-cqlverify/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.nosqlbench</groupId> <artifactId>mvn-defaults</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -24,13 +24,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cql-shaded</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/driver-diag/pom.xml b/driver-diag/pom.xml index 2636b0dd5..b98f40c1d 100644 --- a/driver-diag/pom.xml +++ b/driver-diag/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -21,14 +21,14 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/driver-dsegraph-shaded/pom.xml b/driver-dsegraph-shaded/pom.xml index aab5ff504..48d239932 100644 --- a/driver-dsegraph-shaded/pom.xml +++ b/driver-dsegraph-shaded/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.nosqlbench</groupId> <artifactId>mvn-defaults</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -23,13 +23,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/driver-grpc/pom.xml b/driver-grpc/pom.xml index b3d1df7b1..579829c39 100644 --- a/driver-grpc/pom.xml +++ b/driver-grpc/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults/pom.xml</relativePath> </parent> @@ -21,7 +21,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/driver-http/pom.xml b/driver-http/pom.xml index 32812131c..154a54325 100644 --- a/driver-http/pom.xml +++ b/driver-http/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -22,14 +22,14 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/driver-jdbc/pom.xml b/driver-jdbc/pom.xml index d0c2c50bc..7f932e3a5 100644 --- a/driver-jdbc/pom.xml +++ b/driver-jdbc/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>nosqlbench</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -19,7 +19,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/driver-jms/pom.xml b/driver-jms/pom.xml index f2972a2ff..dccd3bd20 100644 --- a/driver-jms/pom.xml +++ b/driver-jms/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -40,13 +40,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-stdout</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> diff --git a/driver-jmx/pom.xml b/driver-jmx/pom.xml index ac7042f13..c3550f8d6 100644 --- a/driver-jmx/pom.xml +++ b/driver-jmx/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -22,13 +22,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/driver-kafka/pom.xml b/driver-kafka/pom.xml index 0cb6bb35f..8db154c58 100644 --- a/driver-kafka/pom.xml +++ b/driver-kafka/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -44,13 +44,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-stdout</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/driver-mongodb/pom.xml b/driver-mongodb/pom.xml index cf089b4c3..9354f7774 100644 --- a/driver-mongodb/pom.xml +++ b/driver-mongodb/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -21,13 +21,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/driver-pulsar/pom.xml b/driver-pulsar/pom.xml index cb0df0f39..a9dc20375 100644 --- a/driver-pulsar/pom.xml +++ b/driver-pulsar/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -40,13 +40,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-stdout</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils --> diff --git a/driver-stdout/pom.xml b/driver-stdout/pom.xml index c9acdf542..2e80983b6 100644 --- a/driver-stdout/pom.xml +++ b/driver-stdout/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -22,14 +22,14 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/driver-tcp/pom.xml b/driver-tcp/pom.xml index d22d8a191..7dab55fbf 100644 --- a/driver-tcp/pom.xml +++ b/driver-tcp/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -24,19 +24,19 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-stdout</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/driver-web/pom.xml b/driver-web/pom.xml index 26fec5b9e..074d4a1df 100644 --- a/driver-web/pom.xml +++ b/driver-web/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -22,13 +22,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/drivers-api/pom.xml b/drivers-api/pom.xml index 4a719d5fd..79e19b604 100644 --- a/drivers-api/pom.xml +++ b/drivers-api/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -23,19 +23,19 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>nb-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-userlibs</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>adapters-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> diff --git a/engine-api/pom.xml b/engine-api/pom.xml index f59b39aa4..3c424f813 100644 --- a/engine-api/pom.xml +++ b/engine-api/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -23,25 +23,25 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>nb-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>nb-annotations</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-userlibs</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/engine-cli/pom.xml b/engine-cli/pom.xml index 28da4689a..584cd1928 100644 --- a/engine-cli/pom.xml +++ b/engine-cli/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -23,13 +23,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-core</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-docker</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/engine-clients/pom.xml b/engine-clients/pom.xml index 1174860c3..bd14b1108 100644 --- a/engine-clients/pom.xml +++ b/engine-clients/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -21,7 +21,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/engine-core/pom.xml b/engine-core/pom.xml index ca62b56a6..37adc22a8 100644 --- a/engine-core/pom.xml +++ b/engine-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -28,13 +28,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>drivers-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> @@ -85,7 +85,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-clients</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/engine-docker/pom.xml b/engine-docker/pom.xml index bd12b7538..aef6fb3f6 100644 --- a/engine-docker/pom.xml +++ b/engine-docker/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -56,7 +56,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/engine-docs/pom.xml b/engine-docs/pom.xml index 646480147..7c6e7cb45 100644 --- a/engine-docs/pom.xml +++ b/engine-docs/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -28,7 +28,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>docsys</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/engine-extensions/pom.xml b/engine-extensions/pom.xml index 51b525391..66d3f5102 100644 --- a/engine-extensions/pom.xml +++ b/engine-extensions/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -22,7 +22,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/engine-rest/pom.xml b/engine-rest/pom.xml index 673cc0a85..42535e960 100644 --- a/engine-rest/pom.xml +++ b/engine-rest/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -35,7 +35,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-cli</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/mvn-defaults/pom.xml b/mvn-defaults/pom.xml index c70e075b8..e5e292d91 100644 --- a/mvn-defaults/pom.xml +++ b/mvn-defaults/pom.xml @@ -3,7 +3,7 @@ <groupId>io.nosqlbench</groupId> <artifactId>mvn-defaults</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -78,7 +78,7 @@ <scm> <url>scm:git:https://github.com/nosqlbench/nosqlbench.git</url> <!-- <tag>nosqlbench-2.0.102-SNAPSHOT</tag>--> - <tag>nosqlbench-4.15.65</tag> + <tag>HEAD</tag> </scm> <dependencyManagement> diff --git a/nb-annotations/pom.xml b/nb-annotations/pom.xml index eea2c9467..6ca852050 100644 --- a/nb-annotations/pom.xml +++ b/nb-annotations/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> diff --git a/nb-api/pom.xml b/nb-api/pom.xml index 8ceca1110..16c0c8c75 100644 --- a/nb-api/pom.xml +++ b/nb-api/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -30,7 +30,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>nb-annotations</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/nb/pom.xml b/nb/pom.xml index b1eb628ef..8c1195c80 100644 --- a/nb/pom.xml +++ b/nb/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -24,127 +24,127 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-rest</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-cli</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-docs</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-core</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-extensions</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>nbr</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-web</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-kafka</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-stdout</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-diag</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-tcp</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-http</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-jmx</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-dsegraph-shaded</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cql-shaded</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cqld3-shaded</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cqlverify</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-mongodb</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-pulsar</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cockroachdb</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-jms</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> @@ -231,7 +231,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-dsegraph-shaded</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> </profile> @@ -244,12 +244,12 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cql-shaded</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-cqlverify</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> @@ -277,7 +277,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-mongodb</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> </profile> diff --git a/nbr/pom.xml b/nbr/pom.xml index 196887330..bd0995288 100644 --- a/nbr/pom.xml +++ b/nbr/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -24,37 +24,37 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-rest</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-cli</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-docs</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-core</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>engine-extensions</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>driver-diag</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/pom.xml b/pom.xml index 6a7987f0f..6e05cb2fc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>mvn-defaults</relativePath> </parent> @@ -150,7 +150,7 @@ scm:git:https://github.com/nosqlbench/nosqlbench.git </developerConnection> <url>scm:git:git@github.com:nosqlbench/nosqlbench.git</url> - <tag>nosqlbench-4.15.65</tag> + <tag>HEAD</tag> </scm> <distributionManagement> diff --git a/virtdata-api/pom.xml b/virtdata-api/pom.xml index 12ab6accd..5dac5ea9d 100644 --- a/virtdata-api/pom.xml +++ b/virtdata-api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>io.nosqlbench</groupId> <artifactId>mvn-defaults</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -23,14 +23,14 @@ <dependency> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <artifactId>nb-api</artifactId> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-lang</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> diff --git a/virtdata-lang/pom.xml b/virtdata-lang/pom.xml index 6023f7690..5bb213224 100644 --- a/virtdata-lang/pom.xml +++ b/virtdata-lang/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> diff --git a/virtdata-lib-basics/pom.xml b/virtdata-lib-basics/pom.xml index 8a0decccb..aadda2eba 100644 --- a/virtdata-lib-basics/pom.xml +++ b/virtdata-lib-basics/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -20,7 +20,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/virtdata-lib-curves4/pom.xml b/virtdata-lib-curves4/pom.xml index d58d0e9ac..1fde72509 100644 --- a/virtdata-lib-curves4/pom.xml +++ b/virtdata-lib-curves4/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -22,13 +22,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-lib-basics</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/virtdata-lib-random/pom.xml b/virtdata-lib-random/pom.xml index 8eaa59bd7..8bc631f0f 100644 --- a/virtdata-lib-random/pom.xml +++ b/virtdata-lib-random/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -20,13 +20,13 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-lib-basics</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/virtdata-lib-realer/pom.xml b/virtdata-lib-realer/pom.xml index 19b2c48e4..267e91f9a 100644 --- a/virtdata-lib-realer/pom.xml +++ b/virtdata-lib-realer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -20,7 +20,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-lib-basics</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies> diff --git a/virtdata-realdata/pom.xml b/virtdata-realdata/pom.xml index 80c9fce42..341f8b87d 100644 --- a/virtdata-realdata/pom.xml +++ b/virtdata-realdata/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -18,7 +18,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> diff --git a/virtdata-userlibs/pom.xml b/virtdata-userlibs/pom.xml index 0c3c9f967..dfe4db6e9 100644 --- a/virtdata-userlibs/pom.xml +++ b/virtdata-userlibs/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>mvn-defaults</artifactId> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <relativePath>../mvn-defaults</relativePath> </parent> @@ -18,36 +18,36 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-realdata</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-lib-realer</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-api</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> <artifactId>virtdata-lib-random</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> <dependency> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <artifactId>virtdata-lib-basics</artifactId> </dependency> <dependency> <groupId>io.nosqlbench</groupId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> <artifactId>virtdata-lib-curves4</artifactId> </dependency> @@ -55,7 +55,7 @@ <dependency> <groupId>io.nosqlbench</groupId> <artifactId>docsys</artifactId> - <version>4.15.65</version> + <version>4.15.66-SNAPSHOT</version> </dependency> </dependencies>