Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #837
  • Loading branch information
mp911de committed Sep 15, 2023
1 parent 0b0042e commit ee76de6
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 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.7.16</version>
<version>2.7.17-SNAPSHOT</version>
</parent>

<properties>

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

<springdata.commons>2.7.16</springdata.commons>
<springdata.jdbc>2.4.16</springdata.jdbc>
<springdata.commons>2.7.17-SNAPSHOT</springdata.commons>
<springdata.jdbc>2.4.17-SNAPSHOT</springdata.jdbc>
<java-module-name>spring.data.r2dbc</java-module-name>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

Expand Down Expand Up @@ -468,8 +468,20 @@
</profiles>

<repositories>


<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit ee76de6

Please sign in to comment.