Skip to content

Commit 72f28df

Browse files
Prepare 8.0 RC2 (2025.1.0).
See #3055
1 parent 3f11366 commit 72f28df

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.data.build</groupId>
2424
<artifactId>spring-data-parent</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.0-RC2</version>
2626
</parent>
2727

2828
<groupId>org.springframework.data</groupId>
@@ -111,7 +111,7 @@
111111
<skipUnitTests>${skipTests}</skipUnitTests>
112112
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
113113
<spring-javaformat.version>0.0.46</spring-javaformat.version>
114-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
114+
<springdata.commons>4.0.0-RC2</springdata.commons>
115115
</properties>
116116

117117
<dependencyManagement>
@@ -437,20 +437,8 @@
437437
<!-- The Spring Data Commons tooling removes this (ok), but adds it back unsorted, so we just ignore this part completely. -->
438438
<?SORTPOM IGNORE?>
439439
<repositories>
440-
<repository>
441-
<id>spring-snapshot</id>
442-
<url>https://repo.spring.io/snapshot</url>
443-
<snapshots>
444-
<enabled>true</enabled>
445-
</snapshots>
446-
<releases>
447-
<enabled>false</enabled>
448-
</releases>
449-
</repository>
450-
<repository>
451-
<id>spring-milestone</id>
452-
<url>https://repo.spring.io/milestone</url>
453-
</repository>
440+
441+
454442
</repositories>
455443
<?SORTPOM RESUME?>
456444

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Neo4j 8.0 RC1 (2025.1.0)
1+
Spring Data Neo4j 8.0 RC2 (2025.1.0)
22
Copyright 2011-2021 the original author or authors.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
@@ -67,5 +67,6 @@ limitations under the License.
6767

6868

6969

70+
7071

7172

0 commit comments

Comments
 (0)