Skip to content

Commit 5eb9c30

Browse files
committed
After release cleanups.
See #3117
1 parent 5f7c9b4 commit 5eb9c30

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

2929
<properties>
@@ -33,7 +33,7 @@
3333
<jsqlparser>4.5</jsqlparser>
3434
<mysql-connector-java>8.0.31</mysql-connector-java>
3535
<postgresql>42.5.0</postgresql>
36-
<springdata.commons>3.0.10</springdata.commons>
36+
<springdata.commons>3.0.11-SNAPSHOT</springdata.commons>
3737
<vavr>0.10.3</vavr>
3838

3939
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -221,8 +221,20 @@
221221
</build>
222222

223223
<repositories>
224-
225-
224+
<repository>
225+
<id>spring-snapshot</id>
226+
<url>https://repo.spring.io/snapshot</url>
227+
<snapshots>
228+
<enabled>true</enabled>
229+
</snapshots>
230+
<releases>
231+
<enabled>false</enabled>
232+
</releases>
233+
</repository>
234+
<repository>
235+
<id>spring-milestone</id>
236+
<url>https://repo.spring.io/milestone</url>
237+
</repository>
226238
</repositories>
227239

228240
</project>

0 commit comments

Comments
 (0)