From 570ed6eeaba81b0865821fed6de0d36142fedfde Mon Sep 17 00:00:00 2001 From: Ranjan Dasgupta Date: Tue, 14 Jul 2020 19:10:43 -0500 Subject: [PATCH] Update MQTTv5.md --- MQTTv5.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/MQTTv5.md b/MQTTv5.md index 11c33db11..813fff35d 100644 --- a/MQTTv5.md +++ b/MQTTv5.md @@ -29,11 +29,6 @@ The latest release version is ```1.2.5``` and the current snapshot version is `` org.eclipse.paho.mqttv5.client %VERSION% - - org.eclipse.paho - org.eclipse.paho.mqttv5.common - %VERSION% - @@ -47,7 +42,7 @@ There are two active branches on the Paho Java git repository, ```master``` whic To then build the library run the following maven command: ```mvn package -DskipTests``` -This will build the client library without running the tests. The jars for the library, source and javadoc can be found in the ```org.eclipse.paho.mqttv5.client/target``` and ```org.eclipse.paho.mqttv5.common/target``` directories. +This will build the client library without running the tests. The jars for the library, source and javadoc can be found in the ```org.eclipse.paho.mqttv5.client/target``` directory. ## Documentation Reference documentation is online at: [http://www.eclipse.org/paho/files/javadoc/index.html](http://www.eclipse.org/paho/files/javadoc/index.html)