Use ebean-parent as parent pom for composites and platforms

This commit is contained in:
Rob Bygrave
2023-08-27 21:53:11 +12:00
parent 054ea26893
commit 22c1848f58
28 changed files with 56 additions and 28 deletions
+2 -1
View File
@@ -2,9 +2,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>platforms</artifactId>
<artifactId>ebean-parent</artifactId>
<groupId>io.ebean</groupId>
<version>13.21.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ebean-platform-sqlite</artifactId>