replace CI+CD friendly revision

This commit is contained in:
Jonathan Shook
2023-01-19 16:53:33 -06:00
parent a85c38f15e
commit f63c7aeadb
36 changed files with 165 additions and 104 deletions

View File

@@ -20,7 +20,7 @@
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
<version>5.17.1-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../mvn-defaults</relativePath>
</parent>
@@ -85,7 +85,7 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>5.17.1-SNAPSHOT</version>
<version>${revision}</version>
<scope>compile</scope>
</dependency>