From f80d5a6ab4c16d170aa7501d08e9e33298992b68 Mon Sep 17 00:00:00 2001 From: Tobias Schaefer Date: Fri, 14 Jul 2023 14:56:26 +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 0a42edc2..014eeb18 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,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.14.0") +implementation("info.novatec:micronaut-camunda-bpm-feature:2.15.0") runtimeOnly("com.h2database:h2") ``` @@ -293,7 +293,7 @@ Add the dependency to the pom.xml file: info.novatec micronaut-camunda-bpm-feature - 2.14.0 + 2.15.0 com.h2database @@ -459,7 +459,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.14.0") { +implementation("info.novatec:micronaut-camunda-bpm-feature:2.15.0") { exclude group: 'org.camunda.bpm.webapp', module: 'camunda-webapp-webjar' exclude group: 'org.camunda.bpm', module: 'camunda-engine' } @@ -476,7 +476,7 @@ In `pom.xml`: info.novatec micronaut-camunda-bpm-feature - 2.14.0 + 2.15.0 org.camunda.bpm.webapp @@ -985,13 +985,14 @@ Other combinations might also work but have not been tested. | Release | Micronaut | Camunda | |---------|-----------|---------| -| 2.14.0 | 3.9.0 | 7.19.0 | +| 2.15.0 | 3.9.4 | 7.19.0 |
Click to see older releases | Release | Micronaut | Camunda | |--------|-----------|--------| +| 2.14.0 | 3.9.0 | 7.19.0 | | 2.13.0 | 3.8.9 | 7.19.0 | | 2.12.0 | 3.8.0 | 7.18.0 | | 2.11.1 | 3.7.3 | 7.18.0 |