Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #542
  • Loading branch information
christophstrobl committed Feb 18, 2021
1 parent 39c7d88 commit e1524db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.0-M4</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<properties>

<dist.key>DATAR2DBC</dist.key>

<springdata.commons>2.5.0-M4</springdata.commons>
<springdata.jdbc>2.2.0-M4</springdata.jdbc>
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>
<springdata.jdbc>2.2.0-SNAPSHOT</springdata.jdbc>
<springdata.relational>${springdata.jdbc}</springdata.relational>
<java-module-name>spring.data.r2dbc</java-module-name>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand Down Expand Up @@ -451,8 +451,8 @@

<repositories>
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
<repository>
<id>oss-sonatype-snapshots</id>
Expand Down

0 comments on commit e1524db

Please sign in to comment.