You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/15 04:46:04 UTC

svn commit: r637347 - /maven/components/branches/maven-2.0.x/maven-reporting/maven-reporting-api/pom.xml

Author: brianf
Date: Fri Mar 14 20:45:58 2008
New Revision: 637347

URL: http://svn.apache.org/viewvc?rev=637347&view=rev
Log:
MNG-3402: bumped to the latest currently released api

Modified:
    maven/components/branches/maven-2.0.x/maven-reporting/maven-reporting-api/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-reporting/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-reporting/maven-reporting-api/pom.xml?rev=637347&r1=637346&r2=637347&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-reporting/maven-reporting-api/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-reporting/maven-reporting-api/pom.xml Fri Mar 14 20:45:58 2008
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.0-alpha-9</version>
+      <version>1.0-alpha-10</version>
     </dependency>
   </dependencies>
 </project>