From ee4be710a45ecb5be33ec782a0adbe437d1c188a Mon Sep 17 00:00:00 2001 From: Tobias Schaefer Date: Fri, 26 Nov 2021 10:49:37 +0100 Subject: [PATCH] Update README.md: maven coordinates of current release and compatibility matrix. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29e8f4c4..52120b59 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ You have the following options to integrate the Camunda integration: Add the dependency to the build.gradle file: ```groovy - implementation("info.novatec:micronaut-camunda-bpm-feature:2.2.0") + implementation("info.novatec:micronaut-camunda-bpm-feature:2.3.0") runtimeOnly("com.h2database:h2") ``` @@ -118,7 +118,7 @@ You have the following options to integrate the Camunda integration: info.novatec micronaut-camunda-bpm-feature - 2.2.0 + 2.3.0 com.h2database @@ -434,7 +434,7 @@ on how to do that. Keep in mind using the correct version of the libraries. In `build.gradle`: ```groovy -implementation("info.novatec:micronaut-camunda-bpm-feature:2.2.0") { +implementation("info.novatec:micronaut-camunda-bpm-feature:2.3.0") { exclude group: 'org.camunda.bpm.webapp', module: 'camunda-webapp-webjar' exclude group: 'org.camunda.bpm', module: 'camunda-engine' } @@ -451,7 +451,7 @@ In `pom.xml`: info.novatec micronaut-camunda-bpm-feature - 2.2.0 + 2.3.0 org.camunda.bpm.webapp @@ -932,13 +932,14 @@ Other combinations might also work but have not been tested. | Release |Micronaut | Camunda | |--------|--------|--------| -| 2.2.0 | 3.1.1 | 7.16.0 | +| 2.3.0 | 3.2.0 | 7.16.0 |
Click to see older releases | Release |Micronaut | Camunda | |--------|--------|--------| +| 2.2.0 | 3.1.1 | 7.16.0 | | 2.1.0 | 3.1.0 | 7.16.0 | | 2.0.0 | 3.0.0 | 7.15.0 | | 1.1.0 | 2.5.12 | 7.15.0 |