[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

@@ -9,7 +9,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>
@@ -131,18 +131,18 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-processors</artifactId>
<version>3.12.2-SNAPSHOT</version>
<version>3.12.2</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-annotations</artifactId>
<version>3.12.2-SNAPSHOT</version>
<version>3.12.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-api</artifactId>
<version>3.12.2-SNAPSHOT</version>
<version>3.12.2</version>
<scope>compile</scope>
</dependency>
</dependencies>