Skip to content

Commit 996e75a

Browse files
committed
After release cleanups.
See #4214
1 parent 7b634f2 commit 996e75a

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

pom.xml

Lines changed: 16 additions & 4 deletions
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.5.11</version>
26+
<version>3.5.12-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>
@@ -41,7 +41,7 @@
4141
<jsqlparser>5.2</jsqlparser>
4242
<mysql-connector-java>9.2.0</mysql-connector-java>
4343
<postgresql>42.7.10</postgresql>
44-
<springdata.commons>3.5.11</springdata.commons>
44+
<springdata.commons>3.5.12-SNAPSHOT</springdata.commons>
4545

4646
<hibernate.groupId>org.hibernate</hibernate.groupId>
4747
<antora-javadoc-artifactId>spring-data-jpa</antora-javadoc-artifactId>
@@ -172,8 +172,20 @@
172172
</build>
173173

174174
<repositories>
175-
176-
175+
<repository>
176+
<id>spring-snapshot</id>
177+
<url>https://repo.spring.io/snapshot</url>
178+
<snapshots>
179+
<enabled>true</enabled>
180+
</snapshots>
181+
<releases>
182+
<enabled>false</enabled>
183+
</releases>
184+
</repository>
185+
<repository>
186+
<id>spring-milestone</id>
187+
<url>https://repo.spring.io/milestone</url>
188+
</repository>
177189
</repositories>
178190

179191
<pluginRepositories>

0 commit comments

Comments
 (0)