Skip to content

Commit cbde2dd

Browse files
After release cleanups.
See #1604
1 parent 71bf8c9 commit cbde2dd

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.5</version>
9+
<version>3.5.6-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -109,7 +109,7 @@
109109
<el.version>1.0</el.version>
110110
<multithreadedtc.version>1.01</multithreadedtc.version>
111111
<project.type>multi</project.type>
112-
<springdata.commons>3.5.5</springdata.commons>
112+
<springdata.commons>3.5.6-SNAPSHOT</springdata.commons>
113113
</properties>
114114

115115
<dependencyManagement>
@@ -281,8 +281,20 @@
281281
</profiles>
282282

283283
<repositories>
284-
285-
284+
<repository>
285+
<id>spring-snapshot</id>
286+
<url>https://repo.spring.io/snapshot</url>
287+
<snapshots>
288+
<enabled>true</enabled>
289+
</snapshots>
290+
<releases>
291+
<enabled>false</enabled>
292+
</releases>
293+
</repository>
294+
<repository>
295+
<id>spring-milestone</id>
296+
<url>https://repo.spring.io/milestone</url>
297+
</repository>
286298
</repositories>
287299

288300
</project>

0 commit comments

Comments
 (0)