Repository: incubator-taverna-plugin-component
Updated Branches:
  refs/heads/master 72ede59e7 -> b7b61e713


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

Branch: refs/heads/master
Commit: 09a209b84ef9db8821e81600879bb17a4304b1cb
Parents: 72ede59
Author: Stian Soiland-Reyes <[email protected]>
Authored: Fri Jun 29 11:39:18 2018 +0100
Committer: Stian Soiland-Reyes <[email protected]>
Committed: Fri Jun 29 11:50:02 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/09a209b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4825360..e996ced 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,16 +20,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.taverna</groupId>
-               <artifactId>apache-taverna-parent</artifactId>
-               <version>3-incubating</version>
-       </parent>
-       <groupId>org.apache.taverna.component</groupId>
-       <artifactId>apache-taverna-plugin-component</artifactId>
-       <version>2.1.0-incubating-SNAPSHOT</version>
+       <groupId>io.github.taverna-extras.component</groupId>
+       <artifactId>taverna-plugin-component</artifactId>
+       <version>2.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
-       <name>Apache Taverna Plugin for Component activity</name>
+       <name>Taverna Plugin for Component activity</name>
   <properties>
     <taverna.language.version>0.15.1-incubating</taverna.language.version>
     <taverna.osgi.version>0.2.1-incubating</taverna.osgi.version>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/09a209b8/taverna-component-activity-ui/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity-ui/pom.xml 
b/taverna-component-activity-ui/pom.xml
index 0cd1734..2c28f27 100644
--- a/taverna-component-activity-ui/pom.xml
+++ b/taverna-component-activity-ui/pom.xml
@@ -17,29 +17,11 @@
     limitations under the License.
 
 -->
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        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.component</groupId>
+               <groupId>io.github.taverna-extras.component</groupId>
                <artifactId>apache-taverna-plugin-component</artifactId>
                <version>2.1.0-incubating-SNAPSHOT</version>
        </parent>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/09a209b8/taverna-component-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/pom.xml 
b/taverna-component-activity/pom.xml
index 9410910..6bffac2 100644
--- a/taverna-component-activity/pom.xml
+++ b/taverna-component-activity/pom.xml
@@ -21,7 +21,7 @@
        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.component</groupId>
+               <groupId>io.github.taverna-extras.component</groupId>
                <artifactId>apache-taverna-plugin-component</artifactId>
                <version>2.1.0-incubating-SNAPSHOT</version>
        </parent>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/09a209b8/taverna-component-repository-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/pom.xml 
b/taverna-component-repository-api/pom.xml
index e5e7da9..e5c6174 100644
--- a/taverna-component-repository-api/pom.xml
+++ b/taverna-component-repository-api/pom.xml
@@ -21,7 +21,7 @@
        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.component</groupId>
+    <groupId>io.github.taverna-extras</groupId>
     <artifactId>apache-taverna-plugin-component</artifactId>
     <version>2.1.0-incubating-SNAPSHOT</version>
        </parent>

Reply via email to