Skip to content

Commit f2ffe33

Browse files
committed
Release 2.3.1
1 parent 9ca5d93 commit f2ffe33

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Versions
1313

1414
| spring data jest | spring boot | spring data elasticsearch | jest | elasticsearch |
1515
|:------------------:|:-----------:|:-------------------------:|:------:|:-------------:|
16-
| 2.3.0.RELEASE | 1.5.x | 2.1.0.RELEASE | 2.0.4 | 2.4.4 |
16+
| 2.3.1.RELEASE | 1.5.x | 2.1.0.RELEASE | 2.0.4 | 2.4.4 |
1717
| 2.2.0.RELEASE | >= 1.4.3 | 2.0.6.RELEASE | 2.0.4 | 2.4.3 |
1818
| 2.1.4.RELEASE | < 1.4.3 | 2.0.5.RELEASE | 2.0.3 | 2.2.0 |
1919
| 1.0.2.RELEASE | 1.3.x | 1.3.4.RELEASE | 1.0.3 | 1.5.2 |
@@ -30,7 +30,7 @@ Add the Maven dependency:
3030
<dependency>
3131
<groupId>com.github.vanroy</groupId>
3232
<artifactId>spring-boot-starter-data-jest</artifactId>
33-
<version>2.3.0.RELEASE</version>
33+
<version>2.3.1.RELEASE</version>
3434
</dependency>
3535
```
3636

@@ -77,7 +77,7 @@ Add the Maven dependency:
7777
<dependency>
7878
<groupId>com.github.vanroy</groupId>
7979
<artifactId>spring-data-jest</artifactId>
80-
<version>2.3.0.RELEASE</version>
80+
<version>2.3.1.RELEASE</version>
8181
</dependency>
8282
```
8383

pom.xml

+1-1
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>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1.RELEASE</version>
99
<packaging>pom</packaging>
1010

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

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

+1-1
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>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1.RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

+1-1
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>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1.RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

+1-1
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>2.3.1-SNAPSHOT</version>
9+
<version>2.3.1.RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

spring-data-jest/pom.xml

+1-1
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>2.3.1-SNAPSHOT</version>
9+
<version>2.3.1.RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)