Skip to content

Commit f52cfc8

Browse files
committed
Add badges, update groupid.
1 parent 394d8d4 commit f52cfc8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
2+
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
3+
[![Build Status][Travis badge]][Travis]
4+
[![Maven Central][Maven Central badge]][Maven]
5+
16
## Read me first
27

38
This project, as of version 1.1, is licensed under both LGPLv3 and ASL 2.0. See
@@ -24,7 +29,7 @@ The current version is **1.2**.
2429

2530
```xml
2631
<dependency>
27-
<groupId>com.github.fge</groupId>
32+
<groupId>com.github.java-json-tools</groupId>
2833
<artifactId>btf</artifactId>
2934
<version>your-version-here</version>
3035
</dependency>
@@ -81,3 +86,11 @@ In summary, the free/thaw pattern is a "reversible" builder pattern -- that is,
8186
can create, from a "frozen", immutable instance, an equivalent builder instance bearing the same
8287
characteristics.
8388

89+
[LGPLv3 badge]: https://img.shields.io/:license-LGPLv3-blue.svg
90+
[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html
91+
[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
92+
[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
93+
[Travis Badge]: https://api.travis-ci.org/java-json-tools/btf.svg?branch=master
94+
[Travis]: https://travis-ci.org/java-json-tools/btf
95+
[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/btf.svg
96+
[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/btf

0 commit comments

Comments
 (0)