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/02/17 12:37:17 UTC

[02/50] [abbrv] incubator-taverna-commandline git commit: Replaced hard coded version number for T3-1195

Replaced hard coded version number for T3-1195


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

Branch: refs/heads/master
Commit: 265416c409ef99de3334f3aa1aed40ecc8373d39
Parents: 5af799a
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Wed Jul 2 14:58:35 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Wed Jul 2 14:58:35 2014 +0100

----------------------------------------------------------------------
 taverna-commandline-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/265416c4/taverna-commandline-common/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-common/pom.xml b/taverna-commandline-common/pom.xml
index 597a83d..b2f4e93 100644
--- a/taverna-commandline-common/pom.xml
+++ b/taverna-commandline-common/pom.xml
@@ -13,7 +13,7 @@
 		<dependency>
 			<groupId>net.sf.taverna.t2.taverna-commandline</groupId>
 			<artifactId>taverna-commandline-api</artifactId>
-			<version>2.0.1-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 
 		<dependency>