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 2016/02/17 14:06:00 UTC

incubator-taverna-plugin-component git commit: TAVERNA-862 apache-taverna-plugin-component

Repository: incubator-taverna-plugin-component
Updated Branches:
  refs/heads/master 68dd85568 -> c3eefe298


TAVERNA-862 apache-taverna-plugin-component


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

Branch: refs/heads/master
Commit: c3eefe298a1ebf31694c500c2b5039eaca13b5d1
Parents: 68dd855
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 17 13:05:53 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 17 13:05:53 2016 +0000

----------------------------------------------------------------------
 pom.xml                                  | 6 +++---
 taverna-component-activity-ui/pom.xml    | 2 +-
 taverna-component-activity/pom.xml       | 2 +-
 taverna-component-repository-api/pom.xml | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/c3eefe29/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 072790f..918f27c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,11 +3,11 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna</groupId>
-		<artifactId>taverna-parent</artifactId>
-		<version>2-incubating</version>
+		<artifactId>apache-taverna-parent</artifactId>
+		<version>2-incubating-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.taverna.component</groupId>
-	<artifactId>taverna-plugin-component</artifactId>
+	<artifactId>apache-taverna-plugin-component</artifactId>
 	<version>2.1.0-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Taverna Plugin for Component activity</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/c3eefe29/taverna-component-activity-ui/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/pom.xml b/taverna-component-activity-ui/pom.xml
index 8a810ae..f9b08b9 100644
--- a/taverna-component-activity-ui/pom.xml
+++ b/taverna-component-activity-ui/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.component</groupId>
-		<artifactId>taverna-plugin-component</artifactId>
+		<artifactId>apache-taverna-plugin-component</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>component-activity-ui</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/c3eefe29/taverna-component-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/pom.xml b/taverna-component-activity/pom.xml
index c052db2..5006b03 100644
--- a/taverna-component-activity/pom.xml
+++ b/taverna-component-activity/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.component</groupId>
-		<artifactId>taverna-plugin-component</artifactId>
+		<artifactId>apache-taverna-plugin-component</artifactId>
 		<version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-component-activity</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/c3eefe29/taverna-component-repository-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/pom.xml b/taverna-component-repository-api/pom.xml
index 421073a..7f409a6 100644
--- a/taverna-component-repository-api/pom.xml
+++ b/taverna-component-repository-api/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
     <groupId>org.apache.taverna.component</groupId>
-    <artifactId>taverna-plugin-component</artifactId>
+    <artifactId>apache-taverna-plugin-component</artifactId>
     <version>2.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-component-repository-api</artifactId>