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

svn commit: r701279 - /maven/components/branches/maven-2.1.x/pom.xml

Author: ogusakov
Date: Thu Oct  2 19:15:51 2008
New Revision: 701279

URL: http://svn.apache.org/viewvc?rev=701279&view=rev
Log:
downgraded doxia-sink-api to alpha-11 to pass ITs

Modified:
    maven/components/branches/maven-2.1.x/pom.xml

Modified: maven/components/branches/maven-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/pom.xml?rev=701279&r1=701278&r2=701279&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/pom.xml Thu Oct  2 19:15:51 2008
@@ -391,7 +391,7 @@
       <dependency>
         <groupId>org.apache.maven.doxia</groupId>
         <artifactId>doxia-sink-api</artifactId>
-        <version>1.0-beta-1-SNAPSHOT</version>
+        <version>1.0-alpha-11</version>
       </dependency>
       <!-- Plexus -->
       <dependency>