Skip to content

Commit

Permalink
Update README.md: maven coordinates of current release and compatibil…
Browse files Browse the repository at this point in the history
…ity matrix.
  • Loading branch information
tobiasschaefer committed Nov 26, 2021
1 parent 2b32f14 commit ee4be71
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
</details>
Expand All @@ -118,7 +118,7 @@ You have the following options to integrate the Camunda integration:
<dependency>
<groupId>info.novatec</groupId>
<artifactId>micronaut-camunda-bpm-feature</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -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'
}
Expand All @@ -451,7 +451,7 @@ In `pom.xml`:
<dependency>
<groupId>info.novatec</groupId>
<artifactId>micronaut-camunda-bpm-feature</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<exclusions>
<exclusion>
<groupId>org.camunda.bpm.webapp</groupId>
Expand Down Expand Up @@ -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 |

<details>
<summary>Click to see older releases</summary>

| 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 |
Expand Down

0 comments on commit ee4be71

Please sign in to comment.