Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanRoy committed Aug 4, 2016
1 parent 42c2ce1 commit a532cb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Versions

| spring data jest | spring boot | spring data elasticsearch | jest | elasticsearch |
|:------------------:|:-----------:|:-------------------------:|:------:|:-------------:|
| NOT YET RELEASED | 1.4.x | 2.0.2.RELEASE | 2.0.3 | 2.2.0 |
| 1.0.0.RELEASE | 1.3.x | 1.3.4.RELEASE | 1.0.3 | 1.5.2 |
| 2.0.0.RELEASE | 1.4.x | 2.0.2.RELEASE | 2.0.3 | 2.2.0 |
| 1.0.1.RELEASE | 1.3.x | 1.3.4.RELEASE | 1.0.3 | 1.5.2 |


Quick Start with Spring Boot
Expand All @@ -28,7 +28,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-boot-starter-data-jest</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -62,7 +62,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-data-jest</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</dependency>
```

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>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<packaging>pom</packaging>

<name>Spring Data Jest Build</name>
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>2.0.0-SNAPSHOT</version>
<version>2.0.0.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>2.0.0-SNAPSHOT</version>
<version>2.0.0.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>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a532cb3

Please sign in to comment.