Update jenatools dependency to 1.2.0-SNAPSHOT (#75)

* Update jenatools dependency to 1.2.0-SNAPSHOT

Related to: https://jira.duraspace.org/browse/VIVO-1520

* Add Sonatype snapshot repository

Related to: https://jira.duraspace.org/browse/VIVO-1520
This commit is contained in:
Andrew Woods 2018-05-30 14:47:11 -04:00 committed by hudajkhan
parent 111c0a8ee5
commit 1570f52957
2 changed files with 17 additions and 2 deletions

View file

@ -69,13 +69,13 @@
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>jena2tools</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>jena3tools</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>
</dependencies>