Skip to content

Commit a29a540

Browse files
After release cleanups.
See #3349
1 parent ff2b551 commit a29a540

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>4.0.0-M6</version>
28+
<version>4.0.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -386,8 +386,20 @@
386386
</profiles>
387387

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

393405
</project>

0 commit comments

Comments
 (0)