Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VanRoy committed Feb 14, 2019
1 parent 3c363d9 commit e6bcce1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Versions

| spring data jest | spring boot | spring data elasticsearch | jest | elasticsearch |
|:------------------:|:--------------------:|:-------------------------:|:------:|:-------------:|
| 3.2.1.RELEASE | 2.1.2 | 3.1.3.RELEASE | 6.3.1 | 6.4.3 |
| 3.2.0.RELEASE | 2.1.0 | 3.1.3.RELEASE | 6.3.1 | 6.2.2 |
| 3.1.5.RELEASE | 2.0.5 | 3.0.10.RELEASE | 5.3.4 | 5.5.0 |
| 3.0.0.RELEASE | 2.0.0.M4 | 3.0.0.RELEASE | 5.3.2 | 5.5.0 |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.vanroy</groupId>
<artifactId>spring-data-jest-build</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1.RELEASE</version>
<packaging>pom</packaging>

<name>Spring Data Jest Build</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-sample-data-jest-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-data-jest-build</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-sample-data-jest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-data-jest-build</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter-data-jest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-data-jest-build</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-data-jest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-data-jest-build</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e6bcce1

Please sign in to comment.