DATAGRAPH-1244 - After release cleanups.

This commit is contained in:
Mark Paluch
2019-09-30 16:17:29 +02:00
parent d345274e18
commit 11fb0c619c

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.3.0.BUILD-SNAPSHOT</version>
</parent>
<modules>
@@ -45,7 +45,7 @@
<nohttp.version>0.0.3.RELEASE</nohttp.version>
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
<neo4j.ogm.version>3.2.1</neo4j.ogm.version>
<springdata.commons>2.2.0.RELEASE</springdata.commons>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
</properties>
<developers>
@@ -200,8 +200,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>