Skip to content

Commit 1ccee07

Browse files
committed
After release cleanups.
See #1540
1 parent 9796cab commit 1ccee07

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

+16-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>2.7.14</version>
18+
<version>2.7.15-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>
2222
<dist.id>spring-data-jdbc</dist.id>
23-
<springdata.commons>2.7.14</springdata.commons>
23+
<springdata.commons>2.7.15-SNAPSHOT</springdata.commons>
2424
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2525

2626
<!-- dependency versions -->
@@ -276,8 +276,20 @@
276276
</build>
277277

278278
<repositories>
279-
280-
279+
<repository>
280+
<id>spring-snapshot</id>
281+
<url>https://repo.spring.io/snapshot</url>
282+
<snapshots>
283+
<enabled>true</enabled>
284+
</snapshots>
285+
<releases>
286+
<enabled>false</enabled>
287+
</releases>
288+
</repository>
289+
<repository>
290+
<id>spring-milestone</id>
291+
<url>https://repo.spring.io/milestone</url>
292+
</repository>
281293
</repositories>
282294

283295
<pluginRepositories>

0 commit comments

Comments
 (0)