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:42 UTC

[38/50] [abbrv] incubator-taverna-server git commit: Make builds work.

Make builds work.

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

Branch: refs/heads/master
Commit: 72ca37b8147484495e111833861d7f8dffc4535a
Parents: 4294f80
Author: Donal Fellows <do...@manchester.ac.uk>
Authored: Sat Jun 7 15:46:17 2014 +0100
Committer: Donal Fellows <do...@manchester.ac.uk>
Committed: Sat Jun 7 15:46:17 2014 +0100

----------------------------------------------------------------------
 server-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/72ca37b8/server-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/server-webapp/pom.xml b/server-webapp/pom.xml
index 9b7ac80..db34e9f 100644
--- a/server-webapp/pom.xml
+++ b/server-webapp/pom.xml
@@ -20,7 +20,7 @@
 		<version.spring-security>3.1.4.RELEASE</version.spring-security>
 		<version.asm>3.3.1</version.asm>
 		<version.smack>3.2.1</version.smack>
-		<version.commandline>2.6-SNAPSHOT</version.commandline>
+		<version.commandline>2.5.0</version.commandline>
 		<edition.commandline>enterprise</edition.commandline>
 		<version.jdoapi>3.0.1</version.jdoapi>
 		<forker.module>server-unix-forker</forker.module>