bump major version to 4.0.0-SNAPSHOT

This commit is contained in:
Jonathan Shook
2020-11-19 16:51:38 -06:00
parent 7e880b9192
commit 2752fa50b5
35 changed files with 114 additions and 114 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>3.12.156-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../mvn-defaults</relativePath>
</parent>
@@ -44,13 +44,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>3.12.156-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>driver-stdout</artifactId>
<version>3.12.156-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<!-- <dependency>-->