Skip to content

Commit 31c6d20

Browse files
committed
DATACASS-554 - Prepare 2.1 RC1 (Lovelace).
1 parent 8da68a0 commit 31c6d20

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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.1.0.BUILD-SNAPSHOT</version>
9+
<version>2.1.0.RC1</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -95,13 +95,13 @@
9595
<el.version>1.0</el.version>
9696
<multithreadedtc.version>1.01</multithreadedtc.version>
9797
<project.type>multi</project.type>
98-
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
98+
<springdata.commons>2.1.0.RC1</springdata.commons>
9999
</properties>
100100

101101
<repositories>
102102
<repository>
103-
<id>spring-libs-snapshot</id>
104-
<url>https://repo.spring.io/libs-snapshot</url>
103+
<id>spring-libs-milestone</id>
104+
<url>https://repo.spring.io/libs-milestone</url>
105105
</repository>
106106
</repositories>
107107

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 for Apache Cassandra 2.1 M3
1+
Spring Data for Apache Cassandra 2.1 RC1
22
Copyright (c) [2010-2015] 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)