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/12 23:16:38 UTC

svn commit: r784276 - /maven/shared/trunk/maven-reporting-api/pom.xml

Author: olamy
Date: Fri Jun 12 21:16:37 2009
New Revision: 784276

URL: http://svn.apache.org/viewvc?rev=784276&view=rev
Log:
use last doxia-sinl-api version

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

Modified: maven/shared/trunk/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api/pom.xml?rev=784276&r1=784275&r2=784276&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-api/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-api/pom.xml Fri Jun 12 21:16:37 2009
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.0-alpha-9</version>
+      <version>1.1</version>
     </dependency>
   </dependencies>
 </project>