You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2021/08/10 19:50:50 UTC

svn commit: r1892191 - /gump/metadata/project/commons-io.xml

Author: markt
Date: Tue Aug 10 19:50:50 2021
New Revision: 1892191

URL: http://svn.apache.org/viewvc?rev=1892191&view=rev
Log:
Update dependency. Commons IO depend on Lang 3.x, not 2.x

Modified:
    gump/metadata/project/commons-io.xml

Modified: gump/metadata/project/commons-io.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-io.xml?rev=1892191&r1=1892190&r2=1892191&view=diff
==============================================================================
--- gump/metadata/project/commons-io.xml (original)
+++ gump/metadata/project/commons-io.xml Tue Aug 10 19:50:50 2021
@@ -33,7 +33,7 @@
       <property name="skipTests" value="true"/>
     </mvn3>
 
-    <option project="commons-lang" />
+    <option project="commons-lang3" />
     <option project="junit" />
     <jar name="target/commons-io-*[0-9T].jar"/>
   </project>