Skip to content

Commit e9322b5

Browse files
committed
Add badges, fix groupid.
1 parent 213024f commit e9322b5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
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 0.8, is licensed under both LGPLv3 and ASL 2.0. See
@@ -27,15 +32,15 @@ Gradle:
2732

2833
```groovy
2934
dependencies {
30-
compile(group: "com.github.fge", name: "uri-template", version: "yourVersionHere");
35+
compile(group: "com.github.java-json-tools", name: "uri-template", version: "yourVersionHere");
3136
};
3237
```
3338

3439
Maven:
3540

3641
```xml
3742
<dependency>
38-
<groupId>com.github.fge</groupId>
43+
<groupId>com.github.java-json-tools</groupId>
3944
<artifactId>uri-template</artifactId>
4045
<version>yourVersionHere</version>
4146
</dependency>
@@ -133,3 +138,11 @@ More generally, if you have to generate a lot of URIs (or URLs, since URLs are U
133138
sample "place holders" for values and don't want to be bothered with encoding problems etc, this is
134139
the library for you.
135140

141+
[LGPLv3 badge]: https://img.shields.io/:license-LGPLv3-blue.svg
142+
[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html
143+
[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
144+
[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
145+
[Travis Badge]: https://api.travis-ci.org/java-json-tools/uri-template.svg?branch=master
146+
[Travis]: https://travis-ci.org/java-json-tools/uri-template
147+
[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/uri-template.svg
148+
[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/uri-template

0 commit comments

Comments
 (0)