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 2012/04/05 22:22:29 UTC

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

Author: dennisl
Date: Thu Apr  5 20:22:29 2012
New Revision: 1310052

URL: http://svn.apache.org/viewvc?rev=1310052&view=rev
Log:
[MSITE-636] Upgrade to doxia-1.3
[MSITE-637] Upgrade to doxia-sitetools-1.3

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=1310052&r1=1310051&r2=1310052&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Apr  5 20:22:29 2012
@@ -184,8 +184,8 @@ under the License.
   </issueManagement>
 
   <properties>
-    <doxiaVersion>1.2</doxiaVersion>
-    <doxiaSitetoolsVersion>1.2</doxiaSitetoolsVersion>
+    <doxiaVersion>1.3-SNAPSHOT</doxiaVersion>
+    <doxiaSitetoolsVersion>1.3-SNAPSHOT</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <wagonVersion>1.0</wagonVersion>
     <plexusVersion>1.5.4</plexusVersion>