[maven-release-plugin] prepare release ebean-parent-13.11.3

This commit is contained in:
Rob Bygrave
2023-02-07 22:10:16 +13:00
parent f1ee45d7d1
commit 43dec17d08
49 changed files with 324 additions and 212 deletions
+6 -2
View File
@@ -4,7 +4,7 @@
<parent>
<artifactId>platforms</artifactId>
<groupId>io.ebean</groupId>
<version>13.11.3-SNAPSHOT</version>
<version>13.11.3</version>
</parent>
<artifactId>ebean-platform-sqlite</artifactId>
@@ -14,8 +14,12 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.11.3-SNAPSHOT</version>
<version>13.11.3</version>
</dependency>
</dependencies>
<scm>
<tag>ebean-parent-13.11.3</tag>
</scm>
</project>