Skip to content

Commit

Permalink
Merge branch 'release/1.0.20160606082444'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwtodd committed Jun 6, 2016
2 parents 4ee9703 + b633a43 commit 219dce2
Show file tree
Hide file tree
Showing 25 changed files with 12,135 additions and 27 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Autumn

build:master [![Build Status](https://api.travis-ci.org/intuit/Autumn.svg?branch=master)](https://travis-ci.org/intuit/Autumn)
build:develop [![Build Status](https://api.travis-ci.org/intuit/Autumn.svg?branch=develop)](https://travis-ci.org/intuit/Autumn)
[![Build Status](https://api.travis-ci.org/intuit/Autumn.svg?branch=master)](https://travis-ci.org/intuit/Autumn)
[![Build Status](https://api.travis-ci.org/intuit/Autumn.svg?branch=develop)](https://travis-ci.org/intuit/Autumn)
[![Coverage Status](https://coveralls.io/repos/github/intuit/Autumn/badge.svg?branch=develop)](https://coveralls.io/github/intuit/Autumn?branch=develop)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.intuit.data.autumn/autumn/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.intuit.data.autumn/autumn)
[![Apache 2](http://img.shields.io/badge/license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Apache 2](http://img.shields.io/badge/license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Join the chat at https://gitter.im/intuit/Autumn](https://badges.gitter.im/intuit/Autumn.svg)](https://gitter.im/intuit/Autumn?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Project <a href="https://github.com/intuit/Autumn/blob/develop/misc/autumn_sm.png" target="_blank"><img src="https://github.com/intuit/Autumn/blob/develop/misc/autumn_sm.png" alt="Autumn" style="max-width:15%;"></a>

Expand Down Expand Up @@ -46,8 +47,10 @@ article for more details about how to contribute.

```bash
% /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
% for f in "git git-flow-avh maven"; do brew install $f; fi
% for c in "java"; do brew cask install $c; fi
% brew install git
% brew install git-flow-avh
% brew install maven
% brew cask install java
```

### Build
Expand Down Expand Up @@ -75,6 +78,7 @@ article for more details about how to contribute.
<version>1.0.20160513005034</version>
</dependency>
```

### Test

Java
Expand Down
Loading

0 comments on commit 219dce2

Please sign in to comment.