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:
Mark Paluch
2016-07-20 08:49:43 +02:00
parent 0fae610163
commit a373a28637

View File

@@ -1,3 +1,6 @@
[![Spring Data JPA](https://spring.io/badges/spring-data-jpa/ga.svg)](http://projects.spring.io/spring-data-jpa/#quick-start)
[![Spring Data JPA](https://spring.io/badges/spring-data-jpa/snapshot.svg)](http://projects.spring.io/spring-data-jpa/#quick-start)
# Spring Data JPA [![Build Status](https://travis-ci.org/spring-projects/spring-data-jpa.svg?branch=master)](https://travis-ci.org/spring-projects/spring-data-jpa) [![Build status](https://build.spring.io/plugins/servlet/buildStatusImage//SPRINGDATAJPA-DATAJPA)](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>
```