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/23 11:35:42 UTC

[27/58] [abbrv] incubator-taverna-plugin-component git commit: taverna-plugin-component as parent

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

Branch: refs/heads/master
Commit: b3801eddada1f3fd37f1c09b1892be59c3291a02
Parents: 74b711e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 21 17:28:10 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 21 17:28:10 2015 +0000

----------------------------------------------------------------------
 taverna-component-repository-api/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/b3801edd/taverna-component-repository-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/pom.xml b/taverna-component-repository-api/pom.xml
index 72c9560..1dc342b 100644
--- a/taverna-component-repository-api/pom.xml
+++ b/taverna-component-repository-api/pom.xml
@@ -3,9 +3,9 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.apache.taverna.engine</groupId>
-		<artifactId>taverna-engine</artifactId>
-		<version>3.1.0-incubating-SNAPSHOT</version>
+    <groupId>org.apache.taverna.component</groupId>
+    <artifactId>taverna-plugin-component</artifactId>
+    <version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-component-repository-api</artifactId>
 	<packaging>bundle</packaging>