You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/04/28 19:42:08 UTC

svn commit: r1793143 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath xdocs/changes.xml

Author: fschumacher
Date: Fri Apr 28 19:42:08 2017
New Revision: 1793143

URL: http://svn.apache.org/viewvc?rev=1793143&view=rev
Log:
Update to groovy 2.4.11 (from 2.4.10)

Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/LICENSE
URL: http://svn.apache.org/viewvc/jmeter/trunk/LICENSE?rev=1793143&r1=1793142&r2=1793143&view=diff
==============================================================================
--- jmeter/trunk/LICENSE [utf-8] (original)
+++ jmeter/trunk/LICENSE [utf-8] Fri Apr 28 19:42:08 2017
@@ -220,7 +220,7 @@ The following software is provided under
 * commons-math3-3.6.1.jar
 * commons-net-3.6.jar
 * commons-pool2-2.4.2.jar
-* groovy-all-2.4.10.jar
+* groovy-all-2.4.11.jar
 * httpasyncclient-4.1.3.jar
 * httpclient-4.5.3.jar
 * httpcore-4.4.6.jar

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1793143&r1=1793142&r2=1793143&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Fri Apr 28 19:42:08 2017
@@ -148,10 +148,10 @@ freemarker.jar               = freemarke
 freemarker.md5               = cbb1cec300ca98eea3c855cf395d4951
 
 # Groovy
-groovy-all.version        = 2.4.10
+groovy-all.version        = 2.4.11
 groovy-all.loc            = ${maven2.repo}/org/codehaus/groovy/groovy-all/${groovy-all.version}
 groovy-all.jar            = groovy-all-${groovy-all.version}.jar
-groovy-all.md5            = 345c8b92a94bd4ae7e9e3e2377984384
+groovy-all.md5            = 68623b263afb092052615d3cd73117fc
 
 # hamcrest-core
 hamcrest-core.version        = 1.3

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1793143&r1=1793142&r2=1793143&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Fri Apr 28 19:42:08 2017
@@ -62,7 +62,7 @@
 	<classpathentry kind="lib" path="lib/commons-pool2-2.4.2.jar"/>
 	<classpathentry kind="lib" path="lib/dnsjava-2.1.8.jar"/>
 	<classpathentry kind="lib" path="lib/freemarker-2.3.23.jar"/>
-	<classpathentry kind="lib" path="lib/groovy-all-2.4.10.jar"/>
+	<classpathentry kind="lib" path="lib/groovy-all-2.4.11.jar"/>
 	<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
 	<classpathentry kind="lib" path="lib/geronimo-jms_1.1_spec-1.1.1.jar"/>
 	<classpathentry kind="lib" path="lib/httpasyncclient-4.1.3.jar"/>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1793143&r1=1793142&r2=1793143&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Fri Apr 28 19:42:08 2017
@@ -122,6 +122,7 @@ Summary
 
 <ch_section>Non-functional changes</ch_section>
 <ul>
+    <li>Updated to groovy 2.4.11 (from 2.4.10)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->