Skip to content

Commit e24469e

Browse files
christophstroblschauder
authored andcommitted
After release cleanups.
See #1943
1 parent e351518 commit e24469e

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
@@ -16,12 +16,12 @@
1616
<parent>
1717
<groupId>org.springframework.data.build</groupId>
1818
<artifactId>spring-data-parent</artifactId>
19-
<version>4.0.0-M1</version>
19+
<version>4.0.0-SNAPSHOT</version>
2020
</parent>
2121

2222
<properties>
2323
<dist.id>spring-data-jdbc</dist.id>
24-
<springdata.commons>4.0.0-M1</springdata.commons>
24+
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
2525
<liquibase.version>4.21.1</liquibase.version>
2626
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2727

@@ -312,8 +312,20 @@
312312
</build>
313313

314314
<repositories>
315-
316-
315+
<repository>
316+
<id>spring-snapshot</id>
317+
<url>https://repo.spring.io/snapshot</url>
318+
<snapshots>
319+
<enabled>true</enabled>
320+
</snapshots>
321+
<releases>
322+
<enabled>false</enabled>
323+
</releases>
324+
</repository>
325+
<repository>
326+
<id>spring-milestone</id>
327+
<url>https://repo.spring.io/milestone</url>
328+
</repository>
317329
</repositories>
318330

319331
</project>

0 commit comments

Comments
 (0)