#113 - Upgraded to Spring Boot 1.3 M2.
Removed temporary upgrades to Spring Framework build snapshots where possible.
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring.version>4.2.0.BUILD-SNAPSHOT</spring.version>
|
|
||||||
<spring-data-releasetrain.version>Gosling-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
<spring-data-releasetrain.version>Gosling-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ import org.springframework.data.annotation.LastModifiedDate;
|
|||||||
* @author Oliver Gierke
|
* @author Oliver Gierke
|
||||||
*/
|
*/
|
||||||
@MappedSuperclass
|
@MappedSuperclass
|
||||||
public class AbstractEntity {
|
public abstract class AbstractEntity {
|
||||||
|
|
||||||
@Id @GeneratedValue Long id;
|
@Id @GeneratedValue Long id;
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>1.3.0.M1</version>
|
<version>1.3.0.M2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring.version>4.2.0.RC1</spring.version>
|
|
||||||
<spring-hateoas.version>0.18.0.BUILD-SNAPSHOT</spring-hateoas.version>
|
<spring-hateoas.version>0.18.0.BUILD-SNAPSHOT</spring-hateoas.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user