From: Kai Moritz Date: Tue, 15 Jan 2013 21:21:54 +0000 (+0100) Subject: Added release information to site X-Git-Tag: hibernate4-maven-plugin-1.0.1~4 X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=1feb1053532279981a464cef954072cfefbe01a5;ds=sidebyside Added release information to site --- diff --git a/pom.xml b/pom.xml index bb204eac..95c83930 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ www.juplo.de - scp://juplo.de/var/www/juplo/hibernate4-maven-plugin + scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-${project.version} diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index f9949256..f33e325d 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -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}}. +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