Skip to content

Commit fd5ed64

Browse files
committed
After release cleanups.
See #3420
1 parent 64887ef commit fd5ed64

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.1.12</version>
26+
<version>3.1.13-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>
@@ -40,7 +40,7 @@
4040
<jsqlparser>4.5</jsqlparser>
4141
<mysql-connector-java>8.0.31</mysql-connector-java>
4242
<postgresql>42.5.0</postgresql>
43-
<springdata.commons>3.1.12</springdata.commons>
43+
<springdata.commons>3.1.13-SNAPSHOT</springdata.commons>
4444
<vavr>0.10.3</vavr>
4545

4646
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -279,8 +279,20 @@
279279
</build>
280280

281281
<repositories>
282-
283-
282+
<repository>
283+
<id>spring-snapshot</id>
284+
<url>https://repo.spring.io/snapshot</url>
285+
<snapshots>
286+
<enabled>true</enabled>
287+
</snapshots>
288+
<releases>
289+
<enabled>false</enabled>
290+
</releases>
291+
</repository>
292+
<repository>
293+
<id>spring-milestone</id>
294+
<url>https://repo.spring.io/milestone</url>
295+
</repository>
284296
</repositories>
285297

286298
<pluginRepositories>

0 commit comments

Comments
 (0)