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 authored and arolfes committed Mar 12, 2021
1 parent bab915a commit d751b2f
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 @@ -76,7 +76,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.19.0")
implementation("info.novatec:micronaut-camunda-bpm-feature:0.20.0")
runtimeOnly("com.h2database:h2")
```

Expand All @@ -89,7 +89,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.19.0</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -354,7 +354,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:0.19.0") {
implementation("info.novatec:micronaut-camunda-bpm-feature:0.20.0") {
exclude group: 'org.camunda.bpm.webapp', module: 'camunda-webapp-webjar'
exclude group: 'org.camunda.bpm', module: 'camunda-engine'
}
Expand All @@ -371,7 +371,7 @@ In `pom.xml`:
<dependency>
<groupId>info.novatec</groupId>
<artifactId>micronaut-camunda-bpm-feature</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
<exclusions>
<exclusion>
<groupId>org.camunda.bpm.webapp</groupId>
Expand Down Expand Up @@ -639,13 +639,14 @@ Other combinations might also work but have not been tested.

| Release |Micronaut | Camunda |
|--------|-------|--------|
| 0.19.0 | 2.3.4 | 7.14.0 |
| 0.20.0 | 2.4.0 | 7.14.0 |

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

| Release |Micronaut | Camunda |
|--------|-------|--------|
| 0.19.0 | 2.3.4 | 7.14.0 |
| 0.18.1 | 2.3.3 | 7.14.0 |
| 0.18.0 | 2.3.2 | 7.14.0 |
| 0.17.0 | 2.3.2 | 7.14.0 |
Expand Down

0 comments on commit d751b2f

Please sign in to comment.