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

This commit is contained in:
nb-droid
2020-09-16 04:56:50 +00:00
parent 44c1574ca9
commit 4916d6b58e
32 changed files with 109 additions and 119 deletions

View File

@@ -1,13 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>3.12.146-SNAPSHOT</version>
<version>3.12.146</version>
<relativePath>../mvn-defaults</relativePath>
</parent>
@@ -25,13 +23,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>nb-api</artifactId>
<version>3.12.146-SNAPSHOT</version>
<version>3.12.146</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-userlibs</artifactId>
<version>3.12.146-SNAPSHOT</version>
<version>3.12.146</version>
</dependency>
</dependencies>