From 91d029c9f5328c8f454e10517dc1e74168e10b72 Mon Sep 17 00:00:00 2001 From: Gianluca Finocchiaro Date: Wed, 31 Oct 2018 16:04:43 +0100 Subject: [PATCH] Do minor changes. --- CHANGELOG.md | 21 +++++++++++---------- pom.xml | 10 +++++----- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 496d92a..bc52c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,20 @@ -1.2.0 build 250 (18 Oct 2018) +1.2.0 build 255 (18 Oct 2018) ---------------------------------------------------------------- **Improvements** - Increased minimum required Java version to 8. -- Updated link to new `MQTT.Cool Getting Started Guide` URL in API Specification. +- Updated link to new `MQTT.Cool Getting Started Guide` URL in the API + specification. - Updated `pom.xml` by upgrading `maven-javadoc-plugin` to version 3.0.1. **Bug Fixes** - Fixed wrong reference to the default ClientId prefix in documentation of the `MqttBrokerConfig.getClientIdPrefix()` method. -- Removed from API Specification unsupported *HTML5* tags. +- Removed unsupported *HTML5* tags from the API specification. -**MQTT.Cool Compatibility Notes** +**Compatibility** Compatible with MQTT.Cool since version 1.0.3 b3 @@ -28,9 +29,9 @@ Compatible with MQTT.Cool since version 1.0.3 b3 up of encrypted connections. - Added required methods to `MqttBrokerConfig` and `MqttBokerConfigBuilder` for handling new `SecurityParams` class. -- Updated API Specification to reflect changes made necessary by +- Updated the API specification to reflect changes made necessary by `SecurityParams` management. -- Done other minor changes in API Specification to improve readability. +- Done other minor changes in the API specification to improve readability. In particular: - Clarified which schemas can be used in the URI returned by `MqttBrokerConfig.getAddress()`. @@ -39,7 +40,7 @@ for handling new `SecurityParams` class. **Bug Fixes** -- Fixed API Specification. In particular: +- Fixed the API specification. In particular: - Fixed typos. - Fixed conditions which actually throw `IllegalArgumentsException` in the `MqttBrokerConfigBuilder.willMessage(...)` method. @@ -47,7 +48,7 @@ the `MqttBrokerConfigBuilder.willMessage(...)` method. `MqttBrokerConfigBuilder.willMessage(...)` method about the behavior of `MqttBrokerConfig.getWillMessage()`. -**MQTT.Cool Compatibility Notes** +**Compatibility** Compatible with MQTT.Cool since version 1.0.3 b3 @@ -63,7 +64,7 @@ Compatible with MQTT.Cool since version 1.0.3 b3 - Added JUnit test cases for the concrete classes provided by the API. - Improved code formatting. -**MQTT.Cool Compatibility Notes** +**Compatibility** Compatible with MQTT.Cool since version 1.0.3 b1 @@ -74,6 +75,6 @@ Compatible with MQTT.Cool since version 1.0.3 b1 First public release. -**MQTT.Cool Compatibility Notes** +**Compatibility** Compatible with MQTT.Cool since version 1.0.3 b1 \ No newline at end of file diff --git a/pom.xml b/pom.xml index c390efc..b9f1e0c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ https://www.lightstreamer.com/ - + scm:git:https://github.com/MQTTCool/mqtt.cool-hook-java-api scm:git:https://github.com/MQTTCool/mqtt.cool-hook-java-api.git @@ -43,7 +43,7 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + 1.8 1.8 @@ -51,7 +51,7 @@ 3.0.1 3.0.1 - + junit @@ -60,7 +60,7 @@ test - + @@ -139,5 +139,5 @@ - +