DATAGRAPH-1413 - After release cleanups.

This commit is contained in:
Mark Paluch
2020-10-28 11:22:23 +01:00
parent 5f43242f1c
commit 15d376c43e

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.1.21.RELEASE</version>
<version>2.1.22.BUILD-SNAPSHOT</version>
</parent>
<modules>
@@ -46,7 +46,7 @@
<nohttp.version>0.0.3.RELEASE</nohttp.version>
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
<neo4j.ogm.version>3.1.22</neo4j.ogm.version>
<springdata.commons>2.1.21.RELEASE</springdata.commons>
<springdata.commons>2.1.22.BUILD-SNAPSHOT</springdata.commons>
</properties>
<developers>
@@ -201,8 +201,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>