Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit b293f61

Browse files
committed
#30 - Rename from io.ebean.test : ebean-test-config to io.ebean : ebean-test
1 parent 7d9c95a commit b293f61

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>io.ebean.test</groupId>
6-
<artifactId>ebean-test-config</artifactId>
7-
<version>11.41.3-SNAPSHOT</version>
5+
<groupId>io.ebean</groupId>
6+
<artifactId>ebean-test</artifactId>
7+
<version>11.42.1-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -26,11 +26,10 @@
2626
<scope>provided</scope>
2727
</dependency>
2828

29-
<!-- Requires Ebean 11.24.1 or greater -->
3029
<dependency>
3130
<groupId>io.ebean</groupId>
3231
<artifactId>ebean</artifactId>
33-
<version>11.41.4-SNAPSHOT</version>
32+
<version>11.42.1</version>
3433
<scope>provided</scope>
3534
</dependency>
3635

0 commit comments

Comments
 (0)