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 Feb 22, 2021
1 parent da8be6d commit 6298902
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We officially support the following JDKs:
1. Optional: Create an empty Micronaut project using [Micronaut Launch](https://launch.micronaut.io) or alternatively with the CLI: `mn create-app my-example`.
2. Add the dependency to the build.gradle:
```groovy
implementation("info.novatec:micronaut-camunda-bpm-feature:0.17.0")
implementation("info.novatec:micronaut-camunda-bpm-feature:0.18.0")
runtimeOnly("com.h2database:h2")
```

Expand All @@ -81,7 +81,7 @@ Note: The module `micronaut-camunda-bpm-feature` includes the dependency `org.ca
<dependency>
<groupId>info.novatec</groupId>
<artifactId>micronaut-camunda-bpm-feature</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -513,13 +513,14 @@ Other combinations might also work but have not been tested.

| Release |Micronaut | Camunda |
|--------|-------|--------|
| 0.17.0 | 2.3.2 | 7.14.0 |
| 0.18.0 | 2.3.2 | 7.14.0 |

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

| Release |Micronaut | Camunda |
|--------|-------|--------|
| 0.17.0 | 2.3.2 | 7.14.0 |
| 0.16.1 | 2.3.1 | 7.14.0 |
| 0.16.0 | 2.3.0 | 7.14.0 |
| 0.15.0 | 2.3.0 | 7.14.0 |
Expand Down

0 comments on commit 6298902

Please sign in to comment.