From 4db09e0179fadab55026c93e21afa894b01c7f07 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Mon, 5 Mar 2012 19:31:13 +0000 Subject: [PATCH] Put the version of Clirr into a property and show it on the start page of the plugin's site. git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/clirr-maven-plugin@16086 52ab4f32-60fc-0310-b215-8acea882cd1b --- pom.xml | 3 ++- src/site/apt/{index.apt => index.apt.vm} | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename src/site/apt/{index.apt => index.apt.vm} (93%) diff --git a/pom.xml b/pom.xml index e9c2956..8da840a 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ + 0.6 1.0 1.0 2.0.6 @@ -124,7 +125,7 @@ net.sf.clirr clirr-core - 0.6 + ${clirrVersion} bcel diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt.vm similarity index 93% rename from src/site/apt/index.apt rename to src/site/apt/index.apt.vm index 9ed3e0a..39bf326 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt.vm @@ -19,14 +19,15 @@ Introduction ----- ----- - 2008-09-13 + 2012-03-05 ----- The Clirr Maven Plugin {{{http://clirr.sourceforge.net}Clirr}} is an application, which allows you to compare binaries or sources for compatibility. The Clirr Maven - Plugin allows you to use Clirr from within Maven 2. + Plugin allows you to use Clirr from Maven 2. This version of the plugin uses + Clirr ${clirrVersion}. * Goals Overview -- GitLab