Bump test modules to 13.6.3-SNAPSHOT after release

This commit is contained in:
Rob Bygrave
2022-05-18 20:26:30 +12:00
parent c5e980991e
commit bf034eb2a1
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<version>13.6.2-SNAPSHOT</version>
<version>13.6.3-SNAPSHOT</version>
</dependency>
<dependency>
@@ -27,7 +27,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>13.6.2-SNAPSHOT</version>
<version>13.6.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -53,7 +53,7 @@
<path>
<groupId>io.ebean</groupId>
<artifactId>querybean-generator</artifactId>
<version>13.6.2-SNAPSHOT</version>
<version>13.6.3-SNAPSHOT</version>
</path>
</annotationProcessorPaths>
</configuration>