Skip to content

Commit

Permalink
Update readme with automatic version information
Browse files Browse the repository at this point in the history
  • Loading branch information
ndtaylor committed Jan 12, 2016
1 parent a460680 commit a6edd9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ repositories {
}
dependencies {
compile 'com.workday:metajava:1.0'
compile "com.workday:metajava:$metajava_version"
}
```

## Build Status

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.workday/metajava/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.workday/metajava) [![Build Status](https://travis-ci.org/Workday/metajava.svg?branch=master)](https://travis-ci.org/Workday/metajava)

0 comments on commit a6edd9f

Please sign in to comment.