Skip to content

Commit d56bb75

Browse files
committed
After release cleanups.
See #3746
1 parent d827e77 commit d56bb75

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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.springframework.data.build</groupId>
2525
<artifactId>spring-data-parent</artifactId>
26-
<version>3.3.9</version>
26+
<version>3.3.10-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>
@@ -42,7 +42,7 @@
4242
<jsqlparser>4.9</jsqlparser>
4343
<mysql-connector-java>9.1.0</mysql-connector-java>
4444
<postgresql>42.7.4</postgresql>
45-
<springdata.commons>3.3.9</springdata.commons>
45+
<springdata.commons>3.3.10-SNAPSHOT</springdata.commons>
4646
<vavr>0.10.3</vavr>
4747

4848
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -170,8 +170,20 @@
170170
</build>
171171

172172
<repositories>
173-
174-
173+
<repository>
174+
<id>spring-snapshot</id>
175+
<url>https://repo.spring.io/snapshot</url>
176+
<snapshots>
177+
<enabled>true</enabled>
178+
</snapshots>
179+
<releases>
180+
<enabled>false</enabled>
181+
</releases>
182+
</repository>
183+
<repository>
184+
<id>spring-milestone</id>
185+
<url>https://repo.spring.io/milestone</url>
186+
</repository>
175187
</repositories>
176188

177189
<pluginRepositories>

0 commit comments

Comments
 (0)