Skip to content

Commit c9a52e5

Browse files
committed
Use stable Spring Data 4.0.0-RC1 instead of SNAPSHOT for Maven Central release
- Updated spring-data-parent from 4.0.0-SNAPSHOT to 4.0.0-RC1 - Updated spring-data-commons from 4.0.0-SNAPSHOT to 4.0.0-RC1 This allows the project to be published to Maven Central which requires all dependencies to be stable releases (no SNAPSHOT versions).
1 parent 768dc63 commit c9a52e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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-RC1</version>
2626
</parent>
2727

2828
<groupId>org.springframework.data</groupId>
@@ -115,7 +115,7 @@
115115
<skipUnitTests>${skipTests}</skipUnitTests>
116116
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
117117
<spring-javaformat.version>0.0.46</spring-javaformat.version>
118-
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
118+
<springdata.commons>4.0.0-RC1</springdata.commons>
119119
</properties>
120120

121121
<dependencyManagement>

0 commit comments

Comments
 (0)