8
pom.xml
8
pom.xml
@@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>3.1.0-SNAPSHOT</version>
|
||||
<version>3.1.0-M3</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
@@ -115,7 +115,7 @@
|
||||
<skipUnitTests>${skipTests}</skipUnitTests>
|
||||
|
||||
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
|
||||
<springdata.commons>3.1.0-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>3.1.0-M3</springdata.commons>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -453,8 +453,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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Neo4j 7.1 M2 (2023.0.0)
|
||||
Spring Data Neo4j 7.1 M3 (2023.0.0)
|
||||
Copyright 2011-2021 the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -45,5 +45,6 @@ limitations under the License.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user