Skip to content

Commit

Permalink
#265 Prepare 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoraka committed Jul 1, 2017
1 parent df14524 commit 33c0e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Release [NOTES](RELEASE_NOTES.md)
* **Docker** - environment preparation

**Development**
* **ELK Stack** (Elasticsearch, Logstash, Kibana) - logs analyzing
* **Elastic Stack** (Elasticsearch, Logstash, Kibana) - logs analyzing

### Spring profiles
Application is configurable and it's possible to run many configurations. Here is a list
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
version = '0.8-SNAPSHOT'
version = '0.8'

ext {
taskGroupName = 'AV-service'
Expand Down

0 comments on commit 33c0e99

Please sign in to comment.