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 2007/11/30 01:00:28 UTC

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

Author: hboutemy
Date: Thu Nov 29 16:00:20 2007
New Revision: 599641

URL: http://svn.apache.org/viewvc?rev=599641&view=rev
Log:
update doxia and doxia-sitetools to 1.0-alpha-11-SNAPSHOT

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=599641&r1=599640&r2=599641&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Nov 29 16:00:20 2007
@@ -206,7 +206,7 @@
         </exclusion>
       </exclusions>
     </dependency>
-    
+
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
@@ -329,8 +329,8 @@
     </profile>
   </profiles>
   <properties>
-    <doxiaVersion>1.0-alpha-10</doxiaVersion>
-    <doxiaSitetoolsVersion>1.0-alpha-10</doxiaSitetoolsVersion>
+    <doxiaVersion>1.0-alpha-11-SNAPSHOT</doxiaVersion>
+    <doxiaSitetoolsVersion>1.0-alpha-11-SNAPSHOT</doxiaSitetoolsVersion>
     <wagonVersion>1.0-beta-2</wagonVersion>
   </properties>
 </project>