You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/10/19 02:18:18 UTC

svn commit: r586188 - /maven/components/trunk/maven-reporting-api/pom.xml

Author: carlos
Date: Thu Oct 18 17:18:17 2007
New Revision: 586188

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

Modified:
    maven/components/trunk/maven-reporting-api/pom.xml

Modified: maven/components/trunk/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-reporting-api/pom.xml?rev=586188&r1=586187&r2=586188&view=diff
==============================================================================
--- maven/components/trunk/maven-reporting-api/pom.xml (original)
+++ maven/components/trunk/maven-reporting-api/pom.xml Thu Oct 18 17:18:17 2007
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.0-alpha-9-SNAPSHOT</version>
+      <version>1.0-alpha-9</version>
     </dependency>
   </dependencies>
 </project>