Skip to content

Commit 8253c82

Browse files
committed
Upgrade to spring boot 2.0, spring-data-ebean 1.3.0
1 parent adae147 commit 8253c82

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.hexagonframework.boot</groupId>
77
<artifactId>spring-data-ebean-spring-boot</artifactId>
8-
<version>1.1.0.RELEASE</version>
9-
<name>Spring data ebean for spring boot</name>
8+
<version>1.2.0.RELEASE</version>
9+
<name>spring-data-ebean-spring-boot</name>
1010
<description>Spring boot support for spring data ebean</description>
1111
<packaging>pom</packaging>
1212

@@ -45,8 +45,8 @@
4545
</modules>
4646

4747
<properties>
48-
<spring-boot.version>1.5.10.RELEASE</spring-boot.version>
49-
<spring-data-ebean.version>1.2.7.RELEASE</spring-data-ebean.version>
48+
<spring-boot.version>2.0.0.RELEASE</spring-boot.version>
49+
<spring-data-ebean.version>1.3.0.RELEASE</spring-data-ebean.version>
5050
<ebean-agent.version>11.10.1</ebean-agent.version>
5151
</properties>
5252

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.hexagonframework.boot</groupId>
88
<artifactId>spring-data-ebean-spring-boot</artifactId>
9-
<version>1.1.0.RELEASE</version>
9+
<version>1.2.0.RELEASE</version>
1010
</parent>
1111
<groupId>io.github.hexagonframework.boot</groupId>
1212
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
13-
<version>1.1.0.RELEASE</version>
14-
<name>spring boot autoconfigure for spring data ebean</name>
13+
<version>1.2.0.RELEASE</version>
14+
<name>spring-boot-autoconfigure-data-ebean</name>
1515
<description>Autoconfigure for using Spring Data Ebean</description>
1616

1717
<dependencies>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>io.github.hexagonframework.boot</groupId>
88
<artifactId>spring-data-ebean-spring-boot</artifactId>
9-
<version>1.1.0.RELEASE</version>
9+
<version>1.2.0.RELEASE</version>
1010
</parent>
1111
<groupId>io.github.hexagonframework.boot</groupId>
1212
<artifactId>spring-boot-starter-data-ebean</artifactId>
13-
<version>1.1.0.RELEASE</version>
14-
<name>spring boot starter for spring data ebean</name>
13+
<version>1.2.0.RELEASE</version>
14+
<name>spring-boot-starter-data-ebean</name>
1515
<description>Starter for using Spring Data Ebean</description>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)