Skip to content

Commit

Permalink
Update MQTTv5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdasgupt authored Jul 15, 2020
1 parent 245bad6 commit 570ed6e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MQTTv5.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ The latest release version is ```1.2.5``` and the current snapshot version is ``
<artifactId>org.eclipse.paho.mqttv5.client</artifactId>
<version>%VERSION%</version>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.mqttv5.common</artifactId>
<version>%VERSION%</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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)
Expand Down

0 comments on commit 570ed6e

Please sign in to comment.