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

This commit is contained in:
Rob Bygrave
2023-02-13 13:34:14 +13:00
parent 9e811e9aef
commit 714bbadbc0
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.4-SNAPSHOT</version>
<version>13.11.4</version>
</parent>
<artifactId>ebean-platform-sqlite</artifactId>
@@ -14,8 +14,12 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.11.4-SNAPSHOT</version>
<version>13.11.4</version>
</dependency>
</dependencies>
<scm>
<tag>ebean-parent-13.11.4</tag>
</scm>
</project>