Skip to content

Commit 4ff1ff8

Browse files
committed
DATAES-87 - Prepare 1.0.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 fdc8bbe commit 4ff1ff8

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>1.4.0.BUILD-SNAPSHOT</version>
12+
<version>1.4.0.RC1</version>
1313
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1414
</parent>
1515

@@ -24,7 +24,7 @@
2424
<commonscollections>3.2.1</commonscollections>
2525
<commonslang>2.6</commonslang>
2626
<elasticsearch>1.1.1</elasticsearch>
27-
<springdata.commons>1.8.0.BUILD-SNAPSHOT</springdata.commons>
27+
<springdata.commons>1.8.0.RC1</springdata.commons>
2828

2929
</properties>
3030

@@ -146,8 +146,8 @@
146146

147147
<repositories>
148148
<repository>
149-
<id>spring-libs-snapshot</id>
150-
<url>http://repo.spring.io/libs-snapshot</url>
149+
<id>spring-libs-milestone</id>
150+
<url>http://repo.spring.io/libs-milestone</url>
151151
</repository>
152152
</repositories>
153153

src/docbkx/index.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<part id="reference">
3636
<title>Reference Documentation</title>
3737

38-
<xi:include
39-
href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repositories.xml">
38+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.RC1/src/docbkx/repositories.xml">
4039
<xi:fallback
4140
href="../../../spring-data-commons/src/docbkx/repositories.xml"/>
4241
</xi:include>
@@ -47,13 +46,11 @@
4746

4847
<part id="appendix">
4948
<title>Appendix</title>
50-
<xi:include
51-
href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repository-namespace-reference.xml">
49+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.RC1/src/docbkx/repository-namespace-reference.xml">
5250
<xi:fallback
5351
href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml"/>
5452
</xi:include>
55-
<xi:include
56-
href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repository-query-keywords-reference.xml">
53+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.RC1/src/docbkx/repository-query-keywords-reference.xml">
5754
<xi:fallback
5855
href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml"/>
5956
</xi:include>

src/main/resources/notice.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Elasticsearch 1.0 M2
1+
Spring Data Elasticsearch 1.0 RC1
22
Copyright (c) [2013-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)