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 2015/04/21 01:05:29 UTC

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

Author: milamber
Date: Mon Apr 20 23:05:29 2015
New Revision: 1675002

URL: http://svn.apache.org/r1675002
Log:
Updated to Apache commons-math3 3.5

Modified:
    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/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1675002&r1=1675001&r2=1675002&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Mon Apr 20 23:05:29 2015
@@ -118,10 +118,10 @@ commons-logging.loc         = ${maven2.r
 #commons-logging.md5         = E2C390FE739B2550A218262B28F290CE
 commons-logging.md5         = 040b4b4d8eac886f6b4a2a3bd2f31b00
 
-commons-math3.version         = 3.4.1
+commons-math3.version         = 3.5
 commons-math3.jar             = commons-math3-${commons-math3.version}.jar
 commons-math3.loc             = ${maven2.repo}/org/apache/commons/commons-math3/${commons-math3.version}
-commons-math3.md5             = 14a218d0ee57907dd2c7ef944b6c0afd
+commons-math3.md5             = 096ce126e481ebf22fbf8b96fa7243f9
 
 commons-net.version         = 3.3
 commons-net.jar             = commons-net-${commons-net.version}.jar

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1675002&r1=1675001&r2=1675002&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Mon Apr 20 23:05:29 2015
@@ -54,7 +54,7 @@
 	<classpathentry kind="lib" path="lib/commons-jexl-2.1.1.jar"/>
 	<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
 	<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
-    <classpathentry kind="lib" path="lib/commons-math3-3.4.1.jar"/>
+    <classpathentry kind="lib" path="lib/commons-math3-3.5.jar"/>
 	<classpathentry kind="lib" path="lib/commons-net-3.3.jar"/>
     <classpathentry kind="lib" path="lib/commons-pool2-2.3.jar"/>
 	<classpathentry kind="lib" path="lib/dnsjava-2.1.7.jar"/>

Propchange: jmeter/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Apr 20 23:05:29 2015
@@ -12,7 +12,7 @@ commons-jexl-1.1.jar
 commons-jexl-2.1.1.jar
 commons-lang3-3.3.2.jar
 commons-logging-1.2.jar
-commons-math3-3.4.1.jar
+commons-math3-3.5.jar
 commons-net-3.3.jar
 commons-pool2-2.3.jar
 dnsjava-2.1.7.jar

Modified: jmeter/trunk/lib/aareadme.txt
URL: http://svn.apache.org/viewvc/jmeter/trunk/lib/aareadme.txt?rev=1675002&r1=1675001&r2=1675002&view=diff
==============================================================================
--- jmeter/trunk/lib/aareadme.txt (original)
+++ jmeter/trunk/lib/aareadme.txt Mon Apr 20 23:05:29 2015
@@ -71,7 +71,7 @@ commons-logging-1.2
 http://commons.apache.org/downloads/download_logging.cgi
 - httpclient
 
-commons-math3-3.4.1
+commons-math3-3.5
 -----------------
 http://commons.apache.org/proper/commons-math/download_math.cgi
 - BackendListener

Modified: jmeter/trunk/licenses/bin/README.txt
URL: http://svn.apache.org/viewvc/jmeter/trunk/licenses/bin/README.txt?rev=1675002&r1=1675001&r2=1675002&view=diff
==============================================================================
--- jmeter/trunk/licenses/bin/README.txt (original)
+++ jmeter/trunk/licenses/bin/README.txt Mon Apr 20 23:05:29 2015
@@ -13,7 +13,7 @@ commons-jexl-1.1.jar
 commons-jexl-2.1.1.jar
 commons-lang3-3.3.2.jar
 commons-logging-1.2.jar
-commons-math3-3.4.1.jar
+commons-math3-3.5.jar
 commons-net-3.3.jar
 commons-pool2-2.3.jar
 excalibur-datasource-2.1.jar

Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom
URL: http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1675002&r1=1675001&r2=1675002&view=diff
==============================================================================
--- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original)
+++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Mon Apr 20 23:05:29 2015
@@ -66,7 +66,7 @@ under the License.
       <commons-jexl2.version>2.1.1</commons-jexl2.version>
       <commons-lang3.version>3.3.2</commons-lang3.version>
       <commons-logging.version>1.2</commons-logging.version>
-      <commons-math3.version>3.4.1</commons-math3.version>
+      <commons-math3.version>3.5</commons-math3.version>
       <commons-net.version>3.3</commons-net.version>
       <commons-pool2.version>2.3</commons-pool2.version>
       <dnsjava.version>2.1.7</dnsjava.version>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1675002&r1=1675001&r2=1675002&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Apr 20 23:05:29 2015
@@ -110,6 +110,7 @@ Summary
 <ch_section>Non-functional changes</ch_section>
 <ul>
 <li>Updated to tika-core and tika-parsers 1.8 (from 1.7)</li>
+<li>Updated to commons-math3 3.5 (from 3.4.1)</li>
 </ul>
  
  <!-- =================== Bug fixes =================== -->