Author: pmouawad
Date: Sun Dec 23 11:54:36 2018
New Revision: 1849607

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

Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/lib/aareadme.txt
    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=1849607&r1=1849606&r2=1849607&view=diff
==============================================================================
--- jmeter/trunk/LICENSE [utf-8] (original)
+++ jmeter/trunk/LICENSE [utf-8] Sun Dec 23 11:54:36 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.8.jar
+* commons-lang3-3.8.1.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=1849607&r1=1849606&r2=1849607&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Sun Dec 23 11:54:36 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.sha512        = 
6AD2D83CFB29CB6C19DB70D4A89E8BD317B10DA736AC0B9B37C3F4DF8E428AE5987BF73AA1BA9439955E7278B7E056B009B691E2E64925E3E3C5B2CFA1349D9F
 
-commons-lang3.version       = 3.8
+commons-lang3.version       = 3.8.1
 commons-lang3.jar           = commons-lang3-${commons-lang3.version}.jar
 commons-lang3.loc           = 
${maven2.repo}/org/apache/commons/commons-lang3/${commons-lang3.version}
-commons-lang3.sha512        = 
18E35F8E88EDB1050D47A722405BE20D668D8D989C7026FE02B6ECFCF8A68256E0D7397F2F5704DD454B420BBDF927B10BC463F46FC7990A3A0D27E132E78639
+commons-lang3.sha512        = 
FB0FE98385496A565678A000C26A3245082ABFBF879CC29A35112B4BF18C966697A7A63BB1FD2FAE4A42512CD3DE5A2E6DC9D1DF4A4058332A6DDEAE06CDF667
 
 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=1849607&r1=1849606&r2=1849607&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Sun Dec 23 11:54:36 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.8.jar"/>
+       <classpathentry kind="lib" path="lib/commons-lang3-3.8.1.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"/>

Propchange: jmeter/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Dec 23 11:54:36 2018
@@ -15,7 +15,7 @@ commons-httpclient-3.1.jar
 commons-io-2.6.jar
 commons-jexl-2.1.1.jar
 commons-jexl3-3.1.jar
-commons-lang3-3.8.jar
+commons-lang3-3.8.1.jar
 commons-math3-3.6.1.jar
 commons-net-3.6.jar
 commons-pool2-2.6.0.jar

Modified: jmeter/trunk/lib/aareadme.txt
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/lib/aareadme.txt?rev=1849607&r1=1849606&r2=1849607&view=diff
==============================================================================
--- jmeter/trunk/lib/aareadme.txt (original)
+++ jmeter/trunk/lib/aareadme.txt Sun Dec 23 11:54:36 2018
@@ -67,7 +67,7 @@ commons-lang-2.6
 http://commons.apache.org/downloads/download_lang.cgi
 - velocity (Anakia)
 
-commons-lang3-3.7
+commons-lang3-3.8.1
 ----------------
 http://commons.apache.org/downloads/download_lang.cgi
 - URLCollection (unescapeXml)

Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1849607&r1=1849606&r2=1849607&view=diff
==============================================================================
--- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original)
+++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Sun Dec 23 11:54:36 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.8</commons-lang3.version>
+      <commons-lang3.version>3.8.1</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=1849607&r1=1849606&r2=1849607&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Dec 23 11:54:36 2018
@@ -134,6 +134,7 @@ of previous time slot as a base. Startin
 <ul>
     <li>Updated to tika-core and tika-parsers 1.19.1 (from 1.18)</li>
     <li>Updated to commons-dbcp2-2.5.0 (from commons-dbcp2-2.4.0)</li>
+    <li>Updated to commons-lang3-3.8.1 (from commons-lang3-3.8)</li>
     <li><bug>62818</bug>Updated to xercesImpl to 2.12.0 (from 2.11.0). 
Reported by Stefan Seide (stefan at trilobyte-se.de)</li>
     <li><bug>62821</bug><pr>405</pr>Use SHA-512 checksums instead of MD5 to 
verify jar downloads</li>
     <li><pr>408</pr>Log an informational message instead of an stack trace, 
when JavaFX is not found for the <code>RenderInBrowser</code> component.</li>


Reply via email to