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 13:59:30 UTC

[1/2] incubator-taverna-commandline git commit: TAVERNA-862 apache-taverna-commandline

Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master 080b294e1 -> 13af9ca7b


TAVERNA-862 apache-taverna-commandline


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/507bb74b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/507bb74b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/507bb74b

Branch: refs/heads/master
Commit: 507bb74b18b49935e57d62f80cff526e212a20c2
Parents: 080b294
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 17 12:58:42 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 17 12:58:42 2016 +0000

----------------------------------------------------------------------
 pom.xml                              | 2 +-
 taverna-commandline-api/pom.xml      | 2 +-
 taverna-commandline-common/pom.xml   | 2 +-
 taverna-commandline-launcher/pom.xml | 2 +-
 taverna-commandline-product/pom.xml  | 2 +-
 taverna-commandline-tests/pom.xml    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/507bb74b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b80b8d3..002f3f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 		<version>1-incubating</version>
 	</parent>
 	<groupId>org.apache.taverna.commandline</groupId>
-	<artifactId>taverna-commandline</artifactId>
+	<artifactId>apache-taverna-commandline</artifactId>
 	<version>3.1.0-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Taverna Command Line</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/507bb74b/taverna-commandline-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-api/pom.xml b/taverna-commandline-api/pom.xml
index ab49d38..9fc7913 100644
--- a/taverna-commandline-api/pom.xml
+++ b/taverna-commandline-api/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commandline</groupId>
-		<artifactId>taverna-commandline</artifactId>
+		<artifactId>apache-taverna-commandline</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/507bb74b/taverna-commandline-common/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-common/pom.xml b/taverna-commandline-common/pom.xml
index f9af66e..3ee2aa5 100644
--- a/taverna-commandline-common/pom.xml
+++ b/taverna-commandline-common/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commandline</groupId>
-		<artifactId>taverna-commandline</artifactId>
+		<artifactId>apache-taverna-commandline</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-commandline-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/507bb74b/taverna-commandline-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-launcher/pom.xml b/taverna-commandline-launcher/pom.xml
index 5861023..a235527 100644
--- a/taverna-commandline-launcher/pom.xml
+++ b/taverna-commandline-launcher/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commandline</groupId>
-		<artifactId>taverna-commandline</artifactId>
+		<artifactId>apache-taverna-commandline</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-commandline-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/507bb74b/taverna-commandline-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml
index 02579ad..6e9dcca 100644
--- a/taverna-commandline-product/pom.xml
+++ b/taverna-commandline-product/pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.taverna.commandline</groupId>
-    <artifactId>taverna-commandline</artifactId>
+    <artifactId>apache-taverna-commandline</artifactId>
     <version>3.1.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>taverna-command-line-product</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/507bb74b/taverna-commandline-tests/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-tests/pom.xml b/taverna-commandline-tests/pom.xml
index b62b356..85a94fb 100644
--- a/taverna-commandline-tests/pom.xml
+++ b/taverna-commandline-tests/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.commandline</groupId>
-		<artifactId>taverna-commandline</artifactId>
+		<artifactId>apache-taverna-commandline</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-command-line-tests</artifactId>


[2/2] incubator-taverna-commandline git commit: TAVERNA-862 newer apache-taverna-parent

Posted by st...@apache.org.
TAVERNA-862 newer apache-taverna-parent


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/13af9ca7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/13af9ca7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/13af9ca7

Branch: refs/heads/master
Commit: 13af9ca7b7fa74eb879f3c96d81d1e75e22366f4
Parents: 507bb74
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 17 12:59:18 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 17 12:59:18 2016 +0000

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/13af9ca7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 002f3f2..f4cc5c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,14 +3,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna</groupId>
-		<artifactId>taverna-parent</artifactId>
-		<version>1-incubating</version>
+		<artifactId>apache-taverna-parent</artifactId>
+		<version>2-incubating-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.taverna.commandline</groupId>
 	<artifactId>apache-taverna-commandline</artifactId>
 	<version>3.1.0-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
-	<name>Apache Taverna Command Line</name>
+	<name>Apache Taverna Commandline</name>
 	  <properties>
 	    <taverna.language.version>0.15.1-incubating-SNAPSHOT</taverna.language.version>
 	    <taverna.osgi.version>0.2.1-incubating-SNAPSHOT</taverna.osgi.version>