Skip to content

Commit

Permalink
Fix Maven dependendy in README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
weissreto committed Nov 11, 2016
1 parent 063889e commit ca29d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class Person
<dependency>
<groupId>com.axonivy</groupId>
<artifactId>ivymx</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

0 comments on commit ca29d14

Please sign in to comment.