Skip to content

Commit 727c7cf

Browse files
committed
After release cleanups.
See #4215
1 parent 2229897 commit 727c7cf

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>4.0.5</version>
26+
<version>4.0.6-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>
@@ -39,7 +39,7 @@
3939
<mysql-connector-java>9.5.0</mysql-connector-java>
4040
<postgresql>42.7.10</postgresql>
4141
<oracle>23.26.0.0.0</oracle>
42-
<springdata.commons>4.0.5</springdata.commons>
42+
<springdata.commons>4.0.6-SNAPSHOT</springdata.commons>
4343

4444
<hibernate.groupId>org.hibernate</hibernate.groupId>
4545
<antora-javadoc-artifactId>spring-data-jpa</antora-javadoc-artifactId>
@@ -191,8 +191,20 @@
191191
</build>
192192

193193
<repositories>
194-
195-
194+
<repository>
195+
<id>spring-snapshot</id>
196+
<url>https://repo.spring.io/snapshot</url>
197+
<snapshots>
198+
<enabled>true</enabled>
199+
</snapshots>
200+
<releases>
201+
<enabled>false</enabled>
202+
</releases>
203+
</repository>
204+
<repository>
205+
<id>spring-milestone</id>
206+
<url>https://repo.spring.io/milestone</url>
207+
</repository>
196208
</repositories>
197209

198210
<pluginRepositories>

0 commit comments

Comments
 (0)