Prepare 7.3 RC1 (2024.0.0).

See #2877
This commit is contained in:
Mark Paluch
2024-04-12 10:50:27 +02:00
parent 3ec8e504f0
commit dc90d5db7a
2 changed files with 4 additions and 13 deletions

14
pom.xml
View File

@@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-RC1</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -113,7 +113,7 @@
<skipUnitTests>${skipTests}</skipUnitTests>
<springdata.commons>3.3.0-SNAPSHOT</springdata.commons>
<springdata.commons>3.3.0-RC1</springdata.commons>
</properties>
<dependencyManagement>
@@ -453,16 +453,6 @@
</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>

View File

@@ -1,4 +1,4 @@
Spring Data Neo4j 7.3 M2 (2024.0.0)
Spring Data Neo4j 7.3 RC1 (2024.0.0)
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.