Skip to content

Commit e4a8502

Browse files
committed
After release cleanups.
See #1592
1 parent 2938f24 commit e4a8502

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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>3.5.3</version>
9+
<version>3.5.4-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -111,7 +111,7 @@
111111
<hppc.version>0.5.4</hppc.version>
112112
<multithreadedtc.version>1.01</multithreadedtc.version>
113113
<project.type>multi</project.type>
114-
<springdata.commons>3.5.3</springdata.commons>
114+
<springdata.commons>3.5.4-SNAPSHOT</springdata.commons>
115115
</properties>
116116

117117
<dependencyManagement>
@@ -374,8 +374,20 @@
374374
</profiles>
375375

376376
<repositories>
377-
378-
377+
<repository>
378+
<id>spring-snapshot</id>
379+
<url>https://repo.spring.io/snapshot</url>
380+
<snapshots>
381+
<enabled>true</enabled>
382+
</snapshots>
383+
<releases>
384+
<enabled>false</enabled>
385+
</releases>
386+
</repository>
387+
<repository>
388+
<id>spring-milestone</id>
389+
<url>https://repo.spring.io/milestone</url>
390+
</repository>
379391
</repositories>
380392

381393
</project>

0 commit comments

Comments
 (0)