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:02:46 UTC

incubator-taverna-server git commit: TAVERNA-862 apache-taverna-server

Repository: incubator-taverna-server
Updated Branches:
  refs/heads/master 3557fc4a6 -> 2a05cb6ed


TAVERNA-862 apache-taverna-server


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/2a05cb6e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/2a05cb6e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/2a05cb6e

Branch: refs/heads/master
Commit: 2a05cb6ed9e76898311937132fd4fd2350daae1a
Parents: 3557fc4
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 17 13:02:41 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 17 13:02:41 2016 +0000

----------------------------------------------------------------------
 pom.xml                                   | 2 +-
 taverna-server-client/pom.xml             | 2 +-
 taverna-server-distribution/pom.xml       | 2 +-
 taverna-server-execution-delegate/pom.xml | 2 +-
 taverna-server-port-description/pom.xml   | 2 +-
 taverna-server-rmidaemon/pom.xml          | 2 +-
 taverna-server-runinterface/pom.xml       | 2 +-
 taverna-server-unix-forker/pom.xml        | 2 +-
 taverna-server-usagerecord/pom.xml        | 2 +-
 taverna-server-webapp/pom.xml             | 2 +-
 taverna-server-worker/pom.xml             | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8444036..02022ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>1-incubating</version>
   </parent>
 	<groupId>org.apache.taverna.server</groupId>
-	<artifactId>taverna-server</artifactId>
+	<artifactId>apache-taverna-server</artifactId>
 	<version>3.1.0-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Taverna Server</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-client/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-client/pom.xml b/taverna-server-client/pom.xml
index d16b07a..4e4f009 100644
--- a/taverna-server-client/pom.xml
+++ b/taverna-server-client/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-distribution/pom.xml b/taverna-server-distribution/pom.xml
index 8939dbf..47b20a3 100644
--- a/taverna-server-distribution/pom.xml
+++ b/taverna-server-distribution/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-execution-delegate/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-execution-delegate/pom.xml b/taverna-server-execution-delegate/pom.xml
index 59c8aff..da825af 100644
--- a/taverna-server-execution-delegate/pom.xml
+++ b/taverna-server-execution-delegate/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-execution-delegate</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-port-description/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-port-description/pom.xml b/taverna-server-port-description/pom.xml
index c49310e..b7bb7f1 100644
--- a/taverna-server-port-description/pom.xml
+++ b/taverna-server-port-description/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-port-description</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-rmidaemon/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-rmidaemon/pom.xml b/taverna-server-rmidaemon/pom.xml
index 0e2a565..8058497 100644
--- a/taverna-server-rmidaemon/pom.xml
+++ b/taverna-server-rmidaemon/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-runinterface/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-runinterface/pom.xml b/taverna-server-runinterface/pom.xml
index 3509180..22b3e3f 100644
--- a/taverna-server-runinterface/pom.xml
+++ b/taverna-server-runinterface/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-unix-forker/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-unix-forker/pom.xml b/taverna-server-unix-forker/pom.xml
index a2beeb4..f7f61ef 100644
--- a/taverna-server-unix-forker/pom.xml
+++ b/taverna-server-unix-forker/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-unix-forker</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-usagerecord/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-usagerecord/pom.xml b/taverna-server-usagerecord/pom.xml
index 47ab732..a0dcec2 100644
--- a/taverna-server-usagerecord/pom.xml
+++ b/taverna-server-usagerecord/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-usagerecord</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/pom.xml b/taverna-server-webapp/pom.xml
index f4cf0ef..806c435 100644
--- a/taverna-server-webapp/pom.xml
+++ b/taverna-server-webapp/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2a05cb6e/taverna-server-worker/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-worker/pom.xml b/taverna-server-worker/pom.xml
index f368b1b..a4dad91 100644
--- a/taverna-server-worker/pom.xml
+++ b/taverna-server-worker/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.taverna.server</groupId>
-		<artifactId>taverna-server</artifactId>
+		<artifactId>apache-taverna-server</artifactId>
 		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-server-worker</artifactId>