Skip to content

Commit d639e58

Browse files
committed
DATAMONGO-1021 - Prepare 1.6.0.RC1 (Evans RC1).
1 parent 0195c2c commit d639e58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.5.0.BUILD-SNAPSHOT</version>
18+
<version>1.5.0.RC1</version>
1919
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
2020
</parent>
2121

@@ -148,8 +148,8 @@
148148

149149
<repositories>
150150
<repository>
151-
<id>spring-libs-snapshot</id>
152-
<url>http://repo.spring.io/libs-snapshot</url>
151+
<id>spring-libs-milestone</id>
152+
<url>http://repo.spring.io/libs-milestone</url>
153153
</repository>
154154
</repositories>
155155

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 1.6 M1
1+
Spring Data MongoDB 1.6 RC1
22
Copyright (c) [2010-2014] 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)