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:46:30 UTC

[03/50] [abbrv] incubator-taverna-plugin-bioinformatics git commit: avoid project.version

avoid project.version


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

Branch: refs/heads/master
Commit: a9546f7371d7bb1dec5baf2eabd8728322d2426a
Parents: 8274e9e
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Mon Oct 27 16:42:44 2014 +0000
Committer: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Committed: Mon Oct 27 16:42:44 2014 +0000

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/blob/a9546f73/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b206e9..21f220e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,7 @@
   </parent>
 	<groupId>net.sf.taverna.t2.activities</groupId>
 	<artifactId>biomoby-activity</artifactId>
+  <version>2.0.1-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Taverna 2 Biomoby Activity</name>
 	<build>
@@ -107,7 +108,7 @@
 		<dependency>
 			<groupId>net.sf.taverna.t2.activities</groupId>
 			<artifactId>activity-test-utils</artifactId>
-			<version>${project.version}</version>
+			<version>${t2.activities.version}</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>