You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/03/17 12:05:18 UTC

[33/40] git commit: MARMOTTA-431: aligned files names with timestamped versions

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 <wi...@apache.org>
Authored: Wed Feb 26 14:53:14 2014 +0100
Committer: Sergio Fernández <wi...@apache.org>
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>