This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1093519  use property instead of hardcoded value
1093519 is described below

commit 10935199fc488019c21a8e8f3f370e482da8d5db
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Jan 26 09:33:42 2020 +0100

    use property instead of hardcoded value
---
 src/site-docs/apt/index.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 11f808a..3b04a04 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -89,7 +89,7 @@ Apache Software Foundation Parent POM
 
 +------+
   <properties>
-    
<project.build.outputTimestamp>2019-10-02T08:04:00Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>$context.get("project.build.outputTimestamp")</project.build.outputTimestamp>
   </properties>
 +------+
 

Reply via email to