You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/11/07 22:38:40 UTC

svn commit: r592911 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: dennisl
Date: Wed Nov  7 13:38:39 2007
New Revision: 592911

URL: http://svn.apache.org/viewvc?rev=592911&view=rev
Log:
o Use released version of doxia-sitetools.

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=592911&r1=592910&r2=592911&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Wed Nov  7 13:38:39 2007
@@ -322,10 +322,10 @@
         </plugins>
       </build>
     </profile>
-  </profiles>  
+  </profiles>
   <properties>
     <doxiaVersion>1.0-alpha-10</doxiaVersion>
-    <doxiaSitetoolsVersion>1.0-alpha-10-SNAPSHOT</doxiaSitetoolsVersion>
+    <doxiaSitetoolsVersion>1.0-alpha-10</doxiaSitetoolsVersion>
     <wagonVersion>1.0-beta-2</wagonVersion>
   </properties>
 </project>