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 2018/06/29 12:53:53 UTC

incubator-taverna-plugin-bioinformatics git commit: T2 dependencies.. kind of

Repository: incubator-taverna-plugin-bioinformatics
Updated Branches:
  refs/heads/master de5a8a581 -> 84f0d61ce


T2 dependencies.. kind of


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/commit/84f0d61c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/tree/84f0d61c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/diff/84f0d61c

Branch: refs/heads/master
Commit: 84f0d61ce959acccdbd29ea7d9c98baf03a0bb7e
Parents: de5a8a5
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jun 29 13:53:41 2018 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jun 29 13:53:41 2018 +0100

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/blob/84f0d61c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 48c1590..d17627a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,11 +28,19 @@
 	<name>Bioinformatics plugin for Taverna</name>
   <url>https://github.com/apache/incubator-taverna-plugin-bioinformatics</url>  
   <properties>
+	  <!-- Apache Taverna 3 -->
     <taverna.language.version>0.15.1-incubating</taverna.language.version>
     <taverna.osgi.version>0.2.1-incubating</taverna.osgi.version>
     <taverna.engine.version>3.1.0-incubating</taverna.engine.version>
     <taverna.commonactivities.version>2.1.0-incubating</taverna.commonactivities.version>
 
+    <!-- Update for Taverna 2.x -->
+    <t2.activities.version>1.5</t2.activities.version>
+    <t2.core.version>1.5</t2.core.version>
+    <t2.ui.api.version>2.5</t2.ui.api.version>
+    <t2.ui.impl.version>2.5</t2.ui.impl.version>
+
+
     <!-- TODO: Only keep the versions needed -->
 
     <activation.version>1.1.1</activation.version>
@@ -127,6 +135,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+    <version>2.4.0</version>
         <extensions>true</extensions>
       </plugin>
       </plugins>