Skip to content

Commit f32e4c2

Browse files
committed
Prepare Spring Data 3.0 branch.
Includes the upgrade to spring-data-commons:3.0.0 Closes #1055
1 parent 794b031 commit f32e4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-relational-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>3.0.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data Relational Parent</name>
@@ -15,12 +15,12 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>2.7.0-SNAPSHOT</version>
18+
<version>3.0.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>
2222
<dist.id>spring-data-jdbc</dist.id>
23-
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
23+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
2424
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2525

2626
<!-- dependency versions -->

0 commit comments

Comments
 (0)