You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/06/18 19:30:34 UTC

svn commit: r1799120 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/README.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

Author: pmouawad
Date: Sun Jun 18 19:30:34 2017
New Revision: 1799120

URL: http://svn.apache.org/viewvc?rev=1799120&view=rev
Log:
<li>Updated to commons-lang3 3.6 (from 3.5)</li>

Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/lib/aareadme.txt
    jmeter/trunk/licenses/bin/README.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=1799120&r1=1799119&r2=1799120&view=diff
==============================================================================
--- jmeter/trunk/LICENSE [utf-8] (original)
+++ jmeter/trunk/LICENSE [utf-8] Sun Jun 18 19:30:34 2017
@@ -216,7 +216,7 @@ The following software is provided under
 * commons-io-2.5.jar
 * commons-jexl2-2.1.1.jar
 * commons-jexl3-3.1.jar
-* commons-lang3-3.5.jar
+* commons-lang3-3.6.jar
 * commons-math3-3.6.1.jar
 * commons-net-3.6.jar
 * commons-pool2-2.4.2.jar

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1799120&r1=1799119&r2=1799120&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Sun Jun 18 19:30:34 2017
@@ -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.5
+commons-lang3.version       = 3.6
 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           = 780b5a8b72eebe6d0dbff1c11b5658fa
+commons-lang3.md5           = 5d18f68b5122fd398c118df53ab4cf55
 
 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=1799120&r1=1799119&r2=1799120&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Sun Jun 18 19:30:34 2017
@@ -56,7 +56,7 @@
 	<classpathentry kind="lib" path="lib/commons-io-2.5.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.5.jar"/>
+	<classpathentry kind="lib" path="lib/commons-lang3-3.6.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"/>

Propchange: jmeter/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Jun 18 19:30:34 2017
@@ -14,7 +14,7 @@ commons-httpclient-3.1.jar
 commons-io-2.5.jar
 commons-jexl-2.1.1.jar
 commons-jexl3-3.1.jar
-commons-lang3-3.5.jar
+commons-lang3-3.6.jar
 commons-math3-3.6.1.jar
 commons-net-3.6.jar
 commons-pool2-2.4.2.jar

Modified: jmeter/trunk/lib/aareadme.txt
URL: http://svn.apache.org/viewvc/jmeter/trunk/lib/aareadme.txt?rev=1799120&r1=1799119&r2=1799120&view=diff
==============================================================================
--- jmeter/trunk/lib/aareadme.txt (original)
+++ jmeter/trunk/lib/aareadme.txt Sun Jun 18 19:30:34 2017
@@ -67,7 +67,7 @@ commons-lang-2.6
 http://commons.apache.org/downloads/download_lang.cgi
 - velocity (Anakia)
 
-commons-lang3-3.5
+commons-lang3-3.6
 ----------------
 http://commons.apache.org/downloads/download_lang.cgi
 - URLCollection (unescapeXml)

Modified: jmeter/trunk/licenses/bin/README.txt
URL: http://svn.apache.org/viewvc/jmeter/trunk/licenses/bin/README.txt?rev=1799120&r1=1799119&r2=1799120&view=diff
==============================================================================
--- jmeter/trunk/licenses/bin/README.txt (original)
+++ jmeter/trunk/licenses/bin/README.txt Sun Jun 18 19:30:34 2017
@@ -11,7 +11,7 @@ commons-dbcp2-2.1.1.jar
 commons-io-2.5.jar
 commons-jexl-2.1.1.jar
 commons-jexl3-3.1.jar
-commons-lang3-3.5.jar
+commons-lang3-3.6.jar
 commons-math3-3.5.jar
 commons-net-3.6.jar
 commons-pool2-2.4.2.jar

Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom
URL: http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1799120&r1=1799119&r2=1799120&view=diff
==============================================================================
--- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original)
+++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Sun Jun 18 19:30:34 2017
@@ -67,7 +67,7 @@ under the License.
       <commons-io.version>2.5</commons-io.version>
       <commons-jexl2.version>2.1.1</commons-jexl2.version>
       <commons-jexl3.version>3.1</commons-jexl3.version>
-      <commons-lang3.version>3.5</commons-lang3.version>
+      <commons-lang3.version>3.6</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>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1799120&r1=1799119&r2=1799120&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Jun 18 19:30:34 2017
@@ -142,6 +142,7 @@ Summary
     <li>Updated to xstream 1.4.10 (from 1.4.9)</li>
     <li>Updated to Apache Tika 1.15 (from 1.14)</li>
     <li>Updated to jsoup-1.10.3 (from 1.10.2)</li>
+    <li>Updated to commons-lang3 3.6 (from 3.5)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->