Skip to content

Commit 4bb6a65

Browse files
committed
Upgrade spring-data-ebean 1.4.0
1 parent 985169c commit 4bb6a65

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

pom.xml

Lines changed: 4 additions & 4 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.3.1.RELEASE</version>
8+
<version>1.4.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.3.4.RELEASE</spring-data-ebean.version>
49+
<spring-data-ebean.version>1.4.0.RELEASE</spring-data-ebean.version>
5050
</properties>
5151

5252
<profiles>
@@ -125,12 +125,12 @@
125125
<dependency>
126126
<groupId>io.github.hexagonframework.boot</groupId>
127127
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
128-
<version>1.3.0.RELEASE</version>
128+
<version>${version}</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>io.github.hexagonframework.boot</groupId>
132132
<artifactId>spring-boot-starter-data-ebean</artifactId>
133-
<version>1.3.0.RELEASE</version>
133+
<version>${version}</version>
134134
</dependency>
135135
</dependencies>
136136
</dependencyManagement>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
<parent>
77
<groupId>io.github.hexagonframework.boot</groupId>
88
<artifactId>spring-data-ebean-spring-boot</artifactId>
9-
<version>1.3.1.RELEASE</version>
9+
<version>1.4.0.RELEASE</version>
1010
</parent>
11-
<groupId>io.github.hexagonframework.boot</groupId>
1211
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
13-
<version>1.3.1.RELEASE</version>
1412
<name>spring-boot-autoconfigure-data-ebean</name>
1513
<description>Autoconfigure for using Spring Data Ebean</description>
1614

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
<parent>
77
<groupId>io.github.hexagonframework.boot</groupId>
88
<artifactId>spring-data-ebean-spring-boot</artifactId>
9-
<version>1.3.1.RELEASE</version>
9+
<version>1.4.0.RELEASE</version>
1010
</parent>
11-
<groupId>io.github.hexagonframework.boot</groupId>
1211
<artifactId>spring-boot-starter-data-ebean</artifactId>
13-
<version>1.3.1.RELEASE</version>
1412
<name>spring-boot-starter-data-ebean</name>
1513
<description>Starter for using Spring Data Ebean</description>
1614

0 commit comments

Comments
 (0)