1
0
mirror of synced 2026-09-02 22:21:01 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
Spring Buildmaster 5f98a8eb55 DATAES-299 - Release version 1.3.6 (Gosling SR6). 2016-09-29 08:05:36 +00:00
Oliver Gierke 980588fd65 DATAES-299 - Prepare 1.3.6 (Gosling SR6). 2016-09-29 09:33:55 +02:00
Oliver Gierke 92aa94fb0b DATAES-299 - Updated changelog. 2016-09-29 09:33:52 +02:00
Oliver Gierke f1c8a19c73 DATAES-296 - After release cleanups. 2016-09-29 09:11:28 +02:00
Spring Buildmaster 0427f99c9a DATAES-296 - Prepare next development iteration. 2016-09-20 14:01:45 +00:00
3 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -4,12 +4,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>1.3.5.RELEASE</version>
<version>1.3.6.RELEASE</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.5.RELEASE</version>
<version>1.7.6.RELEASE</version>
</parent>
<name>Spring Data Elasticsearch</name>
@@ -23,7 +23,7 @@
<commonscollections>3.2.1</commonscollections>
<commonslang>2.6</commonslang>
<elasticsearch>1.5.2</elasticsearch>
<springdata.commons>1.11.5.RELEASE</springdata.commons>
<springdata.commons>1.11.6.RELEASE</springdata.commons>
</properties>
+5
View File
@@ -1,6 +1,11 @@
Spring Data Elasticsearch Changelog
===================================
Changes in version 1.3.6.RELEASE (2016-09-29)
---------------------------------------------
* DATAES-299 - Release 1.3.6 (Gosling SR6).
Changes in version 1.3.5.RELEASE (2016-09-20)
---------------------------------------------
* DATAES-296 - Release 1.3.5 (Gosling SR5).
+1 -1
View File
@@ -1,4 +1,4 @@
Spring Data Elasticsearch 1.3.5
Spring Data Elasticsearch 1.3.6
Copyright (c) [2013-2015] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").