[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Jonathan Shook
2020-02-25 13:01:08 -06:00
parent 1f7ab0d0b2
commit 693d66b145
24 changed files with 66 additions and 66 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>3.12.1</version>
<version>3.12.2-SNAPSHOT</version>
<relativePath>../mvn-defaults</relativePath>
</parent>
@@ -23,13 +23,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>3.12.1</version>
<version>3.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>activitytype-stdout</artifactId>
<version>3.12.1</version>
<version>3.12.2-SNAPSHOT</version>
</dependency>
<!-- test scope only -->