DATAJPA-893 - Update version number in Github readme to 1.10.1.RELEASE.

This commit is contained in:
Mark Paluch
2016-04-15 08:19:57 +02:00
parent 696a3b8761
commit 55d0e400ea

View File

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