Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #742
  • Loading branch information
christophstrobl committed Apr 19, 2022
1 parent 963e4fc commit dc6c965
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.11</version>
<version>2.5.12-SNAPSHOT</version>
</parent>

<properties>

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

<springdata.commons>2.5.11</springdata.commons>
<springdata.jdbc>2.2.11</springdata.jdbc>
<springdata.commons>2.5.12-SNAPSHOT</springdata.commons>
<springdata.jdbc>2.2.12-SNAPSHOT</springdata.jdbc>
<java-module-name>spring.data.r2dbc</java-module-name>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

Expand Down Expand Up @@ -476,8 +476,8 @@

<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</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 dc6c965

Please sign in to comment.