DATAJPA-692 - Update readme.md to mention latest release.

This commit is contained in:
Thomas Darimont
2015-04-02 19:23:42 +02:00
parent 1ac1856dcb
commit 12bf94d766

View File

@@ -30,7 +30,7 @@ Download the jar though Maven:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.6.0.RELEASE</version>
<version>1.8.0.RELEASE</version>
</dependency>
```