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/06/30 11:37:46 UTC

incubator-taverna-server git commit: Use engine 3.1.0, commandline 3.1.0

Repository: incubator-taverna-server
Updated Branches:
  refs/heads/master 1590003fe -> b8fc61d45


Use engine 3.1.0, commandline 3.1.0


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

Branch: refs/heads/master
Commit: b8fc61d458eb52c6fe0dc94457b069eb3d306ad9
Parents: 1590003
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 30 12:37:29 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 30 12:37:29 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/b8fc61d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b5b448..49a07aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@ executing.</description>
     <!-- versions of Taverna dependencies -->
     <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-SNAPSHOT</taverna.engine.version>
-    <taverna.commandline.version>3.1.0-incubating-SNAPSHOT</taverna.commandline.version>
+    <taverna.engine.version>3.1.0-incubating</taverna.engine.version>
+    <taverna.commandline.version>3.1.0-incubating</taverna.commandline.version>
 
 
 	</properties>