Skip to content

Commit 318ba53

Browse files
committed
DATAMONGO-1462 - Integrate version badge from spring.io.
Add version badge from spring.io and replace fixed version numbers with a placeholder.
1 parent 3db30bd commit 318ba53

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Spring Data MongoDB](https://spring.io/badges/spring-data-mongodb/ga.svg)](http://projects.spring.io/spring-data-mongodb#quick-start)
2+
[![Spring Data MongoDB](https://spring.io/badges/spring-data-mongodb/snapshot.svg)](http://projects.spring.io/spring-data-mongodb#quick-start)
3+
14
# Spring Data MongoDB
25

36
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 new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
@@ -26,7 +29,7 @@ Add the Maven dependency:
2629
<dependency>
2730
<groupId>org.springframework.data</groupId>
2831
<artifactId>spring-data-mongodb</artifactId>
29-
<version>1.9.1.RELEASE</version>
32+
<version>${version}.RELEASE</version>
3033
</dependency>
3134
```
3235

@@ -36,7 +39,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
3639
<dependency>
3740
<groupId>org.springframework.data</groupId>
3841
<artifactId>spring-data-mongodb</artifactId>
39-
<version>1.10.0.BUILD-SNAPSHOT</version>
42+
<version>${version}.BUILD-SNAPSHOT</version>
4043
</dependency>
4144

4245
<repository>

0 commit comments

Comments
 (0)