Skip to content

Commit

Permalink
Readme: replace PNG badge with SVG one
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Feb 7, 2015
1 parent 266a2d3 commit b14c72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Bean Validation / Collection Validators
=======================================
[![Build Status](https://travis-ci.org/jirutka/validator-collection.svg?branch=master)](https://travis-ci.org/jirutka/validator-collection)
[![Coverage Status](https://coveralls.io/repos/jirutka/validator-collection/badge.png?branch=master)](https://coveralls.io/r/jirutka/validator-collection?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.validator/validator-collection/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.validator/validator-collection)
[![Coverage Status](https://img.shields.io/coveralls/jirutka/validator-collection/master.svg?style=flat)](https://coveralls.io/r/jirutka/validator-collection?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.validator/validator-collection/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/cz.jirutka.validator/validator-collection)

Neither [Bean Validation 1.1][JSR-349] (JSR 303/349) nor [Hibernate Validator], the reference _(and the only one…)_
implementation of it, provide simple way to validate a collection of basic types like String, Integer, Date… (i.e.
Expand Down

0 comments on commit b14c72d

Please sign in to comment.