Skip to content

Commit 8fabe4a

Browse files
committed
move repo to hjson org
1 parent a90c7ae commit 8fabe4a

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION_NAME=2.0.0
2+
VERSION_NAME=2.0.1
33
VERSION_CODE=0
44
GROUP=org.hjson
55

@@ -8,12 +8,12 @@ POM_ARTIFACT_ID=hjson
88
POM_PACKAGING=jar
99

1010
POM_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
1515
POM_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
1717
POM_LICENCE_DIST=repo
1818
POM_DEVELOPER_ID=laktak
1919
POM_DEVELOPER_NAME=Christian Zangl

history.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

0 commit comments

Comments
 (0)