You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by kr...@apache.org on 2011/04/11 15:06:18 UTC

svn commit: r1091059 - /maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm

Author: krosenvold
Date: Mon Apr 11 13:06:18 2011
New Revision: 1091059

URL: http://svn.apache.org/viewvc?rev=1091059&view=rev
Log:
[SUREFIRE-719] Correct minimal version of site

Modified:
    maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm

Modified: maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm?rev=1091059&r1=1091058&r2=1091059&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/src/site/apt/examples/report-custom-location.apt.vm Mon Apr 11 13:06:18 2011
@@ -47,7 +47,7 @@ Configuring the Output Location as part 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.1</version>
         <configuration>
           <outputDirectory>${basedir}/target/newsite</outputDirectory>
         </configuration>