You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/08/15 18:49:35 UTC

svn commit: r985706 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: hboutemy
Date: Sun Aug 15 16:49:35 2010
New Revision: 985706

URL: http://svn.apache.org/viewvc?rev=985706&view=rev
Log:
use released version of maven-site-plugin

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=985706&r1=985705&r2=985706&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Aug 15 16:49:35 2010
@@ -335,7 +335,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1-SNAPSHOT</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
       </properties>
     </profile>