You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/06/04 12:34:09 UTC

svn commit: r781703 - /maven/shared/trunk/maven-reporting-impl/pom.xml

Author: olamy
Date: Thu Jun  4 10:34:09 2009
New Revision: 781703

URL: http://svn.apache.org/viewvc?rev=781703&view=rev
Log:
upgrade to last available doxia SNAPSHOT (1.1.1-SNAPSHOT)

Modified:
    maven/shared/trunk/maven-reporting-impl/pom.xml

Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?rev=781703&r1=781702&r2=781703&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Thu Jun  4 10:34:09 2009
@@ -53,7 +53,7 @@
 
   <properties>
     <mavenVersion>2.0.10</mavenVersion>
-    <doxiaVersion>1.1-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.1.1-SNAPSHOT</doxiaVersion>
   </properties>
 
   <dependencies>