Skip to content

Commit

Permalink
move repo to hjson org
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Aug 17, 2016
1 parent a90c7ae commit 8fabe4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hjson-java

[![Build Status](https://img.shields.io/travis/laktak/hjson-java.svg?style=flat-square)](http://travis-ci.org/laktak/hjson-java)
[![Build Status](https://img.shields.io/travis/hjson/hjson-java.svg?style=flat-square)](http://travis-ci.org/hjson/hjson-java)
[![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)
[![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)

Expand Down Expand Up @@ -31,7 +31,7 @@ The Java implementation of Hjson is based on [minimal-json](https://github.com/r

# CLI

You can install the Hjson command line tool by downloading and unpacking the latest [*hjson.zip*](https://github.com/laktak/hjson-java/releases).
You can install the Hjson command line tool by downloading and unpacking the latest [*hjson.zip*](https://github.com/hjson/hjson-java/releases).

- run `hjson -h` for help
- `hjson file.json` will convert to Hjson.
Expand Down Expand Up @@ -172,7 +172,7 @@ jsonObject.toString(); // plain

# API

[Documentation](http://laktak.github.io/hjson-java/)
[Documentation](http://hjson.github.io/hjson-java/)

# History

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION_NAME=2.0.0
VERSION_NAME=2.0.1
VERSION_CODE=0
GROUP=org.hjson

Expand All @@ -8,12 +8,12 @@ POM_ARTIFACT_ID=hjson
POM_PACKAGING=jar

POM_DESCRIPTION=Hjson, the Human JSON
POM_URL=https://github.com/laktak/hjson-java
POM_SCM_URL=https://github.com/laktak/hjson-java
POM_SCM_CONNECTION=scm:git@github.com:laktak/hjson-java.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:laktak/hjson-java.git
POM_URL=https://github.com/hjson/hjson-java
POM_SCM_URL=https://github.com/hjson/hjson-java
POM_SCM_CONNECTION=scm:git@github.com:hjson/hjson-java.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:hjson/hjson-java.git
POM_LICENCE_NAME=The MIT License (MIT)
POM_LICENCE_URL=https://github.com/laktak/hjson-java/blob/master/LICENSE
POM_LICENCE_URL=https://github.com/hjson/hjson-java/blob/master/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=laktak
POM_DEVELOPER_NAME=Christian Zangl
2 changes: 2 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# hjson-java History

- v2.0.1
- move to hjson org
- v2.0.0
- fix quoteless string starting with punctuator
- add cli
Expand Down

0 comments on commit 8fabe4a

Please sign in to comment.