Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Biacode committed Oct 3, 2019
1 parent 687afd9 commit b0ccd0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# escommons
Elasticsearch commons library.

# Dependencies
Gradle
```groovy
implementation "org.biacode.escommons:escommons-core:7.3.2_0.0.6"
implementation "org.biacode.escommons:escommons-persistence:7.3.2_0.0.6"
implementation "org.biacode.escommons:escommons-starter-core:7.3.2_0.0.6"
implementation "org.biacode.escommons:escommons-test:7.3.2_0.0.6"
```

| CI | Status |
| :---: | :---: |
| Travis | [![Build Status](https://travis-ci.org/Biacode/escommons.svg?branch=master)](https://travis-ci.org/Biacode/escommons) |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ allprojects {
}

group = 'org.biacode.escommons'
version = '7.3.2_0.0.6-SNAPSHOT'
version = '7.3.2_0.0.6'
sourceCompatibility = 1.8

configurations.all {
Expand Down

0 comments on commit b0ccd0d

Please sign in to comment.