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/06/25 15:09:06 UTC

[4/5] incubator-taverna-language git commit: airline version from super-pom

airline version from super-pom


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/979b35c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/979b35c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/979b35c0

Branch: refs/heads/master
Commit: 979b35c0f7dc2b9d1e7f387e0f0dca922ce81f38
Parents: 2f8966a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 25 14:05:41 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 25 14:05:41 2015 +0100

----------------------------------------------------------------------
 pom.xml                              | 2 +-
 taverna-language-commandline/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/979b35c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c417868..50b74d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.taverna</groupId>
 		<artifactId>taverna-parent</artifactId>
-		<version>1-incubating-SNAPSHOT</version>
+		<version>2-incubating-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.taverna.language</groupId>
 	<artifactId>taverna-language</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/979b35c0/taverna-language-commandline/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-language-commandline/pom.xml b/taverna-language-commandline/pom.xml
index 0616f66..10d1072 100644
--- a/taverna-language-commandline/pom.xml
+++ b/taverna-language-commandline/pom.xml
@@ -20,7 +20,7 @@
     <parent>
       	<groupId>org.apache.taverna.language</groupId>
       	<artifactId>taverna-language</artifactId>
-      	<version>0.15.0-incubating-SNAPSHOT</version>
+      	<version>0.15.1-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>taverna-language-commandline</artifactId>
     <name>Apache Taverna Language Commandline</name>
@@ -96,6 +96,7 @@
         <dependency>
 	    	<groupId>io.airlift</groupId>
 	    	<artifactId>airline</artifactId>
+        <version>${io.airlift.airline.version}</version>
 		</dependency>