Skip to content

Commit 1b292a7

Browse files
committed
DATAES-102 - Prepare 1.1.0.M1 (Evans M1).
1 parent 24c1258 commit 1b292a7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.5.0.BUILD-SNAPSHOT</version>
12+
<version>1.5.0.M1</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.2.2</elasticsearch>
27-
<springdata.commons>1.9.0.BUILD-SNAPSHOT</springdata.commons>
27+
<springdata.commons>1.9.0.M1</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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<part id="reference">
3636
<title>Reference Documentation</title>
3737

38-
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.RELEASE/src/docbkx/repositories.xml">
38+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.9.0.M1/src/docbkx/repositories.xml">
3939
<xi:fallback
4040
href="../../../spring-data-commons/src/docbkx/repositories.xml"/>
4141
</xi:include>
@@ -46,11 +46,11 @@
4646

4747
<part id="appendix">
4848
<title>Appendix</title>
49-
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.RELEASE/src/docbkx/repository-namespace-reference.xml">
49+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.9.0.M1/src/docbkx/repository-namespace-reference.xml">
5050
<xi:fallback
5151
href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml"/>
5252
</xi:include>
53-
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
53+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.9.0.M1/src/docbkx/repository-query-keywords-reference.xml">
5454
<xi:fallback
5555
href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml"/>
5656
</xi:include>

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Elasticsearch 1.0 GA
1+
Spring Data Elasticsearch 1.1 M1
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").

0 commit comments

Comments
 (0)