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/08/11 17:29:04 UTC

incubator-taverna-plugin-component git commit: Use release of taverna-language and parent

Repository: incubator-taverna-plugin-component
Updated Branches:
  refs/heads/master f8eac5eb4 -> 787480d09


Use release of taverna-language and parent


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/787480d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/787480d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/787480d0

Branch: refs/heads/master
Commit: 787480d09865469692f5dd3b52d65c3e9318d91e
Parents: f8eac5e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Aug 11 16:28:48 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Aug 11 16:28:48 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/787480d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9e6ffb1..15e60a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.taverna</groupId>
 		<artifactId>taverna-parent</artifactId>
-		<version>1-incubating-SNAPSHOT</version>
+		<version>1-incubating</version>
 	</parent>
 	<groupId>org.apache.taverna.component</groupId>
 	<artifactId>taverna-plugin-component</artifactId>
@@ -12,7 +12,7 @@
 	<packaging>pom</packaging>
 	<name>Apache Taverna Plugin for Component activity</name>
   <properties>
-    <taverna.language.version>0.15.0-incubating-SNAPSHOT</taverna.language.version>
+    <taverna.language.version>0.15.0-incubating</taverna.language.version>
     <taverna.osgi.version>0.2.0-incubating-SNAPSHOT</taverna.osgi.version>
     <taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version>
     <taverna.commonactivities.version>2.1.0-incubating-SNAPSHOT</taverna.commonactivities.version>