]> juplo.de Git - hibernate4-maven-plugin/commitdiff
Switched to maven-thymeleaf-skin 1.1.1 and ajusted configuration 2.0.0
authorKai Moritz <kai@juplo.de>
Sun, 19 Oct 2025 17:58:38 +0000 (19:58 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 19 Oct 2025 17:58:38 +0000 (19:58 +0200)
pom.xml
src/site/site.xml
src/site/xhtml/index.xhtml

diff --git a/pom.xml b/pom.xml
index 954278fdcfc213d7348369a9d153d46debc3a815..597701647390efeecd085c4b0f96f76279d71e27 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.3</version>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.8</source>
+          <target>1.8</target>
           <encoding>utf8</encoding>
           <showWarnings>true</showWarnings>
         </configuration>
index fb8f19faaa993a041b3c52a9d18ac01cda7bd3d8..e1d40f1947e99f670214c3231f96fc3a0b7658b0 100644 (file)
@@ -1,7 +1,7 @@
 <project>
   <body>
     <menu>
-      <item name="Overview" href="index.html"/>
+      <item name="Hibernate Maven Plugin (2.0.0)" href="index.html"/>
       <item name="Configuration Examples" href="configuration.html"/>
       <item name="Goal: CREATE" href="create-mojo.html"/>
       <item name="Goal: DROP" href="drop-mojo.html"/>
   <skin>
     <groupId>de.juplo.maven</groupId>
     <artifactId>maven-thymeleaf-skin</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.1</version>
   </skin>
   <custom>
     <thymeproxy>
+      <prefix>/projects</prefix>
       <path>/hibernate-maven-plugin/</path>
-      <crumbs><![CDATA[{&quot;uri&quot;:&quot;/projects.html&quot;,&quot;name&quot;:&quot;Projects&quot;}]]></crumbs>
+      <crumbs>"/index.html","/projects.html"</crumbs>
+      <command>th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}"</command>
     </thymeproxy>
   </custom>
 </project>
+
index 5970a42dd72fcc5da6f361548d7f38de990e0596..ff1ca5ef65c2818562f5e2dd86e8df2ed2e16390 100644 (file)
@@ -58,7 +58,7 @@
   </ul>
   <h2>Releases</h2>
   <ul>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin/index.html">current version</a></li>
+    <li><a href="${project.url}">current version</a></li>
     <li>${project.version} (this version)</li>
     <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.5/index.html">1.0.5</a></li>
     <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.4/index.html">1.0.4</a></li>