Skip to content

Commit

Permalink
Update README with maven coordinates of current release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschaefer committed Jun 19, 2020
1 parent 15010b6 commit e9bdc32
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Do you need an example? See our example application at [/micronaut-camunda-bpm-e
1. (Optionally) create an empty Micronaut project with `mn create-app my-example` or use [Micronaut Launch](https://launch.micronaut.io).
2. Add the dependency in build.gradle:
```
implementation "info.novatec:micronaut-camunda-bpm-feature:0.3.1"
implementation "info.novatec:micronaut-camunda-bpm-feature:0.4.2"
implementation "com.h2database:h2"
implementation "org.camunda.bpm:camunda-engine:7.12.0"
implementation "org.camunda.bpm:camunda-engine:7.13.0"
```

## Add Dependency using Maven
Expand All @@ -55,7 +55,7 @@ implementation "org.camunda.bpm:camunda-engine:7.12.0"
<dependency>
<groupId>info.novatec</groupId>
<artifactId>micronaut-camunda-bpm-feature</artifactId>
<version>0.3.1</version>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand All @@ -64,7 +64,7 @@ implementation "org.camunda.bpm:camunda-engine:7.12.0"
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine</artifactId>
<version>7.12.0</version>
<version>7.13.0</version>
</dependency>
```

Expand Down Expand Up @@ -131,6 +131,7 @@ Other combinations will probably also work but have not been tested.

| Release |Micronaut | Camunda BPM |
|-------|-------|--------|
| 0.4.2 | 1.3.6 | 7.13.0 |
| 0.3.1 | 1.3.5 | 7.12.0 |
| 0.2.2 | 1.3.3 | 7.12.0 |
| 0.2.1 | 1.3.3 | 7.12.0 |
Expand Down

0 comments on commit e9bdc32

Please sign in to comment.