DATAGRAPH-846 - Prepare next development iteration.

This commit is contained in:
Oliver Gierke
2016-04-06 16:38:18 +02:00
committed by Oliver Gierke
parent 911f458d8a
commit 7f42f400a2
3 changed files with 7 additions and 7 deletions

10
pom.xml
View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>4.1.0.RELEASE</version>
<version>4.1.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data Neo4j - Parent</name>
@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.0.RELEASE</version>
<version>1.8.1.BUILD-SNAPSHOT</version>
</parent>
<modules>
@@ -24,7 +24,7 @@
<properties>
<project.type>multi</project.type>
<springdata.commons>1.12.0.RELEASE</springdata.commons>
<springdata.commons>1.12.1.BUILD-SNAPSHOT</springdata.commons>
<source.level>1.7</source.level>
<commonslang.version>2.6</commonslang.version>
<bundlor.enabled>false</bundlor.enabled>
@@ -185,9 +185,9 @@
</repository>
<repository>
<id>spring-libs-release</id>
<id>spring-libs-snapshot</id>
<name>Spring</name>
<url>https://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>