You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2012/04/03 23:37:12 UTC

svn commit: r1309161 - in /jmeter/trunk: build.properties eclipse.classpath xdocs/changes.xml

Author: milamber
Date: Tue Apr  3 21:37:11 2012
New Revision: 1309161

URL: http://svn.apache.org/viewvc?rev=1309161&view=rev
Log:
Updated to commons-io 2.2 (from 2.1)

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1309161&r1=1309160&r2=1309161&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Tue Apr  3 21:37:11 2012
@@ -78,10 +78,10 @@ commons-httpclient.jar      = commons-ht
 commons-httpclient.loc      = ${maven2.repo}/commons-httpclient/commons-httpclient/${commons-httpclient.version}
 commons-httpclient.md5      = 8AD8C9229EF2D59AB9F59F7050E846A5
 
-commons-io.version          = 2.1
+commons-io.version          = 2.2
 commons-io.jar              = commons-io-${commons-io.version}.jar
 commons-io.loc              = ${maven2.repo}/commons-io/commons-io/${commons-io.version}
-commons-io.md5              = 4854c2344aa182ad4f37976e83348aa0
+commons-io.md5              = 6ad49e3e16c2342e9ee9599ce04775e6
 
 commons-jexl.version        = 1.1
 commons-jexl.jar            = commons-jexl-${commons-jexl.version}.jar

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1309161&r1=1309160&r2=1309161&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Tue Apr  3 21:37:11 2012
@@ -48,7 +48,7 @@
 	<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
 	<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
 	<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
-	<classpathentry kind="lib" path="lib/commons-io-2.1.jar"/>
+	<classpathentry kind="lib" path="lib/commons-io-2.2.jar"/>
 	<classpathentry kind="lib" path="lib/commons-jexl-1.1.jar"/>
 	<classpathentry kind="lib" path="lib/commons-jexl-2.1.1.jar"/>
 	<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1309161&r1=1309160&r2=1309161&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Tue Apr  3 21:37:11 2012
@@ -202,6 +202,7 @@ with other code that depends on an earli
 <li>Bug 52680 - Mention version in which function was introduced</li>
 <li>Bug 52788 - HttpRequestHdr : Optimize code to avoid useless work</li>
 <li>JMeter Ant (ant-jmeter-1.1.1.jar) task was upgraded from 1.0.9 to 1.1.1</li>
+<li>Updated to commons-io 2.2 (from 2.1)</li>
 </ul>
 
 </section>