Skip to content

Commit 64b4591

Browse files
committed
DATAMONGO-919 - Prepare 1.5.0.RC1.
Upgraded to Spring Data Parent 1.4.0.RC1 and Spring Data Commons 1.8.0.RC1. Switched to milestone repository.
1 parent bac5961 commit 64b4591

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.4.0.BUILD-SNAPSHOT</version>
18+
<version>1.4.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.8.0.BUILD-SNAPSHOT</springdata.commons>
32+
<springdata.commons>1.8.0.RC1</springdata.commons>
3333
<mongo>2.12.1</mongo>
3434
</properties>
3535

@@ -122,8 +122,8 @@
122122

123123
<repositories>
124124
<repository>
125-
<id>spring-libs-snapshot</id>
126-
<url>http://repo.spring.io/libs-snapshot/</url>
125+
<id>spring-libs-milestone</id>
126+
<url>http://repo.spring.io/libs-milestone</url>
127127
</repository>
128128
</repositories>
129129

src/docbkx/index.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<xi:include href="introduction/introduction.xml"/>
6969
<xi:include href="introduction/requirements.xml"/>
7070
<xi:include href="introduction/getting-started.xml"/>
71-
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.0.M1/src/docbkx/repositories.xml">
71+
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.0.RC1/src/docbkx/repositories.xml">
7272
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
7373
</xi:include>
7474
</part>
@@ -88,10 +88,10 @@
8888
<part id="appendix">
8989
<title>Appendix</title>
9090

91-
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.0.M1/src/docbkx/repository-namespace-reference.xml">
91+
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.0.RC1/src/docbkx/repository-namespace-reference.xml">
9292
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
9393
</xi:include>
94-
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.0.M1/src/docbkx/repository-query-keywords-reference.xml">
94+
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.0.RC1/src/docbkx/repository-query-keywords-reference.xml">
9595
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
9696
</xi:include>
9797
</part>

src/main/resources/notice.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 1.4.0.RELEASE
1+
Spring Data MongoDB 1.5 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").
@@ -7,4 +7,4 @@ You may not use this product except in compliance with the License.
77
This product may include a number of subcomponents with
88
separate copyright notices and license terms. Your use of the source
99
code for the these subcomponents is subject to the terms and
10-
conditions of the subcomponent's license, as noted in the LICENSE file.
10+
conditions of the subcomponent's license, as noted in the LICENSE file.

0 commit comments

Comments
 (0)