Upgraded to latest Spring Data Dijkstra RC1.
This commit is contained in:
@@ -1,18 +1,14 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.examples</groupId>
|
<groupId>org.springframework.data.examples</groupId>
|
||||||
<artifactId>spring-data-jpa-examples</artifactId>
|
<artifactId>spring-data-jpa-examples</artifactId>
|
||||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>spring-data-jpa-jpa21</artifactId>
|
<artifactId>spring-data-jpa-jpa21</artifactId>
|
||||||
<name>Spring Data JPA - JPA 2.1 specific features</name>
|
<name>Spring Data JPA - JPA 2.1 specific features</name>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<spring-data-jpa.version>1.6.0.BUILD-SNAPSHOT</spring-data-jpa.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring-data-jpa.version>1.6.0.BUILD-SNAPSHOT</spring-data-jpa.version>
|
<spring-data-jpa.version>1.6.0.RC1</spring-data-jpa.version>
|
||||||
<hibernate-entitymanager.version>4.3.4.Final</hibernate-entitymanager.version>
|
<hibernate-entitymanager.version>4.3.4.Final</hibernate-entitymanager.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -50,8 +50,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-snapshot</id>
|
<id>spring-libs-milestone</id>
|
||||||
<url>http:/repo.spring.io/libs-snapshot</url>
|
<url>http:/repo.spring.io/libs-milestone</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring-data-mongodb.version>1.5.0.M1</spring-data-mongodb.version>
|
<spring-data-mongodb.version>1.5.0.RC1</spring-data-mongodb.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user