Skip to content

Commit 5494d99

Browse files
committed
After release cleanups.
See #3331
1 parent c589786 commit 5494d99

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

pom.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>4.1.0-RC1</version>
17+
<version>4.1.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
21-
<springdata.keyvalue>4.1.0-RC1</springdata.keyvalue>
22-
<springdata.commons>4.1.0-RC1</springdata.commons>
21+
<springdata.keyvalue>4.1.0-SNAPSHOT</springdata.keyvalue>
22+
<springdata.commons>4.1.0-SNAPSHOT</springdata.commons>
2323
<beanutils>1.11.0</beanutils>
2424
<xstream>1.4.21</xstream>
2525
<pool>2.13.1</pool>
@@ -418,7 +418,19 @@
418418
</profiles>
419419

420420
<repositories>
421-
422-
421+
<repository>
422+
<id>spring-snapshot</id>
423+
<url>https://repo.spring.io/snapshot</url>
424+
<snapshots>
425+
<enabled>true</enabled>
426+
</snapshots>
427+
<releases>
428+
<enabled>false</enabled>
429+
</releases>
430+
</repository>
431+
<repository>
432+
<id>spring-milestone</id>
433+
<url>https://repo.spring.io/milestone</url>
434+
</repository>
423435
</repositories>
424436
</project>

0 commit comments

Comments
 (0)