Skip to content

Commit f392671

Browse files
committed
Version 10.2
1 parent c1770fa commit f392671

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

blackbox-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.ebean</groupId>
88
<artifactId>ebean-datasource-parent</artifactId>
9-
<version>10.1</version>
9+
<version>10.2</version>
1010
</parent>
1111

1212
<artifactId>blackbox-tests</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.ebean</groupId>
2323
<artifactId>ebean-datasource</artifactId>
24-
<version>10.1</version>
24+
<version>10.2</version>
2525
</dependency>
2626

2727
<dependency>

ebean-datasource-api/pom.xml

Lines changed: 1 addition & 1 deletion
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>10.1</version>
7+
<version>10.2</version>
88
</parent>
99

1010
<artifactId>ebean-datasource-api</artifactId>

ebean-datasource/pom.xml

Lines changed: 2 additions & 2 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>10.1</version>
7+
<version>10.2</version>
88
</parent>
99

1010
<artifactId>ebean-datasource</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.ebean</groupId>
1818
<artifactId>ebean-datasource-api</artifactId>
19-
<version>10.1</version>
19+
<version>10.2</version>
2020
</dependency>
2121

2222
<dependency>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
<groupId>io.ebean</groupId>
1111
<artifactId>ebean-datasource-parent</artifactId>
12-
<version>10.1</version>
12+
<name>ebean-datasource-parent</name>
13+
<version>10.2</version>
1314
<packaging>pom</packaging>
1415

1516
<scm>

0 commit comments

Comments
 (0)