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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e92f9b  Use $date instead of $date.systemDate since it does not have 
a stable format
7e92f9b is described below

commit 7e92f9bb3c6efffb99c3708444957e153c55dd37
Author: Michael Osipov <[email protected]>
AuthorDate: Sun May 1 11:41:13 2022 +0200

    Use $date instead of $date.systemDate since it does not have a stable format
---
 src/main/resources/META-INF/maven/site.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/maven/site.vm 
b/src/main/resources/META-INF/maven/site.vm
index 1e9343b..7d4c660 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -24,7 +24,7 @@
 #**##if( $docRenderingContext.generator ) $docRenderingContext.generator#end##
 #**##if( $docRenderingContext.doxiaSource ) 
$docRenderingContext.doxiaSourcePath#end##
 #end
-#if ( !$skipGenerationDate ) at $date.systemDate#end
+#if ( !$skipGenerationDate ) at $date#end
 
  | Rendered using Apache Maven Fluido Skin @project.version@
 -->

Reply via email to