Skip to content

Commit

Permalink
update doc to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jloisel committed Jan 8, 2016
1 parent f0fd6bc commit baa1e76
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 @@ -16,7 +16,7 @@ Add the following Maven dependency to get started quickly with Spring:
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-repository-elasticsearch-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
### Vanilla Java
Expand All @@ -27,7 +27,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.0</version>
<version>1.0.1</version>
</dependency>
```
This dependency provides the Jackson Json serialization mechanism.
Expand All @@ -36,7 +36,7 @@ This dependency provides the Jackson Json serialization mechanism.
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-repository-elasticsearch</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit baa1e76

Please sign in to comment.