Skip to content

Commit 27cb1ce

Browse files
committed
Release 3.2.5
1 parent 7527ff5 commit 27cb1ce

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Versions
1313

1414
| spring data jest | spring boot | spring data elasticsearch | jest | elasticsearch |
1515
|:------------------:|:--------------------:|:-------------------------:|:------:|:-------------:|
16-
| 3.2.3.RELEASE | 2.1.2 | 3.1.3.RELEASE | 6.3.1 | 6.4.3 |
17-
| 3.2.0.RELEASE | 2.1.0 | 3.1.3.RELEASE | 6.3.1 | 6.2.2 |
16+
| 3.2.5.RELEASE | 2.1.2 | 3.1.3.RELEASE | 6.3.1 | 6.4.3 |
1817
| 3.1.5.RELEASE | 2.0.5 | 3.0.10.RELEASE | 5.3.4 | 5.5.0 |
1918
| 3.0.0.RELEASE | 2.0.0.M4 | 3.0.0.RELEASE | 5.3.2 | 5.5.0 |
2019
| 2.3.1.RELEASE | 1.5.x | 2.1.0.RELEASE | 2.0.4 | 2.4.4 |
@@ -34,7 +33,7 @@ Add the Maven dependency:
3433
<dependency>
3534
<groupId>com.github.vanroy</groupId>
3635
<artifactId>spring-boot-starter-data-jest</artifactId>
37-
<version>3.2.3.RELEASE</version>
36+
<version>3.2.5.RELEASE</version>
3837
</dependency>
3938

4039
<!-- Only required for start local ES node -->
@@ -87,7 +86,7 @@ Add the Maven dependency:
8786
<dependency>
8887
<groupId>com.github.vanroy</groupId>
8988
<artifactId>spring-data-jest</artifactId>
90-
<version>3.2.3.RELEASE</version>
89+
<version>3.2.5.RELEASE</version>
9190
</dependency>
9291

9392
<!-- Only required for start local / embedded ES node -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.vanroy</groupId>
77
<artifactId>spring-data-jest-build</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>3.2.5.RELEASE</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data Jest Build</name>

spring-boot-sample-data-jest-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.vanroy</groupId>
77
<artifactId>spring-data-jest-build</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>3.2.5.RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-boot-sample-data-jest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.vanroy</groupId>
77
<artifactId>spring-data-jest-build</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>3.2.5.RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-boot-starter-data-jest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.vanroy</groupId>
88
<artifactId>spring-data-jest-build</artifactId>
9-
<version>3.2.4-SNAPSHOT</version>
9+
<version>3.2.5.RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

spring-data-jest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.vanroy</groupId>
88
<artifactId>spring-data-jest-build</artifactId>
9-
<version>3.2.4-SNAPSHOT</version>
9+
<version>3.2.5.RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)