You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/02/20 00:48:23 UTC

svn commit: r912039 - /incubator/wookie/trunk/ivy.xml

Author: scottbw
Date: Fri Feb 19 23:48:23 2010
New Revision: 912039

URL: http://svn.apache.org/viewvc?rev=912039&view=rev
Log:
Fix location of commons-email; see WOOKIE-106

Modified:
    incubator/wookie/trunk/ivy.xml

Modified: incubator/wookie/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=912039&r1=912038&r2=912039&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Fri Feb 19 23:48:23 2010
@@ -14,7 +14,7 @@
         </dependency>
         <dependency org="cglib" name="cglib" rev="2.2" conf="deploy->default">
         </dependency>
-        <dependency org="commons-email" name="commons-email" rev="1.1" conf="deploy->default">
+        <dependency org="org.apache.commons" name="commons-email" rev="1.1" conf="deploy->default">
         </dependency> 
         <dependency org="commons-codec" name="commons-codec" rev="1.3" conf="deploy->default">
         </dependency>