Skip to content

Commit 004e758

Browse files
committed
DATAES-78 - Prepare 1.0 M2.
1 parent fee9273 commit 004e758

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Spring Data Elasticsearch
2-
=========================
2+
=========================
33

44
Spring Data implementation for ElasticSearch
55

@@ -10,10 +10,10 @@ The Spring Data Elasticsearch project provides integration with the [elasticsear
1010
Guide
1111
------------
1212

13-
* [Reference Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M1/reference/html/)
14-
* [PDF Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M1/reference/pdf/spring-data-elasticsearch-reference.pdf)
15-
* [API Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M1/api/)
16-
* [Spring Data Project](http://www.springsource.org/spring-data)
13+
* [Reference Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/reference/html/)
14+
* [PDF Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/reference/pdf/spring-data-elasticsearch-reference.pdf)
15+
* [API Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/api/)
16+
* [Spring Data Project](http://project.spring.io/spring-data)
1717
* [Sample Test Application](https://github.com/BioMedCentralLtd/spring-data-elasticsearch-sample-application)
1818
* for more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80).
1919

@@ -30,13 +30,13 @@ Add the Maven dependency:
3030
<dependency>
3131
<groupId>org.springframework.data</groupId>
3232
<artifactId>spring-data-elasticsearch</artifactId>
33-
<version>1.0.0.M1</version>
33+
<version>1.1.0.M1</version>
3434
</dependency>
3535

3636
<repository>
3737
<id>spring-libs-milestone</id>
3838
<name>Spring Milestone Repository</name>
39-
<url>http://repo.springsource.org/libs-milestone</url>
39+
<url>http://repo.spring.io/libs-milestone</url>
4040
</repository>
4141
```
4242

@@ -53,7 +53,7 @@ the appropriate dependency version.
5353
<repository>
5454
<id>spring-libs-snapshot</id>
5555
<name>Spring Snapshot Repository</name>
56-
<url>http://repo.springsource.org/libs-snapshot</url>
56+
<url>http://repo.spring.io/libs-snapshot</url>
5757
</repository>
5858
```
5959

pom.xml

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

@@ -25,7 +25,7 @@
2525
<commonscollections>3.2.1</commonscollections>
2626
<commonslang>2.6</commonslang>
2727
<elasticsearch>1.1.0</elasticsearch>
28-
<springdata.commons>1.8.0.BUILD-SNAPSHOT</springdata.commons>
28+
<springdata.commons>1.8.0.M1</springdata.commons>
2929

3030
</properties>
3131

@@ -147,8 +147,8 @@
147147

148148
<repositories>
149149
<repository>
150-
<id>spring-libs-snapshot</id>
151-
<url>http://repo.spring.io/libs-snapshot/</url>
150+
<id>spring-libs-milestone</id>
151+
<url>http://repo.spring.io/libs-milestone</url>
152152
</repository>
153153
</repositories>
154154

src/docbkx/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</legalnotice>
2424

2525
<copyright>
26-
<year>2013</year>
26+
<year>2013-2014</year>
2727
<holder>The original author(s)</holder>
2828
</copyright>
2929
</bookinfo>
@@ -36,7 +36,7 @@
3636
<title>Reference Documentation</title>
3737

3838
<xi:include
39-
href="https://raw.github.com/SpringSource/spring-data-commons/1.4.0.RC1/src/docbkx/repositories.xml">
39+
href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repositories.xml">
4040
<xi:fallback
4141
href="../../../spring-data-commons/src/docbkx/repositories.xml"/>
4242
</xi:include>
@@ -48,12 +48,12 @@
4848
<part id="appendix">
4949
<title>Appendix</title>
5050
<xi:include
51-
href="https://raw.github.com/SpringSource/spring-data-commons/1.4.0.RC1/src/docbkx/repository-namespace-reference.xml">
51+
href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repository-namespace-reference.xml">
5252
<xi:fallback
5353
href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml"/>
5454
</xi:include>
5555
<xi:include
56-
href="https://raw.github.com/SpringSource/spring-data-commons/1.4.0.RC1/src/docbkx/repository-query-keywords-reference.xml">
56+
href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repository-query-keywords-reference.xml">
5757
<xi:fallback
5858
href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml"/>
5959
</xi:include>

src/main/resources/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Issues maintaine in GitHub tracker:
2828
- #40 - how to create index for json objects?
2929
- #38 - Configure with native Client with embedded elasticsearch
3030
- #37 - embedded elasticsearch client - how to recover data after process is restarted?
31-
- #36 - FieldType.Date annotation
31+
- #36 - FieldType.Date annotation
3232
- #35 - @Transient property still inserted into elastic
3333
- #33 - timestamp mapping
3434
- #32 - BigDecimal @Field(type = FieldType.Double)
3535
- #31 - DATAES-33: Mapping of parent-child relationships
3636
- #29 - Added DefaultMapper support to map only partial fields from result instead of whole source field.
37-
- #28 - Documentation (README.md) for Geo Location / Filter Feature
37+
- #28 - Documentation (README.md) for Geo Location / Filter Feature
3838
- #27 - Adding support for letting Elasticsearch generate Id for document
3939
- #25 - Aliases
4040
- #24 - DATAES-31 Adding ability to use ES Java API setSource directly

src/main/resources/notice.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Spring Data Elasticsearch 1.0 M1
2-
Copyright (c) [2013-2014] Pivotal Inc.
1+
Spring Data Elasticsearch 1.0 M2
2+
Copyright (c) [2013-2014] Pivotal Software, Inc.
33

4-
This product is licensed to you under the Apache License, Version 2.0 (the "License").
5-
You may not use this product except in compliance with the License.
4+
This product is licensed to you under the Apache License, Version 2.0 (the "License").
5+
You may not use this product except in compliance with the License.
66

77
This product may include a number of subcomponents with
88
separate copyright notices and license terms. Your use of the source

template.mf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Bundle-ManifestVersion: 2
22
Bundle-SymbolicName: org.springframework.data.elasticsearch
33
Bundle-Name: ${project.name}
4-
Bundle-Vendor: SpringSource
4+
Bundle-Vendor: Pivotal Software, Inc.
55
Bundle-Version: ${project.version}
66
Bundle-RequiredExecutionEnvironment: J2SE-1.5
7-
Export-Template:
7+
Export-Template:
88
org.springframework.data.elasticsearch.*;version="${project.version}"
99
Import-Template:
1010
javax.enterprise.*;version="${cdi:[=.=.=,+1.0.0)}";resolution:=optional,
11-
org.apache.commons.collections.*;version="${commonscollections:[=.=.=,+1.0.0)}";resolution:=optional,
12-
org.apache.commons.lang.*;version="${commonslang:[=.=.=,+1.0.0)}",
11+
org.apache.commons.collections.*;version="${commonscollections:[=.=.=,+1.0.0)}";resolution:=optional,
12+
org.apache.commons.lang.*;version="${commonslang:[=.=.=,+1.0.0)}",
1313
com.fasterxml.jackson.*;version="${jackson:[=.=.=,+1.0.0)}";resolution:=optional,
1414
org.elasticsearch.*;version="${elasticsearch:[=.=.=,+1.0.0)}",
1515
org.apache.lucene.*;version="4.6.1",

0 commit comments

Comments
 (0)