DATAGRAPH-1284 - Prepare 5.3 M2 (Neumann).

This commit is contained in:
Mark Paluch
2020-01-17 09:38:43 +01:00
parent 181ff23911
commit a1a3b1ae36
2 changed files with 6 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.3.0.M2</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.5</neo4j.ogm.version>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.3.0.M2</springdata.commons>
</properties>
<developers>
@@ -200,8 +200,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
</repositories>

View File

@@ -1,4 +1,4 @@
Spring Data Neo4j 5.3 M1
Spring Data Neo4j 5.3 M2
Copyright 2011-2020 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,3 +13,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.