From 8bda400bb9bf6a2411ad6aaf75bbbce475cd03c7 Mon Sep 17 00:00:00 2001 From: Tobias Schaefer Date: Sat, 5 Oct 2024 08:21:21 +0200 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 8351d8ce..503837ca 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ If you create a new project then simply use the feature `features=camunda-platfo Add the dependency to the build.gradle file: ```groovy -implementation("info.novatec:micronaut-camunda-bpm-feature:2.17.0") +implementation("info.novatec:micronaut-camunda-bpm-feature:2.18.1") runtimeOnly("com.h2database:h2") ``` @@ -274,7 +274,7 @@ Add the dependency to the pom.xml file: info.novatec micronaut-camunda-bpm-feature - 2.17.0 + 2.18.1 com.h2database @@ -440,7 +440,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.17.0") { +implementation("info.novatec:micronaut-camunda-bpm-feature:2.18.1") { exclude group: 'org.camunda.bpm.webapp', module: 'camunda-webapp-webjar' exclude group: 'org.camunda.bpm', module: 'camunda-engine' } @@ -457,7 +457,7 @@ In `pom.xml`: info.novatec micronaut-camunda-bpm-feature - 2.17.0 + 2.18.1 org.camunda.bpm.webapp @@ -962,13 +962,14 @@ Other combinations might also work but have not been tested. | Release | Micronaut | Camunda | |---------|-----------|---------| -| 2.17.0 | 3.9.4 | 7.21.0 | +| 2.18.0 | 3.9.4 | 7.22.0 |
Click to see older releases | Release | Micronaut | Camunda | |--------|-----------|--------| +| 2.17.0 | 3.9.4 | 7.21.0 | | 2.16.0 | 3.9.4 | 7.20.0 | | 2.15.0 | 3.9.4 | 7.19.0 | | 2.14.0 | 3.9.0 | 7.19.0 |