#113 - Upgraded to Spring Boot 1.3 M2.

Removed temporary upgrades to Spring Framework build snapshots where possible.
This commit is contained in:
Oliver Gierke
2015-07-15 09:49:50 +02:00
parent 3a138a161c
commit 9641cb7f53
4 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
</parent>
<properties>
<spring.version>4.2.0.BUILD-SNAPSHOT</spring.version>
<spring-data-releasetrain.version>Gosling-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>

View File

@@ -28,7 +28,7 @@ import org.springframework.data.annotation.LastModifiedDate;
* @author Oliver Gierke
*/
@MappedSuperclass
public class AbstractEntity {
public abstract class AbstractEntity {
@Id @GeneratedValue Long id;