Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github:markenwerk/java-utils-json-parser.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Krause committed Apr 15, 2016
2 parents 2f68f9e + 3f1cefb commit 032dd6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# An event based JSON parser for Java

[![Build Status](https://travis-ci.org/markenwerk/java-utils-json-parser.svg?branch=master)](https://travis-ci.org/markenwerk/java-utils-json-parser)
[![Coverage Status](https://coveralls.io/repos/github/markenwerk/java-utils-data-fetcher/badge.svg?branch=master)](https://coveralls.io/github/markenwerk/java-utils-data-fetcher?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/markenwerk/java-utils-json-parser/badge.svg?branch=master)](https://coveralls.io/github/markenwerk/java-utils-json-parser?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/57100ec5fcd19a0039f16fa4/badge.svg)](https://www.versioneye.com/user/projects/57100ec5fcd19a0039f16fa4)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-json-parser/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.markenwerk/utils-json-parser)
[![Issues](https://img.shields.io/github/issues/markenwerk/java-utils-json-parser.svg)](https://github.com/markenwerk/java-utils-json-parser/issues)
[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/markenwerk/java-utils-json-parser/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 032dd6f

Please sign in to comment.