File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >org.springframework.data.build</groupId >
17
17
<artifactId >spring-data-parent</artifactId >
18
- <version >1.4.1.BUILD-SNAPSHOT </version >
18
+ <version >1.4.1.RELEASE </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.1.BUILD-SNAPSHOT </springdata .commons>
32
+ <springdata .commons>1.8.1.RELEASE </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-release </id >
126
+ <url >http://repo.spring.io/libs-release </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 .RELEASE/src/docbkx/repositories.xml" >
71
+ <xi : include href =" https://raw.github.com/spring-projects/spring-data-commons/1.8.1 .RELEASE/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 .RELEASE/src/docbkx/repository-namespace-reference.xml" >
91
+ <xi : include href =" https://raw.github.com/spring-projects/spring-data-commons/1.8.1 .RELEASE/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 .RELEASE/src/docbkx/repository-query-keywords-reference.xml" >
94
+ <xi : include href =" https://raw.github.com/spring-projects/spring-data-commons/1.8.1 .RELEASE/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.5 GA
1
+ Spring Data MongoDB 1.5.1
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").
You can’t perform that action at this time.
0 commit comments