Skip to content

Commit f641bae

Browse files
committed
Upgrade spring-data-ebean 2.0.0
1 parent 16cf5bc commit f641bae

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.hexagonframework.boot</groupId>
77
<artifactId>spring-data-ebean-spring-boot</artifactId>
8-
<version>1.4.0.RELEASE</version>
8+
<version>2.0.0.RELEASE</version>
99
<name>spring-data-ebean-spring-boot</name>
1010
<description>Spring boot support for spring data ebean</description>
1111
<packaging>pom</packaging>
@@ -46,7 +46,7 @@
4646

4747
<properties>
4848
<spring-boot.version>2.0.0.RELEASE</spring-boot.version>
49-
<spring-data-ebean.version>1.4.0.RELEASE</spring-data-ebean.version>
49+
<spring-data-ebean.version>2.0.0.RELEASE</spring-data-ebean.version>
5050
</properties>
5151

5252
<profiles>

spring-boot-autoconfigure-data-ebean/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.hexagonframework.boot</groupId>
88
<artifactId>spring-data-ebean-spring-boot</artifactId>
9-
<version>1.4.0.RELEASE</version>
9+
<version>2.0.0.RELEASE</version>
1010
</parent>
1111
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
1212
<name>spring-boot-autoconfigure-data-ebean</name>
@@ -23,6 +23,12 @@
2323
<artifactId>spring-data-ebean</artifactId>
2424
<optional>true</optional>
2525
</dependency>
26+
<dependency>
27+
<groupId>io.ebean</groupId>
28+
<artifactId>ebean</artifactId>
29+
<version>11.21.1</version>
30+
<optional>true</optional>
31+
</dependency>
2632
</dependencies>
2733

2834
</project>

spring-boot-starter-data-ebean/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.hexagonframework.boot</groupId>
88
<artifactId>spring-data-ebean-spring-boot</artifactId>
9-
<version>1.4.0.RELEASE</version>
9+
<version>2.0.0.RELEASE</version>
1010
</parent>
1111
<artifactId>spring-boot-starter-data-ebean</artifactId>
1212
<name>spring-boot-starter-data-ebean</name>

0 commit comments

Comments
 (0)