temporary work-around for release plugin incompatibility

This commit is contained in:
Jonathan Shook
2023-01-13 13:19:35 -06:00
parent 2ce8a0e6ae
commit e04eef814c
36 changed files with 106 additions and 106 deletions

View File

@@ -23,7 +23,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>${revision}</version>
<version>5.17.0-SNAPSHOT</version>
<relativePath>../mvn-defaults</relativePath>
</parent>
@@ -87,13 +87,13 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>${revision}</version>
<version>5.17.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapters-api</artifactId>
<version>${revision}</version>
<version>5.17.0-SNAPSHOT</version>
</dependency>
<dependency>