Update pom.xml - jenatools
Change dependency to point to release versions of jena2 and jena3 tools
This commit is contained in:
parent
ab0fcfed4a
commit
2168165b22
1 changed files with 2 additions and 2 deletions
|
@ -69,13 +69,13 @@
|
|||
<dependency>
|
||||
<groupId>org.vivoweb</groupId>
|
||||
<artifactId>jena2tools</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.2.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.vivoweb</groupId>
|
||||
<artifactId>jena3tools</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.2.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Add table
Reference in a new issue