File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone = " no " ?>
2
2
<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" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
15
15
<parent >
16
16
<groupId >org.springframework.data.build</groupId >
17
17
<artifactId >spring-data-parent</artifactId >
18
- <version >1.4.0.BUILD-SNAPSHOT </version >
18
+ <version >1.4.0.RC1 </version >
19
19
<relativePath >../spring-data-build/parent/pom.xml</relativePath >
20
20
</parent >
21
21
29
29
<properties >
30
30
<project .type>multi</project .type>
31
31
<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>
33
33
<mongo >2.12.1</mongo >
34
34
</properties >
35
35
122
122
123
123
<repositories >
124
124
<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 >
127
127
</repository >
128
128
</repositories >
129
129
Original file line number Diff line number Diff line change 68
68
<xi : include href =" introduction/introduction.xml" />
69
69
<xi : include href =" introduction/requirements.xml" />
70
70
<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" >
72
72
<xi : fallback href =" ../../../spring-data-commons/src/docbkx/repositories.xml" />
73
73
</xi : include >
74
74
</part >
88
88
<part id =" appendix" >
89
89
<title >Appendix</title >
90
90
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" >
92
92
<xi : fallback href =" ../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
93
93
</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" >
95
95
<xi : fallback href =" ../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
96
96
</xi : include >
97
97
</part >
Original file line number Diff line number Diff line change 1
- Spring Data MongoDB 1.4.0.RELEASE
1
+ Spring Data MongoDB 1.5 RC1
2
2
Copyright (c) [2010-2014] Pivotal Software, Inc.
3
3
4
4
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.
7
7
This product may include a number of subcomponents with
8
8
separate copyright notices and license terms. Your use of the source
9
9
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.
You can’t perform that action at this time.
0 commit comments