Skip to content

Commit 3c29b3e

Browse files
committed
After release cleanups.
See #832
1 parent b161282 commit 3c29b3e

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

pom.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>2.7.14</version>
17+
<version>2.7.15-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
2121

2222
<dist.key>DATAR2DBC</dist.key>
2323

24-
<springdata.commons>2.7.14</springdata.commons>
25-
<springdata.jdbc>2.4.14</springdata.jdbc>
24+
<springdata.commons>2.7.15-SNAPSHOT</springdata.commons>
25+
<springdata.jdbc>2.4.15-SNAPSHOT</springdata.jdbc>
2626
<java-module-name>spring.data.r2dbc</java-module-name>
2727
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2828

@@ -468,8 +468,20 @@
468468
</profiles>
469469

470470
<repositories>
471-
472-
471+
<repository>
472+
<id>spring-snapshot</id>
473+
<url>https://repo.spring.io/snapshot</url>
474+
<snapshots>
475+
<enabled>true</enabled>
476+
</snapshots>
477+
<releases>
478+
<enabled>false</enabled>
479+
</releases>
480+
</repository>
481+
<repository>
482+
<id>spring-milestone</id>
483+
<url>https://repo.spring.io/milestone</url>
484+
</repository>
473485
</repositories>
474486

475487
<pluginRepositories>

0 commit comments

Comments
 (0)