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 2015/03/29 23:31:07 UTC

incubator-taverna-workbench-product git commit: ${jena.version}

Repository: incubator-taverna-workbench-product
Updated Branches:
  refs/heads/master 768358105 -> 637249efc


${jena.version}


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/commit/637249ef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/tree/637249ef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/diff/637249ef

Branch: refs/heads/master
Commit: 637249efc9059862a8b158edb4c1d248d80c45b1
Parents: 7683581
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Mar 29 22:30:49 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Mar 29 22:30:57 2015 +0100

----------------------------------------------------------------------
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/637249ef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7d9238d..b20bc33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -673,12 +673,10 @@
 			<artifactId>httpcore-osgi</artifactId>
 			<version>4.2.5</version>
 		</dependency>
-		<!-- Jena bundle needed by jsonld-java-jena -->
-		<!-- See https://github.com/stain/jena/tree/jena-bundle/jena-bundle -->
 		<dependency>
 			<groupId>org.apache.jena</groupId>
-			<artifactId>jena-bundle</artifactId>
-			<version>2.11.0-SNAPSHOT</version>
+			<artifactId>jena-osgi</artifactId>
+      <version>${jena.version}</version>
 		</dependency>
 		<!-- slf4j implementation -->
 		<dependency>