Skip to content

Commit e88b4a8

Browse files
committed
DATAES-307 - Prepare 3.0 development.
1 parent fce9c1f commit e88b4a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the Maven dependency:
3131
<dependency>
3232
<groupId>org.springframework.data</groupId>
3333
<artifactId>spring-data-elasticsearch</artifactId>
34-
<version>2.0.4.RELEASE</version>
34+
<version>x.y.z.RELEASE</version>
3535
</dependency>
3636
```
3737

@@ -42,7 +42,7 @@ the appropriate dependency version.
4242
<dependency>
4343
<groupId>org.springframework.data</groupId>
4444
<artifactId>spring-data-elasticsearch</artifactId>
45-
<version>2.1.0.BUILD-SNAPSHOT</version>
45+
<version>x.y.z.BUILD-SNAPSHOT</version>
4646
</dependency>
4747

4848
<repository>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-elasticsearch</artifactId>
7-
<version>2.1.0.BUILD-SNAPSHOT</version>
7+
<version>3.0.0.BUILD-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>1.9.0.BUILD-SNAPSHOT</version>
12+
<version>2.0.0.BUILD-SNAPSHOT</version>
1313
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1414
</parent>
1515

@@ -24,7 +24,7 @@
2424
<commonscollections>3.2.1</commonscollections>
2525
<commonslang>2.6</commonslang>
2626
<elasticsearch>2.4.0</elasticsearch>
27-
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
27+
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
2828

2929
</properties>
3030

0 commit comments

Comments
 (0)