You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/18 21:33:56 UTC

[maven-fluido-skin] branch MSKINS-149 created (now 44b6ea4)

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

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


      at 44b6ea4  [MSKINS-149] Align common Velocity structures with Default Skin

This branch includes the following new commits:

     new 44b6ea4  [MSKINS-149] Align common Velocity structures with Default Skin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-fluido-skin] 01/01: [MSKINS-149] Align common Velocity structures with Default Skin

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 44b6ea4d919f8225533f8e8a932692e456cc9ed6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jun 18 23:33:43 2019 +0200

    [MSKINS-149] Align common Velocity structures with Default Skin
---
 src/main/resources/META-INF/maven/site-macros.vm | 4 ++--
 src/main/resources/META-INF/maven/site.vm        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/META-INF/maven/site-macros.vm b/src/main/resources/META-INF/maven/site-macros.vm
index f4f769e..ece7e91 100644
--- a/src/main/resources/META-INF/maven/site-macros.vm
+++ b/src/main/resources/META-INF/maven/site-macros.vm
@@ -383,9 +383,9 @@ $indent     </ul>##
 #*  *##set ( $currentYear = ${currentDate.year} + 1900 )
 ##
 #*  *##if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
-#*    *#${project.inceptionYear}&#x2013;${currentYear}${period}
+      ${project.inceptionYear}&#x2013;${currentYear}${period}##
 #*  *##else
-#*    *#${currentYear}${period}
+      ${currentYear}${period}##
 #*  *##end
 ##
 #*  *##if ( ${project.organization} )
diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm
index c201b67..f70fc5d 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -46,7 +46,7 @@
     <link rel="stylesheet" href="$relativePath/css/site.css" />
     <link rel="stylesheet" href="$relativePath/css/print.css" media="print" />
 #**##prjProfile()
-    <script type="text/javascript" src="$relativePath/js/apache-maven-fluido-@project.version@.min.js"></script>
+    <script src="$relativePath/js/apache-maven-fluido-@project.version@.min.js"></script>
 #**##if( $decoration.body.head )
 #*  *#$render.eval( $decoration.body.head )
 #**##end