DATAES-235 - Tweaked version properties for Gosling SR4.

This commit is contained in:
Oliver Gierke 2016-02-11 17:04:11 +01:00
parent 4fca7a544e
commit 9155ebb1e0

View File

@ -4,13 +4,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>1.3.3.BUILD-SNAPSHOT</version>
<version>1.3.4.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.3.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
<version>1.7.4.BUILD-SNAPSHOT</version>
</parent>
<name>Spring Data Elasticsearch</name>
@ -24,7 +23,7 @@
<commonscollections>3.2.1</commonscollections>
<commonslang>2.6</commonslang>
<elasticsearch>1.5.2</elasticsearch>
<springdata.commons>1.11.3.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>1.11.4.BUILD-SNAPSHOT</springdata.commons>
</properties>
@ -124,7 +123,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.4</version>
<version>1.16.6</version>
<scope>test</scope>
</dependency>