You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by ke...@apache.org on 2006/08/10 23:46:37 UTC

svn commit: r430550 - /maven/doxia/trunk/doxia-doc-renderer/pom.xml

Author: kenney
Date: Thu Aug 10 14:46:37 2006
New Revision: 430550

URL: http://svn.apache.org/viewvc?rev=430550&view=rev
Log:
Update plexus-utils from 1.2-SNAPSHOT (which isn't deployed) to 1.2

Modified:
    maven/doxia/trunk/doxia-doc-renderer/pom.xml

Modified: maven/doxia/trunk/doxia-doc-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/trunk/doxia-doc-renderer/pom.xml?rev=430550&r1=430549&r2=430550&view=diff
==============================================================================
--- maven/doxia/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/trunk/doxia-doc-renderer/pom.xml Thu Aug 10 14:46:37 2006
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>xalan</groupId>