Skip to content

Commit fb3ff5d

Browse files
committed
Use Spring Data JDBC version property for Spring Data Relational dependencies.
Closes #754
1 parent 9774d05 commit fb3ff5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
<springdata.commons>2.6.4-SNAPSHOT</springdata.commons>
2525
<springdata.jdbc>2.3.3-SNAPSHOT</springdata.jdbc>
26-
<springdata.relational>2.3.4-SNAPSHOT</springdata.relational>
2726
<java-module-name>spring.data.r2dbc</java-module-name>
2827
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2928

@@ -102,7 +101,7 @@
102101
<dependency>
103102
<groupId>${project.groupId}</groupId>
104103
<artifactId>spring-data-relational</artifactId>
105-
<version>${springdata.relational}</version>
104+
<version>${springdata.jdbc}</version>
106105
</dependency>
107106

108107
<dependency>

0 commit comments

Comments
 (0)