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/17 12:29:24 UTC

[20/50] [abbrv] incubator-taverna-server git commit: Advance the build version

Advance the build version

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

Branch: refs/heads/master
Commit: feaa3ad0f7710b18a12eb39154b3e4cf01509647
Parents: cb956ed
Author: Donal Fellows <do...@manchester.ac.uk>
Authored: Tue Apr 22 15:36:53 2014 +0100
Committer: Donal Fellows <do...@manchester.ac.uk>
Committed: Tue Apr 22 15:36:53 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3922b4a..89f0fc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<groupId>uk.org.taverna.server</groupId>
 	<artifactId>server</artifactId>
 	<packaging>pom</packaging>
-	<version>2.5.4-SNAPSHOT</version>
+	<version>2.5.4</version>
 	<name>Taverna Server</name>
 	<description>Taverna Server is a service that provides execution of Taverna Workflows, provided they do not access the user interface while executing.</description>
 	<url>http://www.taverna.org.uk/</url>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/server-distribution/pom.xml b/server-distribution/pom.xml
index f09facf..017011c 100644
--- a/server-distribution/pom.xml
+++ b/server-distribution/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>server</artifactId>
 		<groupId>uk.org.taverna.server</groupId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>server-distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-port-description/pom.xml
----------------------------------------------------------------------
diff --git a/server-port-description/pom.xml b/server-port-description/pom.xml
index 3170b27..c699175 100644
--- a/server-port-description/pom.xml
+++ b/server-port-description/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>server</artifactId>
 		<groupId>uk.org.taverna.server</groupId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 	</parent>
 	<artifactId>server-port-description</artifactId>
 	<name>Workflow Port Descriptor Types</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-rmidaemon/pom.xml
----------------------------------------------------------------------
diff --git a/server-rmidaemon/pom.xml b/server-rmidaemon/pom.xml
index f3020fa..1903f74 100644
--- a/server-rmidaemon/pom.xml
+++ b/server-rmidaemon/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>uk.org.taverna.server</groupId>
 		<artifactId>server</artifactId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 	</parent>
 	<artifactId>server-rmidaemon</artifactId>
 	<name>RMI registry daemon</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-runinterface/pom.xml
----------------------------------------------------------------------
diff --git a/server-runinterface/pom.xml b/server-runinterface/pom.xml
index 973c518..83cb36c 100644
--- a/server-runinterface/pom.xml
+++ b/server-runinterface/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>uk.org.taverna.server</groupId>
 		<artifactId>server</artifactId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<scm>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-unix-forker/pom.xml
----------------------------------------------------------------------
diff --git a/server-unix-forker/pom.xml b/server-unix-forker/pom.xml
index 098d09e..0823b9f 100644
--- a/server-unix-forker/pom.xml
+++ b/server-unix-forker/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>server</artifactId>
 		<groupId>uk.org.taverna.server</groupId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 	</parent>
 	<artifactId>server-unix-forker</artifactId>
 	<scm>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-usagerecord/pom.xml
----------------------------------------------------------------------
diff --git a/server-usagerecord/pom.xml b/server-usagerecord/pom.xml
index 5bb0e3d..c3fc520 100644
--- a/server-usagerecord/pom.xml
+++ b/server-usagerecord/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>server</artifactId>
 		<groupId>uk.org.taverna.server</groupId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>server-usagerecord</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/server-webapp/pom.xml b/server-webapp/pom.xml
index 9de52a1..4a1cdfa 100644
--- a/server-webapp/pom.xml
+++ b/server-webapp/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>uk.org.taverna.server</groupId>
 		<artifactId>server</artifactId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<scm>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/feaa3ad0/server-worker/pom.xml
----------------------------------------------------------------------
diff --git a/server-worker/pom.xml b/server-worker/pom.xml
index 532e37f..42270ff 100644
--- a/server-worker/pom.xml
+++ b/server-worker/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>uk.org.taverna.server</groupId>
 		<artifactId>server</artifactId>
-		<version>2.5.4-SNAPSHOT</version>
+		<version>2.5.4</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<scm>