DATAGRAPH-799 - Fixed dependencies on build parent and Spring Data Commons.

This commit is contained in:
Oliver Gierke
2015-12-17 12:19:27 +01:00
parent 28d2e04ba1
commit 5b630efc49

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.0.BUILD-SNAPSHOT</version>
<version>1.7.2.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -28,11 +28,10 @@
<module>spring-data-neo4j-distribution</module>
</modules>
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-neo4j</dist.id>
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.11.2.BUILD-SNAPSHOT</springdata.commons>
<!-- Neo4j 2.0 now requires JDK 7 as a min -->
<source.level>1.7</source.level>
@@ -45,7 +44,6 @@
<bundlor.failOnWarnings>false</bundlor.failOnWarnings>
</properties>
<profiles>
<profile>
<id>fast</id>