Added release information to site
authorKai Moritz <kai@coolibri.de>
Tue, 15 Jan 2013 21:21:54 +0000 (22:21 +0100)
committerKai Moritz <kai@coolibri.de>
Tue, 15 Jan 2013 21:21:54 +0000 (22:21 +0100)
pom.xml
src/site/apt/index.apt

diff --git a/pom.xml b/pom.xml
index bb204ea..95c8393 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
   <distributionManagement>
     <site>
       <id>www.juplo.de</id>
   <distributionManagement>
     <site>
       <id>www.juplo.de</id>
-      <url>scp://juplo.de/var/www/juplo/hibernate4-maven-plugin</url>
+      <url>scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-${project.version}</url>
     </site>
   </distributionManagement>
 
     </site>
   </distributionManagement>
 
index f994925..f33e325 100644 (file)
@@ -10,6 +10,14 @@ A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annota
   For more information about the inspiration to write this tiny plugin,
   {{{/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}}.
 
   For more information about the inspiration to write this tiny plugin,
   {{{/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}}.
 
+Releases
+
+ * {{{http://juplo.de/hibernate4-maven-plugin} current version}}
+
+ * ${project.version} (this version)
+
+ * {{{http://juplo.de/hibernate4-maven-plugin-1.0} 1.0}}
+
 Documentation and Examples
 
  * See {{{./examples.html} Examples}} for Usage-Explanations and simple
 Documentation and Examples
 
  * See {{{./examples.html} Examples}} for Usage-Explanations and simple