Prepare 7.1.7 (2023.0.7).

See #2823
This commit is contained in:
Mark Paluch
2023-12-15 13:14:52 +01:00
parent 6ee01bb363
commit a68c0862fe
2 changed files with 6 additions and 17 deletions

20
pom.xml
View File

@@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -116,7 +116,7 @@
<skipUnitTests>${skipTests}</skipUnitTests>
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
<springdata.commons>3.1.7-SNAPSHOT</springdata.commons>
<springdata.commons>3.1.7</springdata.commons>
</properties>
<dependencyManagement>
@@ -463,20 +463,8 @@
</dependencies>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<build>

View File

@@ -1,4 +1,4 @@
Spring Data Neo4j 7.1.6 (2023.0.6)
Spring Data Neo4j 7.1.7 (2023.0.7)
Copyright 2011-2021 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -54,5 +54,6 @@ limitations under the License.