Skip to content

Commit 3cb6c94

Browse files
committed
After release cleanups.
See #466
1 parent 25ffaf5 commit 3cb6c94

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

+16-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>3.1.9</version>
17+
<version>3.1.10-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
2121
<spring-ldap>3.1.4</spring-ldap>
22-
<springdata.commons>3.1.9</springdata.commons>
22+
<springdata.commons>3.1.10-SNAPSHOT</springdata.commons>
2323
<java-module-name>spring.data.ldap</java-module-name>
2424
</properties>
2525

@@ -166,8 +166,20 @@
166166
</profiles>
167167

168168
<repositories>
169-
170-
169+
<repository>
170+
<id>spring-snapshot</id>
171+
<url>https://repo.spring.io/snapshot</url>
172+
<snapshots>
173+
<enabled>true</enabled>
174+
</snapshots>
175+
<releases>
176+
<enabled>false</enabled>
177+
</releases>
178+
</repository>
179+
<repository>
180+
<id>spring-milestone</id>
181+
<url>https://repo.spring.io/milestone</url>
182+
</repository>
171183
</repositories>
172184

173185
</project>

0 commit comments

Comments
 (0)