Prepare 6.3.16 (2021.2.16).

See #2775
This commit is contained in:
Mark Paluch
2023-09-15 09:42:08 +02:00
parent c5f6e2743d
commit df82de9658
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>2.7.16-SNAPSHOT</version>
<version>2.7.16</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -114,7 +114,7 @@
<checkstyle.skip>${skipTests}</checkstyle.skip>
<skipUnitTests>${skipTests}</skipUnitTests>
<springdata.commons>2.7.16-SNAPSHOT</springdata.commons>
<springdata.commons>2.7.16</springdata.commons>
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
</properties>
@@ -388,20 +388,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 6.3.15 (2021.2.15)
Spring Data Neo4j 6.3.16 (2021.2.16)
Copyright 2011-2021 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -55,5 +55,6 @@ limitations under the License.