Prepare 8.0 M1 (2025.1.0).

See #2971
This commit is contained in:
Christoph Strobl
2025-01-24 10:47:59 +01:00
parent 5e06bdc82f
commit c5ccbd924d
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>4.0.0-SNAPSHOT</version>
<version>4.0.0-M1</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -110,7 +110,7 @@
<skipUnitTests>${skipTests}</skipUnitTests>
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
<springdata.commons>4.0.0-M1</springdata.commons>
<junit-pioneer.version>2.2.0</junit-pioneer.version>
</properties>
@@ -442,20 +442,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.4 GA (2024.1.0)
Spring Data Neo4j 8.0 M1 (2025.1.0)
Copyright 2011-2021 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -60,5 +60,6 @@ limitations under the License.