Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangupta committed Jan 14, 2016
1 parent 7233fb9 commit c864e1b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ domain-objects
==============

[![Build Status](https://travis-ci.org/sangupta/domain-objects.svg?branch=master)](https://travis-ci.org/sangupta/domain-objects)
[![Coverage Status](https://coveralls.io/repos/sangupta/domain-objects/badge.png)](https://coveralls.io/r/sangupta/domain-objects)
[![Coverage Status](https://coveralls.io/repos/sangupta/domain-objects/badge.svg?branch=master&service=github)](https://coveralls.io/github/sangupta/domain-objects?branch=master)
[![Maven Version](https://maven-badges.herokuapp.com/maven-central/com.sangupta/domain-objects/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.sangupta/domain-objects)


Expand All @@ -23,7 +23,8 @@ The library is tested on the following JDK versions:
* Oracle JDK 7
* Open JDK 7

**Change Log**
Change Log
----------

Downloads
---------
Expand Down Expand Up @@ -54,8 +55,8 @@ Then add the dependency as,
```xml
<dependency>
<groupId>com.github.sangupta</groupId>
<artifactId>jerry-core</artifactId>
<version>1.0.1-SNAPSHOT</version>
<artifactId>domain-objects</artifactId>
<version>CURRENT-SNAPSHOT-VERSION</version>
</dependency>
```

Expand Down

0 comments on commit c864e1b

Please sign in to comment.