Skip to content

Commit

Permalink
Update readme for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlidim committed Jan 14, 2020
1 parent 63138a0 commit 60fa921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ mvn clean install
<dependency>
<groupId>de.pawlidi</groupId>
<artifactId>jBPMRest</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

### Gradle ###
```
dependencies {
compile group: 'de.pawlidi', name: 'jBPMRest', version: '1.0.3'
compile group: 'de.pawlidi', name: 'jBPMRest', version: '1.0.4'
}
```

### Ivy ###
```
<dependency org="de.pawlidi" name="jBPMRest" rev="1.0.3"/>
<dependency org="de.pawlidi" name="jBPMRest" rev="1.0.4"/>
```

### Example ###
Expand Down

0 comments on commit 60fa921

Please sign in to comment.