Skip to content

Commit fd87e5f

Browse files
Prepare next development iteration.
See #3353
1 parent 372d34d commit fd87e5f

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

pom.xml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-redis</artifactId>
8-
<version>4.1.0</version>
8+
<version>4.2.0-SNAPSHOT</version>
99

1010
<name>Spring Data Redis</name>
1111
<description>Spring Data module for Redis</description>
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>4.1.0</version>
17+
<version>4.2.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
21-
<springdata.keyvalue>4.1.0</springdata.keyvalue>
22-
<springdata.commons>4.1.0</springdata.commons>
21+
<springdata.keyvalue>4.2.0-SNAPSHOT</springdata.keyvalue>
22+
<springdata.commons>4.2.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)