DATAES-307 - Prepare 3.0 development.

This commit is contained in:
Mark Paluch 2016-11-10 10:23:19 +01:00
parent fce9c1fd60
commit e88b4a8ab1
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ Add the Maven dependency:
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId> <artifactId>spring-data-elasticsearch</artifactId>
<version>2.0.4.RELEASE</version> <version>x.y.z.RELEASE</version>
</dependency> </dependency>
``` ```
@ -42,7 +42,7 @@ the appropriate dependency version.
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId> <artifactId>spring-data-elasticsearch</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version> <version>x.y.z.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<repository> <repository>

View File

@ -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>2.1.0.BUILD-SNAPSHOT</version> <version>3.0.0.BUILD-SNAPSHOT</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.9.0.BUILD-SNAPSHOT</version> <version>2.0.0.BUILD-SNAPSHOT</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>2.4.0</elasticsearch> <elasticsearch>2.4.0</elasticsearch>
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons> <springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
</properties> </properties>