mirror of https://github.com/apache/jmeter.git
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: 3bb6ce53d5
This commit is contained in:
parent
149a7638e6
commit
59744a7f34
2
LICENSE
2
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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
<classpathentry kind="lib" path="lib/mail-1.5.0-b01.jar"/>
|
||||
<classpathentry kind="lib" path="lib/mongo-java-driver-2.11.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ph-css-5.0.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ph-commons-8.6.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ph-commons-8.6.5.jar"/>
|
||||
<classpathentry kind="lib" path="lib/oro-2.0.8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/rhino-1.7.7.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.6.1.jar"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ under the License.
|
|||
<junit.version>4.12</junit.version>
|
||||
<mongo-java-driver.version>2.11.3</mongo-java-driver.version>
|
||||
<ph-css.version>5.0.4</ph-css.version>
|
||||
<ph-commons.version>8.6.0</ph-commons.version>
|
||||
<ph-commons.version>8.6.5</ph-commons.version>
|
||||
<rsyntaxtextarea.version>2.6.1</rsyntaxtextarea.version>
|
||||
<slf4j-api.version>1.7.25</slf4j-api.version>
|
||||
<slf4j-ext.version>1.7.25</slf4j-ext.version>
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ Summary
|
|||
<li>Updated to caffeine 2.5.1 (from 2.4.0)</li>
|
||||
<li>Updated to commons-jexl3 3.1 (from 3.0)</li>
|
||||
<li>Updated to ph-css 5.0.4 (from 5.0.3)</li>
|
||||
<li>Updated to ph-commons 8.6.5 (from 8.6.0)</li>
|
||||
</ul>
|
||||
|
||||
<!-- =================== Bug fixes =================== -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue