Skip to content

Commit 22eab8a

Browse files
After release cleanups.
See #3359
1 parent bfcc16e commit 22eab8a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pom.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.5.5</version>
28+
<version>3.5.6-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -387,8 +387,20 @@
387387
</profiles>
388388

389389
<repositories>
390-
391-
390+
<repository>
391+
<id>spring-snapshot</id>
392+
<url>https://repo.spring.io/snapshot</url>
393+
<snapshots>
394+
<enabled>true</enabled>
395+
</snapshots>
396+
<releases>
397+
<enabled>false</enabled>
398+
</releases>
399+
</repository>
400+
<repository>
401+
<id>spring-milestone</id>
402+
<url>https://repo.spring.io/milestone</url>
403+
</repository>
392404
</repositories>
393405

394406
</project>

0 commit comments

Comments
 (0)