Skip to content

Commit ce68e4a

Browse files
committed
DATAMONGO-1173 - Prepare 1.7.0.RC1 (Fowler RC1).
1 parent 5da3130 commit ce68e4a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

+4-4
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.6.0.BUILD-SNAPSHOT</version>
18+
<version>1.6.0.RC1</version>
1919
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
2020
</parent>
2121

@@ -29,7 +29,7 @@
2929
<properties>
3030
<project.type>multi</project.type>
3131
<dist.id>spring-data-mongodb</dist.id>
32-
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
32+
<springdata.commons>1.10.0.RC1</springdata.commons>
3333
<mongo>2.13.0</mongo>
3434
<mongo.osgi>2.13.0</mongo.osgi>
3535
</properties>
@@ -157,8 +157,8 @@
157157

158158
<repositories>
159159
<repository>
160-
<id>spring-libs-snapshot</id>
161-
<url>http://repo.spring.io/libs-snapshot</url>
160+
<id>spring-libs-milestone</id>
161+
<url>http://repo.spring.io/libs-milestone</url>
162162
</repository>
163163
</repositories>
164164

src/main/resources/notice.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Spring Data MongoDB 1.7 M1
2-
Copyright (c) [2010-2014] Pivotal Software, Inc.
1+
Spring Data MongoDB 1.7 RC1
2+
Copyright (c) [2010-2015] Pivotal Software, Inc.
33

4-
This product is licensed to you under the Apache License, Version 2.0 (the "License").
5-
You may not use this product except in compliance with the License.
4+
This product is licensed to you under the Apache License, Version 2.0 (the "License").
5+
You may not use this product except in compliance with the License.
66

77
This product may include a number of subcomponents with
88
separate copyright notices and license terms. Your use of the source

0 commit comments

Comments
 (0)