Author: fschumacher
Date: Wed Aug 22 16:50:27 2018
New Revision: 1838663

URL: http://svn.apache.org/viewvc?rev=1838663&view=rev
Log:
Updated to commons-lang3-3.8 (from commons-lang3-3.7)

Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/LICENSE
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/LICENSE?rev=1838663&r1=1838662&r2=1838663&view=diff
==============================================================================
--- jmeter/trunk/LICENSE [utf-8] (original)
+++ jmeter/trunk/LICENSE [utf-8] Wed Aug 22 16:50:27 2018
@@ -218,7 +218,7 @@ The following software is provided under
 * commons-io-2.6.jar
 * commons-jexl2-2.1.1.jar
 * commons-jexl3-3.1.jar
-* commons-lang3-3.7.jar
+* commons-lang3-3.8.jar
 * commons-math3-3.6.1.jar
 * commons-net-3.6.jar
 * commons-pool2-2.6.0.jar

Modified: jmeter/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1838663&r1=1838662&r2=1838663&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Wed Aug 22 16:50:27 2018
@@ -120,10 +120,10 @@ commons-jexl3.jar           = commons-je
 commons-jexl3.loc           = 
${maven2.repo}/org/apache/commons/commons-jexl3/${commons-jexl3.version}
 commons-jexl3.md5           = d59fed0ea84b84a1574b023eacd47f1a
 
-commons-lang3.version       = 3.7
+commons-lang3.version       = 3.8
 commons-lang3.jar           = commons-lang3-${commons-lang3.version}.jar
 commons-lang3.loc           = 
${maven2.repo}/org/apache/commons/commons-lang3/${commons-lang3.version}
-commons-lang3.md5           = f1df5623d78c432b7c3d58ff491e1801
+commons-lang3.md5           = 0e9023b7d40f09a8f7bdb32889ef4449
 
 commons-math3.version         = 3.6.1
 commons-math3.jar             = commons-math3-${commons-math3.version}.jar

Modified: jmeter/trunk/eclipse.classpath
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1838663&r1=1838662&r2=1838663&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Wed Aug 22 16:50:27 2018
@@ -56,7 +56,7 @@
        <classpathentry kind="lib" path="lib/commons-io-2.6.jar"/>
        <classpathentry kind="lib" path="lib/commons-jexl-2.1.1.jar"/>
        <classpathentry kind="lib" path="lib/commons-jexl3-3.1.jar"/>
-       <classpathentry kind="lib" path="lib/commons-lang3-3.7.jar"/>
+       <classpathentry kind="lib" path="lib/commons-lang3-3.8.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.6.0.jar"/>

Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1838663&r1=1838662&r2=1838663&view=diff
==============================================================================
--- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original)
+++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Wed Aug 22 16:50:27 2018
@@ -67,7 +67,7 @@ under the License.
       <commons-io.version>2.6</commons-io.version>
       <commons-jexl2.version>2.1.1</commons-jexl2.version>
       <commons-jexl3.version>3.1</commons-jexl3.version>
-      <commons-lang3.version>3.7</commons-lang3.version>
+      <commons-lang3.version>3.8</commons-lang3.version>
       <commons-math3.version>3.6.1</commons-math3.version>
       <commons-net.version>3.6</commons-net.version>
       <commons-pool2.version>2.6.0</commons-pool2.version>

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1838663&r1=1838662&r2=1838663&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Wed Aug 22 16:50:27 2018
@@ -186,6 +186,7 @@ this behaviour, set <code>httpclient.res
     <li>Updated to ph-css-6.1.1 (from ph-css-6.0.0)</li>
     <li>Updated to ph-commons-9.1.2 (from ph-commons-9.0.0)</li>
     <li>Updated to rhino-1.7.10 (from +rhino-1.7.7.2)</li>
+    <li>Updated to commons-lang3-3.8 (from commons-lang3-3.7)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->


Reply via email to