Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jloisel committed Jan 12, 2016
1 parent 4f84927 commit dcb09ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following Maven dependency to get started quickly with Spring:
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-spring-elasticsearch-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```
### Vanilla Java
Expand All @@ -28,7 +28,7 @@ To get started with Vanilla Java application, you need to add two dependencies:
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-conversion-jackson</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```
This dependency provides the Jackson Json serialization mechanism.
Expand All @@ -37,7 +37,7 @@ This dependency provides the Jackson Json serialization mechanism.
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-repository-elasticsearch</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit dcb09ef

Please sign in to comment.