Author: dennisl
Date: Mon Oct 15 07:23:41 2012
New Revision: 1398201

URL: http://svn.apache.org/viewvc?rev=1398201&view=rev
Log:
Extract the prerequisite Maven version to a property, so it can be injected 
into the site.

Added:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt.vm   
(contents, props changed)
      - copied, changed from r1398200, 
maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt
Removed:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt
Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1398201&r1=1398200&r2=1398201&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Mon Oct 15 07:23:41 2012
@@ -170,7 +170,7 @@ under the License.
   </contributors>
 
   <prerequisites>
-    <maven>2.2.1</maven>
+    <maven>${prerequisiteMavenVersion}</maven>
   </prerequisites>
 
   <scm>
@@ -187,6 +187,7 @@ under the License.
     <doxiaVersion>1.3</doxiaVersion>
     <doxiaSitetoolsVersion>1.3</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
+    <prerequisiteMavenVersion>2.2.1</prerequisiteMavenVersion>
     <wagonVersion>1.0</wagonVersion>
     <plexusVersion>1.5.4</plexusVersion>
     <scmVersion>1.4</scmVersion>

Copied: maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt.vm (from 
r1398200, maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt.vm?p2=maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt.vm&p1=maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt&r1=1398200&r2=1398201&rev=1398201&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt.vm Mon Oct 15 
07:23:41 2012
@@ -3,7 +3,7 @@
  ------
  Maria Odea Ching
  ------
- 2011-07-22
+ 2012-10-15
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -32,7 +32,7 @@ Maven Site Plugin 3
  The Site Plugin is used to generate a site for the project. The generated 
site also includes the project's reports
  that were configured in the POM.
 
- This is the site for <<version 3>> of the maven-site-plugin. It requires at 
least Maven 2.2.0 to run. If you
+ This is the site for <<version 3>> of the maven-site-plugin. It requires at 
least Maven ${prerequisiteMavenVersion} to run. If you
  are looking for <<version 2>> you can find it 
{{{/plugins/maven-site-plugin-2.x/index.html}here}}.
 
  Please read the {{{./migrate.html}migration guide}} if you want to upgrade 
from a previous version.

Propchange: maven/plugins/trunk/maven-site-plugin/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to