pom updates for pulsar

This commit is contained in:
Jonathan Shook 2021-02-02 00:41:24 -06:00
parent fe254cb253
commit f81e49207d

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>mvn-defaults</artifactId> <artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId> <groupId>io.nosqlbench</groupId>
<version>4.15.11-SNAPSHOT</version> <version>4.15.12-SNAPSHOT</version>
<relativePath>../mvn-defaults</relativePath> <relativePath>../mvn-defaults</relativePath>
</parent> </parent>
@ -44,13 +44,13 @@
<dependency> <dependency>
<groupId>io.nosqlbench</groupId> <groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId> <artifactId>engine-api</artifactId>
<version>4.15.11-SNAPSHOT</version> <version>4.15.12-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.nosqlbench</groupId> <groupId>io.nosqlbench</groupId>
<artifactId>driver-stdout</artifactId> <artifactId>driver-stdout</artifactId>
<version>4.15.11-SNAPSHOT</version> <version>4.15.12-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>