Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jloisel authored Jan 25, 2017
1 parent 92fc222 commit e3ca174
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The following table shows the correspondance between our versions and Elasticsea
| 1.1.x | 2.1.x |
| 2.2.x | 2.2.x |
| 2.3.x | 2.3.x |
| 5.1.x | 5.1.x |

As of 2.2.x, the project is going to strictly follow the same versioning as [elasticsearch](https://github.com/elastic/elasticsearch).

Expand All @@ -30,7 +31,7 @@ Add the following Maven dependency to get started quickly with Spring:
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-spring-elasticsearch-starter</artifactId>
<version>2.2.0</version>
<version>5.1.2</version>
</dependency>
```
### Vanilla Java
Expand All @@ -41,7 +42,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>2.2.0</version>
<version>5.1.2</version>
</dependency>
```
This dependency provides the Jackson Json serialization mechanism.
Expand All @@ -50,7 +51,7 @@ This dependency provides the Jackson Json serialization mechanism.
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-repository-elasticsearch</artifactId>
<version>2.2.0</version>
<version>5.1.2</version>
</dependency>
```

Expand Down

0 comments on commit e3ca174

Please sign in to comment.