Skip to content

Commit

Permalink
released 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodavid committed Jul 24, 2018
1 parent 787f99f commit 5d8f080
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.0] - 2017-07-24

### Dependencies
- CUBA 6.7.x

## [0.2.1] - 2017-09-28

Expand Down
26 changes: 7 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,12 @@ You can define your own health checks at development time or at runtime that wil

## Installation

1. Add the following maven repository `https://dl.bintray.com/mariodavid/cuba-components` to the build.gradle of your CUBA application:


buildscript {

//...

repositories {

// ...

maven {
url "https://dl.bintray.com/mariodavid/cuba-components"
}
}

// ...
}

1. `health-check` is available in the [CUBA marketplace](https://www.cuba-platform.com/marketplace)
2. Select a version of the add-on which is compatible with the platform version used in your project:

| Platform Version | Add-on Version |
| ---------------- | -------------- |
| 6.7.x | 0.3.x |
| 6.6.x | 0.2.x |
| 6.5.x | 0.1.x |

Expand All @@ -57,6 +40,11 @@ Add custom application component to your project:
* Artifact name: `health-check-global`
* Version: *add-on version*

```groovy
dependencies {
appComponent("de.diedavids.cuba.healthcheck:health-check-global:*addon-version*")
}
```

## Health check overview

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cuba {
artifact {
group = 'de.diedavids.cuba.healthcheck'
version = '0.3.0'
isSnapshot = true
isSnapshot = false
}
tomcat {
dir = "$project.rootDir/deploy/tomcat"
Expand Down

0 comments on commit 5d8f080

Please sign in to comment.