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 2019/03/25 18:29:41 UTC

[incubator-taverna-common-activities] branch master updated: newer taverna-maven-parent

This is an automated email from the ASF dual-hosted git repository.

stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-common-activities.git


The following commit(s) were added to refs/heads/master by this push:
     new 8011a2d  newer taverna-maven-parent
8011a2d is described below

commit 8011a2dab30a0606eaed70b1091b97ff2acc2605
Author: Stian Soiland-Reyes <st...@apache.org>
AuthorDate: Mon Mar 25 18:29:34 2019 +0000

    newer taverna-maven-parent
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3397b51..9e935d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.taverna</groupId>
         <artifactId>apache-taverna-parent</artifactId>
-        <version>3-incubating</version>
+        <version>4-incubating-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.taverna.commonactivities</groupId>
     <artifactId>apache-taverna-common-activities</artifactId>
@@ -32,7 +32,7 @@
     <properties>
 
         <!-- Taverna dependency versions -->
-        <taverna.language.version>0.15.0-incubating</taverna.language.version>
+        <taverna.language.version>0.16.0-incubating-SNAPSHOT</taverna.language.version>
         <taverna.osgi.version>0.2.1-incubating</taverna.osgi.version>
         <taverna.engine.version>3.1.0-incubating</taverna.engine.version>