Repository: incubator-taverna-server Updated Branches: refs/heads/master 6bc5db608 -> 2ec80f786
avoided timestamp of taverna-command-line directory 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/2ec80f78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/2ec80f78 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/2ec80f78 Branch: refs/heads/master Commit: 2ec80f786f5b495adc6d5f06da8b222ba1db20af Parents: 6bc5db6 Author: Stian Soiland-Reyes <st...@apache.org> Authored: Wed Apr 27 22:52:29 2016 +0100 Committer: Stian Soiland-Reyes <st...@apache.org> Committed: Wed Apr 27 22:52:29 2016 +0100 ---------------------------------------------------------------------- taverna-server-webapp/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/2ec80f78/taverna-server-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-server-webapp/pom.xml b/taverna-server-webapp/pom.xml index eb63870..e5a44d9 100644 --- a/taverna-server-webapp/pom.xml +++ b/taverna-server-webapp/pom.xml @@ -36,8 +36,7 @@ limitations under the License. <version.jdoapi>3.0.1</version.jdoapi> <forker.module>taverna-server-unix-forker</forker.module> <util.dir>${project.build.directory}/${project.build.finalName}/WEB-INF/classes/util</util.dir> - <!-- FIXME: This should not hardcode versions --> - <cmdline.dir>${util.dir}/taverna-command-line-3.1.0-incubating-SNAPSHOT-20160222T1521-nightly</cmdline.dir> + <cmdline.dir>${util.dir}/taverna-command-line-${taverna.commandline.version}</cmdline.dir> </properties> <dependencies>