Skip to content

Commit 39090e3

Browse files
committed
Add a link to Maven Central to the badge.
1 parent 15e3fdc commit 39090e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
22
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
33
[![Build Status][Travis badge]][Travis]
4-
![Maven Central](https://img.shields.io/maven-central/v/com.github.java-json-tools/jackson-coreutils.svg)
5-
4+
[![Maven Central][Maven Central badge]][Maven]
65

76
## Read me first
87

@@ -212,3 +211,5 @@ if (!ptr.path(node).isMissingNode())
212211
[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
213212
[Travis Badge]: https://api.travis-ci.org/java-json-tools/jackson-coreutils.svg?branch=master
214213
[Travis]: https://travis-ci.org/java-json-tools/jackson-coreutils
214+
[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/jackson-coreutils.svg
215+
[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/jackson-coreutils

0 commit comments

Comments
 (0)