Author: olamy
Date: Tue Nov 16 23:19:41 2010
New Revision: 1035855

URL: http://svn.apache.org/viewvc?rev=1035855&view=rev
Log:
use last site plugin version for maven 3

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1035855&r1=1035854&r2=1035855&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Tue Nov 16 23:19:41 2010
@@ -213,7 +213,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>${sitePluginVersion}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -335,7 +335,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-2</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-3</sitePluginVersion>
       </properties>
     </profile>
     


Reply via email to