Bump test poms to 12.14.2-SNAPSHOT

This commit is contained in:
Rob Bygrave
2022-01-21 17:37:04 +13:00
parent 0139ad891e
commit 8dec74af33
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -20,7 +20,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<version>12.14.1-SNAPSHOT</version>
<version>12.14.2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>12.14.1-SNAPSHOT</version>
<version>12.14.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -58,7 +58,7 @@
<path>
<groupId>io.ebean</groupId>
<artifactId>querybean-generator</artifactId>
<version>12.14.1-SNAPSHOT</version>
<version>12.14.2-SNAPSHOT</version>
</path>
</annotationProcessorPaths>
</configuration>
+2 -2
View File
@@ -36,14 +36,14 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>12.14.1-SNAPSHOT</version>
<version>12.14.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>12.14.1-SNAPSHOT</version>
<version>12.14.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>