You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/18 04:11:22 UTC

svn commit: r1232734 - in /jmeter/trunk: build.properties xdocs/changes.xml

Author: sebb
Date: Wed Jan 18 03:11:22 2012
New Revision: 1232734

URL: http://svn.apache.org/viewvc?rev=1232734&view=rev
Log:
Jexl update

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1232734&r1=1232733&r2=1232734&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Wed Jan 18 03:11:22 2012
@@ -88,10 +88,10 @@ commons-jexl.jar            = commons-je
 commons-jexl.loc            = ${maven2.repo}/commons-jexl/commons-jexl/${commons-jexl.version}
 commons-jexl.md5            = 3F7735D20FCE1DBE05F62FF7A7B178DC
 
-commons-jexl2.version       = 2.0.1
+commons-jexl2.version       = 2.1.1
 commons-jexl2.jar           = commons-jexl-${commons-jexl2.version}.jar
 commons-jexl2.loc           = ${maven2.repo}/org/apache/commons/commons-jexl/${commons-jexl2.version}
-commons-jexl2.md5           = 98a410281a57d744991e64e5c9789920
+commons-jexl2.md5           = 4ad8f5c161dd3a50e190334555675db9
 
 commons-lang.version        = 2.6
 commons-lang.jar            = commons-lang-${commons-lang.version}.jar
@@ -208,8 +208,9 @@ xstream.jar                 = xstream-${
 xstream.loc                 = ${maven2.repo}/com/thoughtworks/xstream/xstream/${xstream.version}
 xstream.md5                 = 4DFEBEC402E7606B2C1F66DEC1773E8F
 
-xpp3.jar                    = xpp3_min-1.1.4c.jar
-xpp3.loc                    = ${maven2.repo}/xpp3/xpp3_min/1.1.4c
+xpp3.version                = 1.1.4c
+xpp3.jar                    = xpp3_min-${xpp3.version}.jar
+xpp3.loc                    = ${maven2.repo}/xpp3/xpp3_min/${xpp3.version}
 xpp3.md5                    = DCD95BCB84B09897B2B66D4684C040DA
 
 # Xalan can be found at: http://xml.apache.org/xalan-j/

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1232734&r1=1232733&r2=1232734&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Wed Jan 18 03:11:22 2012
@@ -272,6 +272,7 @@ Loads any additional properties found in
 <li>Update js.jar to 1.7R3 (from 1.6R5)</li>
 <li>Update commons-codec 1.5 => 1.6</li>
 <li>Update commons-io 2.0.1 => 2.1</li>
+<li>Update commons-jexl 2.0.1 => 2.1.1</li>
 <li>Update jdom 1.1 => 1.1.2</li>
 <li>Update junit 4.9 => 4.10</li>
 <li>Bug 51954 - Generated documents include &lt;/br&gt; entries which cause extra blank lines </li>