Skip to content

Commit a861600

Browse files
committed
After release cleanups.
See #3246
1 parent 2b020d5 commit a861600

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pom.xml

+15-3
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.4.4</version>
28+
<version>3.4.5-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>
@@ -380,8 +380,20 @@
380380
</profiles>
381381

382382
<repositories>
383-
384-
383+
<repository>
384+
<id>spring-snapshot</id>
385+
<url>https://repo.spring.io/snapshot</url>
386+
<snapshots>
387+
<enabled>true</enabled>
388+
</snapshots>
389+
<releases>
390+
<enabled>false</enabled>
391+
</releases>
392+
</repository>
393+
<repository>
394+
<id>spring-milestone</id>
395+
<url>https://repo.spring.io/milestone</url>
396+
</repository>
385397
</repositories>
386398

387399
</project>

0 commit comments

Comments
 (0)