Skip to content

Commit

Permalink
Upgrade spring-data-ebean 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanxuegui committed May 2, 2018
1 parent 985169c commit 4bb6a65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-data-ebean-spring-boot</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.4.0.RELEASE</version>
<name>spring-data-ebean-spring-boot</name>
<description>Spring boot support for spring data ebean</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -46,7 +46,7 @@

<properties>
<spring-boot.version>2.0.0.RELEASE</spring-boot.version>
<spring-data-ebean.version>1.3.4.RELEASE</spring-data-ebean.version>
<spring-data-ebean.version>1.4.0.RELEASE</spring-data-ebean.version>
</properties>

<profiles>
Expand Down Expand Up @@ -125,12 +125,12 @@
<dependency>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
<version>1.3.0.RELEASE</version>
<version>${version}</version>
</dependency>
<dependency>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-boot-starter-data-ebean</artifactId>
<version>1.3.0.RELEASE</version>
<version>${version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 1 addition & 3 deletions spring-boot-autoconfigure-data-ebean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
<parent>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-data-ebean-spring-boot</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
<version>1.3.1.RELEASE</version>
<name>spring-boot-autoconfigure-data-ebean</name>
<description>Autoconfigure for using Spring Data Ebean</description>

Expand Down
4 changes: 1 addition & 3 deletions spring-boot-starter-data-ebean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
<parent>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-data-ebean-spring-boot</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-boot-starter-data-ebean</artifactId>
<version>1.3.1.RELEASE</version>
<name>spring-boot-starter-data-ebean</name>
<description>Starter for using Spring Data Ebean</description>

Expand Down

0 comments on commit 4bb6a65

Please sign in to comment.