diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c1cf419b..7729103601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 1.3.3 - 2017-06-14 +### Added + +### Changed +- fixes #71 break the metrics tie to security for client_id + ## 1.3.2 - 2017-06-14 ### Added diff --git a/audit/pom.xml b/audit/pom.xml index 72986fd49f..cbdb53c25b 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/balance/pom.xml b/balance/pom.xml index 0b61dda3ec..2b5b8e9bff 100644 --- a/balance/pom.xml +++ b/balance/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/body/pom.xml b/body/pom.xml index 3eb8590aac..9bf1fdfe4f 100644 --- a/body/pom.xml +++ b/body/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/client/pom.xml b/client/pom.xml index 54722a6662..511ea504c4 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/cluster/pom.xml b/cluster/pom.xml index 8b38b5266e..bb28116baf 100644 --- a/cluster/pom.xml +++ b/cluster/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/config/pom.xml b/config/pom.xml index 07039ee843..a5f7d9f7d0 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/consul/pom.xml b/consul/pom.xml index 8adc0c90cb..c491a2dfdd 100644 --- a/consul/pom.xml +++ b/consul/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/correlation/pom.xml b/correlation/pom.xml index 3022031872..56e8cf8f09 100644 --- a/correlation/pom.xml +++ b/correlation/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/cors/pom.xml b/cors/pom.xml index 660e12e426..030558e8a7 100644 --- a/cors/pom.xml +++ b/cors/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/dump/pom.xml b/dump/pom.xml index b9125e4fb5..1f77e21311 100644 --- a/dump/pom.xml +++ b/dump/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/exception/pom.xml b/exception/pom.xml index 1e84b9e9b9..fdf19c6b58 100644 --- a/exception/pom.xml +++ b/exception/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/handler/pom.xml b/handler/pom.xml index 8fa710a0c5..c39d6d3f3e 100644 --- a/handler/pom.xml +++ b/handler/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/health/pom.xml b/health/pom.xml index 717af05c73..09730f3f64 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/info/pom.xml b/info/pom.xml index c3ed10d386..05c1bbb855 100644 --- a/info/pom.xml +++ b/info/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/limit/pom.xml b/limit/pom.xml index 042bedb92f..f53ed077de 100644 --- a/limit/pom.xml +++ b/limit/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/mask/pom.xml b/mask/pom.xml index 34cd3b8072..bcd59ef80e 100644 --- a/mask/pom.xml +++ b/mask/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/metrics/pom.xml b/metrics/pom.xml index ae9f343dec..6805fa0ce1 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/pom.xml b/pom.xml index 03382e3545..94ca1284bf 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.networknt light-4j - 1.3.2 + 1.3.3 pom Parent POM Light 4J Framework Components diff --git a/registry/pom.xml b/registry/pom.xml index 034cd3ee65..952411f8e6 100644 --- a/registry/pom.xml +++ b/registry/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/sanitizer/pom.xml b/sanitizer/pom.xml index 3a512283b5..f971c601a8 100644 --- a/sanitizer/pom.xml +++ b/sanitizer/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/security/pom.xml b/security/pom.xml index f300265da5..af1d5e5dab 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/server/pom.xml b/server/pom.xml index f51124cc5d..afc2e9bde0 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/service/pom.xml b/service/pom.xml index 8d7a8af570..e37970fc75 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/status/pom.xml b/status/pom.xml index a0c8f78255..be8b68b1c2 100644 --- a/status/pom.xml +++ b/status/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/switcher/pom.xml b/switcher/pom.xml index 417bf4881a..4cd9f62b7c 100644 --- a/switcher/pom.xml +++ b/switcher/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/traceability/pom.xml b/traceability/pom.xml index 8c29d8cfd1..c89cdcc22b 100644 --- a/traceability/pom.xml +++ b/traceability/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/utility/pom.xml b/utility/pom.xml index db92f7eee7..fb1be9a57f 100644 --- a/utility/pom.xml +++ b/utility/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 .. diff --git a/zookeeper/pom.xml b/zookeeper/pom.xml index 04a9797998..2a08eb2287 100644 --- a/zookeeper/pom.xml +++ b/zookeeper/pom.xml @@ -21,7 +21,7 @@ com.networknt light-4j - 1.3.2 + 1.3.3 ..