From e9bdc321496bf678c198e51ebf897e8847e379b3 Mon Sep 17 00:00:00 2001 From: Tobias Schaefer Date: Fri, 19 Jun 2020 06:29:31 +0200 Subject: [PATCH] Update README with maven coordinates of current release --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3a1237b..a289f9c0 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Do you need an example? See our example application at [/micronaut-camunda-bpm-e 1. (Optionally) create an empty Micronaut project with `mn create-app my-example` or use [Micronaut Launch](https://launch.micronaut.io). 2. Add the dependency in build.gradle: ``` -implementation "info.novatec:micronaut-camunda-bpm-feature:0.3.1" +implementation "info.novatec:micronaut-camunda-bpm-feature:0.4.2" implementation "com.h2database:h2" -implementation "org.camunda.bpm:camunda-engine:7.12.0" +implementation "org.camunda.bpm:camunda-engine:7.13.0" ``` ## Add Dependency using Maven @@ -55,7 +55,7 @@ implementation "org.camunda.bpm:camunda-engine:7.12.0" info.novatec micronaut-camunda-bpm-feature - 0.3.1 + 0.4.2 com.h2database @@ -64,7 +64,7 @@ implementation "org.camunda.bpm:camunda-engine:7.12.0" org.camunda.bpm camunda-engine - 7.12.0 + 7.13.0 ``` @@ -131,6 +131,7 @@ Other combinations will probably also work but have not been tested. | Release |Micronaut | Camunda BPM | |-------|-------|--------| +| 0.4.2 | 1.3.6 | 7.13.0 | | 0.3.1 | 1.3.5 | 7.12.0 | | 0.2.2 | 1.3.3 | 7.12.0 | | 0.2.1 | 1.3.3 | 7.12.0 |