[maven-release-plugin] prepare release nosqlbench-3.12.2

This commit is contained in:
Jonathan Shook
2020-03-03 14:35:52 -06:00
parent fc310ebd5a
commit 48e010be2a
26 changed files with 75 additions and 80 deletions

View File

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