From commits-return-7663-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Wed Jul 12 21:08:00 2017 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1AD41AD9E for ; Wed, 12 Jul 2017 21:07:59 +0000 (UTC) Received: (qmail 17647 invoked by uid 500); 12 Jul 2017 21:07:59 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 17614 invoked by uid 500); 12 Jul 2017 21:07:59 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 17558 invoked by uid 99); 12 Jul 2017 21:07:59 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2017 21:07:59 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 623623A031D for ; Wed, 12 Jul 2017 21:07:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1801782 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml Date: Wed, 12 Jul 2017 21:07:56 -0000 To: commits@jmeter.apache.org From: pmouawad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170712210758.623623A031D@svn01-us-west.apache.org> Author: pmouawad Date: Wed Jul 12 21:07:56 2017 New Revision: 1801782 URL: http://svn.apache.org/viewvc?rev=1801782&view=rev Log: Updated to ph-commons 8.6.6 (from 8.6.6) Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties jmeter/trunk/eclipse.classpath jmeter/trunk/lib/ (props changed) jmeter/trunk/lib/aareadme.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=1801782&r1=1801781&r2=1801782&view=diff ============================================================================== --- jmeter/trunk/LICENSE [utf-8] (original) +++ jmeter/trunk/LICENSE [utf-8] Wed Jul 12 21:07:56 2017 @@ -250,7 +250,7 @@ The following software is provided under * json-path-2.4.0.jar * json-smart-2.3.jar * mongo-java-driver-2.11.3.jar -* ph-commons-8.6.5.jar +* ph-commons-8.6.6.jar * ph-css-5.0.4.jar - Software produced outside the ASF which is available under other licenses (not AL 2.0): Modified: jmeter/trunk/build.properties URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1801782&r1=1801781&r2=1801782&view=diff ============================================================================== --- jmeter/trunk/build.properties (original) +++ jmeter/trunk/build.properties Wed Jul 12 21:07:56 2017 @@ -266,10 +266,10 @@ ph-css.jar = ph-css-${p ph-css.loc = ${maven2.repo}/com/helger/ph-css/${ph-css.version} ph-css.md5 = 5093b626ae9280a3604c831e14c88f7e -ph-commons.version = 8.6.5 +ph-commons.version = 8.6.6 ph-commons.jar = ph-commons-${ph-commons.version}.jar ph-commons.loc = ${maven2.repo}/com/helger/ph-commons/${ph-commons.version} -ph-commons.md5 = 0b968488c86406864fd51937aa773dd5 +ph-commons.md5 = 12a2055cdc6e231fe18ab9766a7853f0 rsyntaxtextarea.version = 2.6.1 rsyntaxtextarea.jar = rsyntaxtextarea-${rsyntaxtextarea.version}.jar Modified: jmeter/trunk/eclipse.classpath URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1801782&r1=1801781&r2=1801782&view=diff ============================================================================== --- jmeter/trunk/eclipse.classpath (original) +++ jmeter/trunk/eclipse.classpath Wed Jul 12 21:07:56 2017 @@ -86,7 +86,7 @@ - + Propchange: jmeter/trunk/lib/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Jul 12 21:07:56 2017 @@ -50,7 +50,7 @@ log4j-slf4j-impl-2.8.2.jar mail-1.5.0-b01.jar mongo-java-driver-2.11.3.jar ph-css-5.0.4.jar -ph-commons-8.6.5.jar +ph-commons-8.6.6.jar rsyntaxtextarea-2.6.1.jar oro-2.0.8.jar rhino-1.7.7.1.jar Modified: jmeter/trunk/lib/aareadme.txt URL: http://svn.apache.org/viewvc/jmeter/trunk/lib/aareadme.txt?rev=1801782&r1=1801781&r2=1801782&view=diff ============================================================================== --- jmeter/trunk/lib/aareadme.txt (original) +++ jmeter/trunk/lib/aareadme.txt Wed Jul 12 21:07:56 2017 @@ -162,7 +162,7 @@ ph-css-5.0.4 https://github.com/phax/ph-css - CssParser -ph-commons-8.6.5 +ph-commons-8.6.6 -------- https://github.com/phax/ph-commons - CssParser Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom URL: http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1801782&r1=1801781&r2=1801782&view=diff ============================================================================== --- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original) +++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Wed Jul 12 21:07:56 2017 @@ -95,7 +95,7 @@ under the License. 4.12 2.11.3 5.0.4 - 8.6.5 + 8.6.6 2.6.1 1.7.25 1.7.25 Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1801782&r1=1801781&r2=1801782&view=diff ============================================================================== --- jmeter/trunk/xdocs/changes.xml [utf-8] (original) +++ jmeter/trunk/xdocs/changes.xml [utf-8] Wed Jul 12 21:07:56 2017 @@ -135,7 +135,7 @@ Summary
  • Updated to caffeine 2.5.3 (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)
  • +
  • Updated to ph-commons 8.6.6 (from 8.6.0)
  • Updated to log4j2 2.8.2 (from 2.8.1)
  • Updated to xmlgraphics-commons 2.2 (from 2.1)
  • Updated to jodd 3.8.6 (from 3.8.1)