Skip to content

Commit

Permalink
Updated to commons-pool2-2.5.0 (from 2.4.2)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1821819 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pmouawad committed Jan 21, 2018
1 parent b3ade16 commit dd52aac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The following software is provided under the Apache License V 2.0 (as above):
* commons-lang3-3.7.jar
* commons-math3-3.6.1.jar
* commons-net-3.6.jar
* commons-pool2-2.4.2.jar
* commons-pool2-2.5.0.jar
* dec-0.1.2.jar
* groovy-all-2.4.13.jar
* httpasyncclient-4.1.3.jar
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ commons-net.jar = commons-net-${commons-net.version}.jar
commons-net.loc = ${maven2.repo}/commons-net/commons-net/${commons-net.version}
commons-net.md5 = b46661b01cc7aeec501f1cd3775509f1

commons-pool2.version = 2.4.2
commons-pool2.version = 2.5.0
commons-pool2.jar = commons-pool2-${commons-pool2.version}.jar
commons-pool2.loc = ${maven2.repo}/org/apache/commons/commons-pool2/${commons-pool2.version}
commons-pool2.md5 = 62727a85e2e1bf6a756f5571d19cc71c
commons-pool2.md5 = e1473a61278af378753ff41f177af38f

darcula.version = e208efb96f70e4be9dc362fbb46f6e181ef501dd
darcula.jar = darcula.jar
Expand Down
2 changes: 1 addition & 1 deletion eclipse.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<classpathentry kind="lib" path="lib/commons-lang3-3.7.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/commons-net-3.6.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.4.2.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/darcula.jar"/>
<classpathentry kind="lib" path="lib/dec-0.1.2.jar"/>
<classpathentry kind="lib" path="lib/dnsjava-2.1.8.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/aareadme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ commons-net-3.6
http://commons.apache.org/downloads/download_net.cgi
- FTPSampler

commons-pool2-2.4.2
commons-pool2-2.5.0
-----------------
http://commons.apache.org/proper/commons-pool/download_pool.cgi
- BackendListener
Expand Down
2 changes: 1 addition & 1 deletion res/maven/ApacheJMeter_parent.pom
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ under the License.
<commons-lang3.version>3.7</commons-lang3.version>
<commons-math3.version>3.6.1</commons-math3.version>
<commons-net.version>3.6</commons-net.version>
<commons-pool2.version>2.4.2</commons-pool2.version>
<commons-pool2.version>2.5.0</commons-pool2.version>
<dnsjava.version>2.1.8</dnsjava.version>
<freemarker.version>2.3.23</freemarker.version>
<groovy-all.version>2.4.13</groovy-all.version>
Expand Down
1 change: 1 addition & 0 deletions xdocs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ Graphs <i>Latency Vs Request</i> and <i>Response Time Vs Request</i> did not exc
<li>Updated to commons-codec-1.11 (from 1.10)</li>
<li>Updated to commons-io-2.6 (from 2.5)</li>
<li>Updated to commons-lang3-3.7 (from 3.6)</li>
<li>Updated to commons-pool2-2.5.0 (from 2.4.2)</li>
<li><bug>61642</bug>Improve FTP test coverage</li>
<li><bug>61641</bug>Improve JMS test coverage</li>
<li><bug>61651</bug>Improve TCP test coverage</li>
Expand Down

0 comments on commit dd52aac

Please sign in to comment.