File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11# hjson-java
22
3- [ ![ Build Status] ( https://img.shields.io/travis/laktak /hjson-java.svg?style=flat-square )] ( http://travis-ci.org/laktak /hjson-java )
3+ [ ![ Build Status] ( https://img.shields.io/travis/hjson /hjson-java.svg?style=flat-square )] ( http://travis-ci.org/hjson /hjson-java )
44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.hjson/hjson.svg?style=flat-square )] ( http://search.maven.org/#search|ga|1|g%3A%22org.hjson%22%20a%3A%22hjson%22 )
55[ ![ Javadoc] ( https://javadoc-emblem.rhcloud.com/doc/org.hjson/hjson/badge.svg?style=flat-square&color=blue )] ( http://www.javadoc.io/doc/org.hjson/hjson )
66
@@ -31,7 +31,7 @@ The Java implementation of Hjson is based on [minimal-json](https://github.com/r
3131
3232# CLI
3333
34- You can install the Hjson command line tool by downloading and unpacking the latest [ * hjson.zip* ] ( https://github.com/laktak /hjson-java/releases ) .
34+ You can install the Hjson command line tool by downloading and unpacking the latest [ * hjson.zip* ] ( https://github.com/hjson /hjson-java/releases ) .
3535
3636- run ` hjson -h ` for help
3737- ` hjson file.json ` will convert to Hjson.
@@ -172,7 +172,7 @@ jsonObject.toString(); // plain
172172
173173# API
174174
175- [ Documentation] ( http://laktak .github.io/hjson-java/ )
175+ [ Documentation] ( http://hjson .github.io/hjson-java/ )
176176
177177# History
178178
Original file line number Diff line number Diff line change 11
2- VERSION_NAME =2.0.0
2+ VERSION_NAME =2.0.1
33VERSION_CODE =0
44GROUP =org.hjson
55
@@ -8,12 +8,12 @@ POM_ARTIFACT_ID=hjson
88POM_PACKAGING =jar
99
1010POM_DESCRIPTION =Hjson, the Human JSON
11- POM_URL =https://github.com/laktak /hjson-java
12- POM_SCM_URL =https://github.com/laktak /hjson-java
13- POM_SCM_CONNECTION =scm:
[email protected] :
laktak /hjson-java.git
14- POM_SCM_DEV_CONNECTION =scm:
[email protected] :
laktak /hjson-java.git
11+ POM_URL =https://github.com/hjson /hjson-java
12+ POM_SCM_URL =https://github.com/hjson /hjson-java
13+ POM_SCM_CONNECTION =scm:
[email protected] :
hjson /hjson-java.git
14+ POM_SCM_DEV_CONNECTION =scm:
[email protected] :
hjson /hjson-java.git
1515POM_LICENCE_NAME =The MIT License (MIT)
16- POM_LICENCE_URL =https://github.com/laktak /hjson-java/blob/master/LICENSE
16+ POM_LICENCE_URL =https://github.com/hjson /hjson-java/blob/master/LICENSE
1717POM_LICENCE_DIST =repo
1818POM_DEVELOPER_ID =laktak
1919POM_DEVELOPER_NAME =Christian Zangl
Original file line number Diff line number Diff line change 11# hjson-java History
22
3+ - v2.0.1
4+ - move to hjson org
35- v2.0.0
46 - fix quoteless string starting with punctuator
57 - add cli
You can’t perform that action at this time.
0 commit comments