Prepare 7.2.6 (2023.1.6).

See #2893
This commit is contained in:
Mark Paluch
2024-05-17 11:21:59 +02:00
parent 0b5a51219d
commit b56b96866e
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.2.6-SNAPSHOT</version>
<version>3.2.6</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -113,7 +113,7 @@
<skipUnitTests>${skipTests}</skipUnitTests>
<springdata.commons>3.2.6-SNAPSHOT</springdata.commons>
<springdata.commons>3.2.6</springdata.commons>
</properties>
<dependencyManagement>
@@ -453,20 +453,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.2.5 (2023.1.5)
Spring Data Neo4j 7.2.6 (2023.1.6)
Copyright 2011-2021 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -58,5 +58,6 @@ limitations under the License.