You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/02/13 21:01:47 UTC

[23/26] incubator-taverna-language git commit: TAVERNA-892 Use Jena 3.0.0 for now

TAVERNA-892 Use Jena 3.0.0 for now


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/20308436
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/20308436
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/20308436

Branch: refs/heads/master
Commit: 2030843625f2f37f6af6f50a863461344e5f4c96
Parents: df934ff
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 13 18:36:53 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 13 18:36:53 2016 +0000

----------------------------------------------------------------------
 pom.xml                  |  3 +--
 taverna-robundle/pom.xml | 10 +---------
 2 files changed, 2 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/20308436/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a7c520..9498e55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 		and workflow inputs/outputs/run (DataBundle).
 	</description>
 	<properties>
-		<jena.version>3.0.0</jena.version> <!-- TAVERNA-892 -->
+		<jena.version>3.0.0</jena.version> <!-- TAVERNA-892 - avoid 3.0.1 -->
 	</properties>
 
 	<build>
@@ -40,7 +40,6 @@
 			<plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-javadoc-plugin</artifactId>
-    <version>2.9</version>
     <executions>
         <execution>
             <id>attach-javadocs</id>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/20308436/taverna-robundle/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-robundle/pom.xml b/taverna-robundle/pom.xml
index e51f5c8..561adfc 100644
--- a/taverna-robundle/pom.xml
+++ b/taverna-robundle/pom.xml
@@ -50,18 +50,10 @@
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
 		</dependency>
-    <!--
-		<dependency>
-			<groupId>com.github.jsonld-java</groupId>
-			<artifactId>jsonld-java</artifactId>
-			<version>${jsonld.version}</version>
-			<scope>test</scope>
-		</dependency>
-    -->
 		<dependency>
 			<groupId>commons-configuration</groupId>
 			<artifactId>commons-configuration</artifactId>
-			<version>1.9</version>
+			<version>${commons.configuration.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>