MARMOTTA-431: aligned files names with timestamped versions
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/2574bbef Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/2574bbef Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/2574bbef Branch: refs/heads/ldp Commit: 2574bbef41de6efe74f92d0cd3f04abbca6e6e81 Parents: 5c6e30d Author: Sergio Fernández <[email protected]> Authored: Wed Feb 26 14:53:14 2014 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Feb 26 14:53:14 2014 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/2574bbef/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index 03cb4fd..bf7bf27 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -131,7 +131,7 @@ </goals> <configuration> <source> - project.properties.setProperty("version.clean", "${project.version}".replace('-SNAPSHOT', '-${maven.build.timestamp}')) + project.properties.setProperty("version.clean", "${project.version}".replace('-SNAPSHOT', '~${maven.build.timestamp}')) </source> </configuration> </execution>
