Skip to content

Commit 6c9a5f2

Browse files
After release cleanups.
See #2134
1 parent 321f22f commit 6c9a5f2

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 additions & 4 deletions
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>3.5.5</version>
18+
<version>3.5.6-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>
2222
<dist.id>spring-data-jdbc</dist.id>
23-
<springdata.commons>3.5.5</springdata.commons>
23+
<springdata.commons>3.5.6-SNAPSHOT</springdata.commons>
2424
<liquibase.version>4.21.1</liquibase.version>
2525
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2626

@@ -301,8 +301,20 @@
301301
</build>
302302

303303
<repositories>
304-
305-
304+
<repository>
305+
<id>spring-snapshot</id>
306+
<url>https://repo.spring.io/snapshot</url>
307+
<snapshots>
308+
<enabled>true</enabled>
309+
</snapshots>
310+
<releases>
311+
<enabled>false</enabled>
312+
</releases>
313+
</repository>
314+
<repository>
315+
<id>spring-milestone</id>
316+
<url>https://repo.spring.io/milestone</url>
317+
</repository>
306318
</repositories>
307319

308320
</project>

0 commit comments

Comments
 (0)