DATAJPA-932 - Integrate version badge from spring.io.
Add version badge from spring.io and replace fixed version numbers with a placeholder.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[](http://projects.spring.io/spring-data-jpa/#quick-start)
|
||||
[](http://projects.spring.io/spring-data-jpa/#quick-start)
|
||||
|
||||
# Spring Data JPA [](https://travis-ci.org/spring-projects/spring-data-jpa) [](https://build.spring.io/browse//SPRINGDATAJPA-DATAJPA)
|
||||
|
||||
The primary goal of the [Spring Data](http://projects.spring.io/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies. This module deals with enhanced support for JPA based data access layers.
|
||||
@@ -30,7 +33,7 @@ Download the jar through Maven:
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-jpa</artifactId>
|
||||
<version>1.10.1.RELEASE</version>
|
||||
<version>${version}.RELEASE</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user