Skip to content

Commit 948c661

Browse files
After release cleanups.
See #1597
1 parent f11f118 commit 948c661

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.4.10</version>
9+
<version>3.4.11-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.4.10</springdata.commons>
114+
<springdata.commons>3.4.11-SNAPSHOT</springdata.commons>
115115
</properties>
116116

117117
<dependencyManagement>
@@ -391,8 +391,20 @@
391391
</profiles>
392392

393393
<repositories>
394-
395-
394+
<repository>
395+
<id>spring-snapshot</id>
396+
<url>https://repo.spring.io/snapshot</url>
397+
<snapshots>
398+
<enabled>true</enabled>
399+
</snapshots>
400+
<releases>
401+
<enabled>false</enabled>
402+
</releases>
403+
</repository>
404+
<repository>
405+
<id>spring-milestone</id>
406+
<url>https://repo.spring.io/milestone</url>
407+
</repository>
396408
</repositories>
397409

398410
</project>

0 commit comments

Comments
 (0)