Skip to content

Commit 35469c0

Browse files
committed
Bump to next snapshot, bump parent pom
1 parent 77f3acd commit 35469c0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ebean-datasource-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>ebean-datasource-parent</artifactId>
66
<groupId>io.ebean</groupId>
7-
<version>8.14</version>
7+
<version>8.15-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ebean-datasource-api</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>junit</artifactId>
25-
<version>1.3</version>
25+
<version>1.5</version>
2626
<scope>test</scope>
2727
</dependency>
2828

ebean-datasource/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.ebean</groupId>
66
<artifactId>ebean-datasource-parent</artifactId>
7-
<version>8.14</version>
7+
<version>8.15-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ebean-datasource</artifactId>
@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>io.ebean</groupId>
1818
<artifactId>ebean-datasource-api</artifactId>
19-
<version>8.14</version>
19+
<version>8.15-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>junit</artifactId>
25-
<version>1.3</version>
25+
<version>1.5</version>
2626
<scope>test</scope>
2727
</dependency>
2828

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>4.0</version>
7+
<version>4.1</version>
88
</parent>
99

1010
<groupId>io.ebean</groupId>
1111
<artifactId>ebean-datasource-parent</artifactId>
12-
<version>8.14</version>
12+
<version>8.15-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>

0 commit comments

Comments
 (0)