Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / site / xhtml / index.xhtml
index 39d191e..a30e6d6 100644 (file)
@@ -7,7 +7,7 @@
   <h1>Hibernate 4 Maven Plugin</h1>
   <h2>A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations</h2>
   <p>
-  The <strong>hibernate4-maven-plugin</strong> is a plugin for generating a database-schema
+  The <strong>hibernate-maven-plugin</strong> is a plugin for generating a database-schema
   from your Hibernate-4-Mappings and create or update your database
   accordingly.
   Its main usage is to automatically create and populate a test-database
   </p>
   <p>
   Last but not least, in order to not slow down the development cycle, the
-  hibernate4-maven-plugin only executes the schema-export, if the mapping
+  hibernate-maven-plugin only executes the schema-export, if the mapping
   or the dialect changes (or if you force it to do so).
   </p>
   <p>
   For more information about the inspiration to write this tiny plugin,
-  <a href="/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/">read our blog-article about the hibernate4-maven-plugin</a>.
+  <a href="/hibernate-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/">read our blog-article about the hibernate-maven-plugin</a>.
   </p>
   <h2>Documentation</h2>
   <ul>
@@ -48,7 +48,7 @@
    and simple examples of how to use this plugin.
    </li>
    <li>
-   See <a href="./export-mojo.html">hibernate4:export</a> and
+   See <a href="./export-mojo.html">hibernate:export</a> and
    <a href="./plugin-info.html">Plugin Documentation</a> for the full
    autogenerated documentation. These are mostly configuration-options
    of the Hibernate-Tools <code>SchemaExport</code> and <code>SchemaUpdate</code>, that do
@@ -57,7 +57,7 @@
   </ul>
   <h2>Releases</h2>
   <ul>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin">current version</a></li>
+    <li><a href="http://juplo.de/hibernate-maven-plugin">current version</a></li>
     <li>${project.version} (this version)</li>
     <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.5">1.0.5</a></li>
     <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.4">1.0.4</a></li>