Skip to content

Commit 46d6670

Browse files
duergnerhjacobs
authored andcommitted
Add additional badges and use generic version (#47)
* Added badges for JavaDoc, Maven Central and the License * Changed the version in the dependency inclusion example to use `${zalando-sprocwrapper.version}` instead a hardcoded version number
1 parent c8a725d commit 46d6670

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ SProcWrapper
22
============
33

44
[![Build Status](https://travis-ci.org/zalando-incubator/java-sproc-wrapper.svg)](https://travis-ci.org/zalando/java-sproc-wrapper) [![Coverage Status](https://coveralls.io/repos/zalando-incubator/java-sproc-wrapper/badge.svg)](https://coveralls.io/r/zalando-incubator/java-sproc-wrapper)
5+
[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/de.zalando/zalando-sprocwrapper/badge.svg)](http://www.javadoc.io/doc/de.zalando/zalando-sprocwrapper)
6+
[![Maven Central](https://img.shields.io/maven-central/v/de.zalando/zalando-sprocwrapper.svg)](https://maven-badges.herokuapp.com/maven-central/de.zalando/zalando-sprocwrapper)
7+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/zalando/problem-spring-web/master/LICENSE)
8+
9+
510

611
Library to make PostgreSQL stored procedures(SProcs) available through simple Java "SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration).
712

@@ -15,7 +20,7 @@ To use SProcWrapper, add the following lines to your pom.xml:
1520
<dependency>
1621
<groupId>de.zalando</groupId>
1722
<artifactId>zalando-sprocwrapper</artifactId>
18-
<version>1.5.1</version>
23+
<version>${zalando-sprocwrapper.version}</version>
1924
</dependency>
2025
```
2126

@@ -157,4 +162,4 @@ See [contributing guideline](CONTRIBUTING.md).
157162
License
158163
-------
159164

160-
MIT license. See [license file](LICENSE).
165+
MIT license. See [license file](LICENSE).

0 commit comments

Comments
 (0)