Skip to content

Commit 759ee1a

Browse files
DATAREDIS-966 - Prepare 2.2 RC1 (Moore).
1 parent 0ad8376 commit 759ee1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.2.0.BUILD-SNAPSHOT</version>
15+
<version>2.2.0.RC1</version>
1616
</parent>
1717

1818
<properties>
19-
<springdata.keyvalue>2.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
19+
<springdata.keyvalue>2.2.0.RC1</springdata.keyvalue>
2020
<jta>1.1</jta>
2121
<beanutils>1.9.2</beanutils>
2222
<xstream>1.4.8</xstream>
@@ -347,8 +347,8 @@
347347

348348
<repositories>
349349
<repository>
350-
<id>spring-libs-snapshot</id>
351-
<url>https://repo.spring.io/libs-snapshot</url>
350+
<id>spring-libs-milestone</id>
351+
<url>https://repo.spring.io/libs-milestone</url>
352352
</repository>
353353
</repositories>
354354

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Redis 2.2 M4
1+
Spring Data Redis 2.2 RC1
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

0 commit comments

Comments
 (0)