correct version number for jitpack is v1.0.1

This commit is contained in:
Raimund Hocke 2017-03-11 13:39:38 +01:00 committed by Samuel Carlsson
parent 60cdc182ab
commit 7830215c53

View File

@ -64,7 +64,7 @@ project name and tag ignoring actual values from pom.xml. So you need to write:
<dependency>
<groupId>com.github.vidstige</groupId>
<artifactId>jadb</artifactId>
<version>v1.1</version>
<version>v1.0.1</version>
</dependency>
```