#2070 - Rename ebean module to ebean-core, add top level ebean module

This commit is contained in:
rob bygrave
2020-10-09 00:26:37 +13:00
parent 038db79737
commit 8780ac0902
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<artifactId>ebean-core</artifactId>
<version>12.4.3-SNAPSHOT</version>
</dependency>
+2 -2
View File
@@ -6,10 +6,10 @@
<version>12.4.3-SNAPSHOT</version>
</parent>
<artifactId>ebean</artifactId>
<artifactId>ebean-core</artifactId>
<packaging>jar</packaging>
<name>ebean</name>
<name>ebean-core</name>
<url>http://ebean-orm.github.io/</url>
<properties>
+1 -1
View File
@@ -17,7 +17,7 @@
<!-- provided scope for now -->
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<artifactId>ebean-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -22,7 +22,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<artifactId>ebean-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>