Author: ggregory Date: Fri Oct 20 16:41:13 2017 New Revision: 1812763 URL: http://svn.apache.org/viewvc?rev=1812763&view=rev Log: [WEAVER-18] Update Apache Commons IO from 2.5 to 2.6
Modified: commons/proper/weaver/trunk/src/changes/changes.xml Modified: commons/proper/weaver/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/src/changes/changes.xml?rev=1812763&r1=1812762&r2=1812763&view=diff ============================================================================== --- commons/proper/weaver/trunk/src/changes/changes.xml (original) +++ commons/proper/weaver/trunk/src/changes/changes.xml Fri Oct 20 16:41:13 2017 @@ -23,6 +23,9 @@ <author email="mben...@apache.org">Matt Benson</author> </properties> <body> + <release version="1.4" date="YYYY-MM-DD" description="Requires Java 6 or greater."> + <action issue="WEAVER-18" type="fix">Update Apache Commons IO from 2.5 to 2.6.</action> + </release> <release version="1.3" date="2016-10-18" description="Requires Java 6 or greater."> <action issue="WEAVER-11" type="fix">bytecode generated with java 7 or 8 is different and can break on earlier versions</action> <action issue="WEAVER-12" type="add">Provide a mechanism for working with all classfiles found in the weave environment</action>