Skip to content

Commit 4d95b88

Browse files
After release cleanups.
See #3392
1 parent 6f152fe commit 4d95b88

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

3131
<properties>
@@ -393,8 +393,20 @@
393393
</profiles>
394394

395395
<repositories>
396-
397-
396+
<repository>
397+
<id>spring-snapshot</id>
398+
<url>https://repo.spring.io/snapshot</url>
399+
<snapshots>
400+
<enabled>true</enabled>
401+
</snapshots>
402+
<releases>
403+
<enabled>false</enabled>
404+
</releases>
405+
</repository>
406+
<repository>
407+
<id>spring-milestone</id>
408+
<url>https://repo.spring.io/milestone</url>
409+
</repository>
398410
</repositories>
399411

400412
</project>

0 commit comments

Comments
 (0)