DATACASS-321 - Integrate version badge from spring.io.
Add version badge from spring.io and replace fixed version numbers in the repository readme file.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[](http://projects.spring.io/spring-data-cassandra/#quick-start)
|
||||
[](http://projects.spring.io/spring-data-cassandra/#quick-start)
|
||||
|
||||
# Spring Data Cassandra Project Info
|
||||
|
||||
## Quick Start
|
||||
@@ -25,7 +28,7 @@ Generally available releases are available in Maven Central.
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-cql</artifactId>
|
||||
<version>1.0.0.RELEASE (or whatever your preferred version is)</version>
|
||||
<version>${version}.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
*Minimal Spring XML Configuration*
|
||||
@@ -67,7 +70,7 @@ Generally available releases are available in Maven Central.
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-cassandra</artifactId>
|
||||
<version>1.0.0.RELEASE (or whatever your preferred version is)</version>
|
||||
<version>${version}.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
*Minimal Spring XML Configuration*
|
||||
|
||||
Reference in New Issue
Block a user