From 59744a7f34f9689dc40d5b57d326ce8130fb4aa0 Mon Sep 17 00:00:00 2001 From: Philippe Mouawad Date: Sun, 28 May 2017 20:30:21 +0000 Subject: [PATCH] Update ph-commons to 8.6.5 from 8.6.0 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1796534 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: 3bb6ce53d59119a546e7d6a86dbe648905faec13 --- LICENSE | 2 +- build.properties | 4 ++-- eclipse.classpath | 2 +- lib/aareadme.txt | 2 +- res/maven/ApacheJMeter_parent.pom | 2 +- xdocs/changes.xml | 1 + 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 56407510dd..1ff0e78349 100644 --- a/LICENSE +++ b/LICENSE @@ -250,7 +250,7 @@ The following software is provided under the Apache License V 2.0 (as above): * json-path-2.2.0.jar * json-smart-2.3.jar * mongo-java-driver-2.11.3.jar -* ph-commons-8.6.0.jar +* ph-commons-8.6.5.jar * ph-css-5.0.4.jar - Software produced outside the ASF which is available under other licenses (not AL 2.0): diff --git a/build.properties b/build.properties index 974cea8b16..08391d7e4f 100644 --- a/build.properties +++ b/build.properties @@ -266,10 +266,10 @@ ph-css.jar = ph-css-${ph-css.version}.jar ph-css.loc = ${maven2.repo}/com/helger/ph-css/${ph-css.version} ph-css.md5 = 5093b626ae9280a3604c831e14c88f7e -ph-commons.version = 8.6.0 +ph-commons.version = 8.6.5 ph-commons.jar = ph-commons-${ph-commons.version}.jar ph-commons.loc = ${maven2.repo}/com/helger/ph-commons/${ph-commons.version} -ph-commons.md5 = 98910b76472deaf3b0ddc24aee63329d +ph-commons.md5 = 0b968488c86406864fd51937aa773dd5 rsyntaxtextarea.version = 2.6.1 rsyntaxtextarea.jar = rsyntaxtextarea-${rsyntaxtextarea.version}.jar diff --git a/eclipse.classpath b/eclipse.classpath index c162f982bb..581c9e9e29 100644 --- a/eclipse.classpath +++ b/eclipse.classpath @@ -86,7 +86,7 @@ - + diff --git a/lib/aareadme.txt b/lib/aareadme.txt index 6f58f71ff7..46712b357b 100644 --- a/lib/aareadme.txt +++ b/lib/aareadme.txt @@ -162,7 +162,7 @@ ph-css-5.0.4 https://github.com/phax/ph-css - CssParser -ph-commons-8.6.0 +ph-commons-8.6.5 -------- https://github.com/phax/ph-commons - CssParser diff --git a/res/maven/ApacheJMeter_parent.pom b/res/maven/ApacheJMeter_parent.pom index e15ab037ae..41572163c0 100644 --- a/res/maven/ApacheJMeter_parent.pom +++ b/res/maven/ApacheJMeter_parent.pom @@ -95,7 +95,7 @@ under the License. 4.12 2.11.3 5.0.4 - 8.6.0 + 8.6.5 2.6.1 1.7.25 1.7.25 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index b8ac17b9d3..45a9ef29b5 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -130,6 +130,7 @@ Summary
  • Updated to caffeine 2.5.1 (from 2.4.0)
  • Updated to commons-jexl3 3.1 (from 3.0)
  • Updated to ph-css 5.0.4 (from 5.0.3)
  • +
  • Updated to ph-commons 8.6.5 (from 8.6.0)