Update to latest metrics-lib version 2.14.0.

As a result, we'll be able to process OnionPerf analysis JSON file
version 3.0.
This commit is contained in:
Karsten Loesing 2020-08-07 21:07:50 +02:00
parent 0b246ad078
commit 09d94661db
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
- Estimate bridge users by country based on requests by country, if - Estimate bridge users by country based on requests by country, if
available, to get more accurate numbers than those obtained from available, to get more accurate numbers than those obtained from
unique IP address counts. unique IP address counts.
- Update to metrics-lib 2.13.0 and ExoneraTor 4.4.0. - Update to metrics-lib 2.14.0 and ExoneraTor 4.4.0.
- Switch from processing Torperf .tpf to OnionPerf analysis .json - Switch from processing Torperf .tpf to OnionPerf analysis .json
files. files.

View File

@ -10,7 +10,7 @@
<property name="javadoc-title" value="MetricsWeb API Documentation"/> <property name="javadoc-title" value="MetricsWeb API Documentation"/>
<property name="implementation-title" value="metrics-web" /> <property name="implementation-title" value="metrics-web" />
<property name="release.version" value="1.3.0-dev" /> <property name="release.version" value="1.3.0-dev" />
<property name="metricslibversion" value="2.13.0" /> <property name="metricslibversion" value="2.14.0" />
<property name="exoneratorversion" value="4.4.0" /> <property name="exoneratorversion" value="4.4.0" />
<property name="jetty.version" value="-9.2.21.v20170120" /> <property name="jetty.version" value="-9.2.21.v20170120" />
<property name="warfile" <property name="warfile"