Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nosqlbench-4.15.96
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-bot committed May 31, 2022
1 parent 3f7ecbb commit 07444cb
Show file tree
Hide file tree
Showing 42 changed files with 145 additions and 145 deletions.
6 changes: 3 additions & 3 deletions adapters-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -23,13 +23,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>nb-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-userlibs</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>


Expand Down
6 changes: 3 additions & 3 deletions docsys/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>nb-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions driver-cockroachdb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.nosqlbench</groupId>
<artifactId>mvn-defaults</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-jdbc</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
6 changes: 3 additions & 3 deletions driver-cql-shaded/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.nosqlbench</groupId>
<artifactId>mvn-defaults</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -23,13 +23,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions driver-cqld3-shaded/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.nosqlbench</groupId>
<artifactId>mvn-defaults</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -24,13 +24,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions driver-cqlverify/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.nosqlbench</groupId>
<artifactId>mvn-defaults</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -24,13 +24,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-cql-shaded</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions driver-diag/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -21,14 +21,14 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions driver-dsegraph-shaded/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.nosqlbench</groupId>
<artifactId>mvn-defaults</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -23,13 +23,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions driver-grpc/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults/pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions driver-http/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -22,14 +22,14 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions driver-jdbc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>nosqlbench</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions driver-jms/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand Down Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-stdout</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
Expand Down
6 changes: 3 additions & 3 deletions driver-jmx/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions driver-kafka/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand Down Expand Up @@ -44,13 +44,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-stdout</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions driver-mongodb/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>drivers-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions driver-pulsar/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
<relativePath>../mvn-defaults</relativePath>
</parent>

Expand Down Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-stdout</artifactId>
<version>4.15.96-SNAPSHOT</version>
<version>4.15.96</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
Expand Down

0 comments on commit 07444cb

Please sign in to comment.