Compare commits
5 Commits
5.0.1
...
1.1.1.RELEASE
| Author | SHA1 | Date | |
|---|---|---|---|
| d4fed726fa | |||
| 45495603d9 | |||
| f5bee25fc6 | |||
| 1af59690eb | |||
| 5e658a8069 |
@@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
<groupId>org.springframework.data</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
<artifactId>spring-data-elasticsearch</artifactId>
|
<artifactId>spring-data-elasticsearch</artifactId>
|
||||||
<version>1.1.0.RELEASE</version>
|
<version>1.1.1.RELEASE</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>1.5.0.RELEASE</version>
|
<version>1.5.1.RELEASE</version>
|
||||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<commonscollections>3.2.1</commonscollections>
|
<commonscollections>3.2.1</commonscollections>
|
||||||
<commonslang>2.6</commonslang>
|
<commonslang>2.6</commonslang>
|
||||||
<elasticsearch>1.3.2</elasticsearch>
|
<elasticsearch>1.3.2</elasticsearch>
|
||||||
<springdata.commons>1.9.0.RELEASE</springdata.commons>
|
<springdata.commons>1.9.1.RELEASE</springdata.commons>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
Spring Data Elasticsearch Changelog
|
Spring Data Elasticsearch Changelog
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
Changes in version 1.1.1.RELEASE (2014-10-30)
|
||||||
|
---------------------------------------------
|
||||||
|
* DATAES-133 - Release 1.1.1.
|
||||||
|
|
||||||
|
|
||||||
Changes in version 1.1.0.RELEASE (2014-09-05)
|
Changes in version 1.1.0.RELEASE (2014-09-05)
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
* DATAES-128 - Release 1.1 GA.
|
* DATAES-128 - Release 1.1 GA.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Spring Data Elasticsearch 1.1 GA
|
Spring Data Elasticsearch 1.1.1
|
||||||
Copyright (c) [2013-2014] Pivotal Software, Inc.
|
Copyright (c) [2013-2014] Pivotal Software, Inc.
|
||||||
|
|
||||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||||
|
|||||||
Reference in New Issue
Block a user