File tree Expand file tree Collapse file tree 4 files changed +719
-587
lines changed Expand file tree Collapse file tree 4 files changed +719
-587
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# MQTT Command Line Interface
8
8
9
- [ ![ GitHub Release] ( https://img.shields.io/github/v/release/hivemq/mqtt-cli )] ( https://github.com/hivemq/mqtt-cli/releases )
10
- [ ![ Build Status] ( https://travis-ci.com/hivemq/mqtt-cli.svg?branch=develop )] ( https://travis-ci.com/hivemq/mqtt-cli )
11
- [ ![ CLI Downloads] ( https://img.shields.io/github/downloads/hivemq/mqtt-cli/total )] ( https://github.com/hivemq/mqtt-cli/releases )
12
- [ ![ CLI License] ( https://img.shields.io/github/license/hivemq/mqtt-cli )] ( https://github.com/hivemq/mqtt-cli/blob/develop/LICENSE )
13
- [ ![ MQTT Client] ( https://img.shields.io/badge/hivemq--mqtt--client-1.2.0-green )] ( https://github.com/hivemq/hivemq-mqtt-client )
14
- [ ![ HiveMQ Testcontainer] ( https://img.shields.io/badge/testcontainer-1.1.1-green.svg )] ( https://github.com/hivemq/hivemq-testcontainer )
15
- [ ![ picocli] ( https://img.shields.io/badge/picocli-4.5.0-green.svg )] ( https://github.com/remkop/picocli )
9
+ [ ![ GitHub Release] ( https://img.shields.io/github/v/release/hivemq/mqtt-cli?style=for-the-badge )] ( https://github.com/hivemq/mqtt-cli/releases )
10
+ [ ![ Build Status] ( https://img.shields.io/travis/com/hivemq/mqtt-cli/develop.svg?style=for-the-badge )] ( https://travis-ci.com/hivemq/mqtt-cli )
11
+ [ ![ CLI Downloads] ( https://img.shields.io/github/downloads/hivemq/mqtt-cli/total?style=for-the-badge )] ( https://github.com/hivemq/mqtt-cli/releases )
12
+ [ ![ CLI License] ( https://img.shields.io/github/license/hivemq/mqtt-cli?style=for-the-badge )] ( https://github.com/hivemq/mqtt-cli/blob/develop/LICENSE )
13
+ [ ![ MQTT Client] ( https://img.shields.io/badge/hivemq--mqtt--client-1.2.2-green?style=for-the-badge )] ( https://github.com/hivemq/hivemq-mqtt-client )
14
+ [ ![ picocli] ( https://img.shields.io/badge/picocli-4.6.1-green.svg?style=for-the-badge )] ( https://github.com/remkop/picocli )
16
15
17
16
MQTT 5.0 and 3.1.1 compatible and feature-rich MQTT Command Line Interface
18
17
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ apply plugin: 'org.owasp.dependencycheck'
42
42
javadoc. options. encoding = ' UTF-8'
43
43
44
44
group = ' com.hivemq'
45
- version = ' 4.5.3 ' + (Boolean . valueOf(System . getProperty(" snapshot" )) ? " -SNAPSHOT" : " " )
45
+ version = ' 4.6.0 ' + (Boolean . valueOf(System . getProperty(" snapshot" )) ? " -SNAPSHOT" : " " )
46
46
description = ' MQTT CLI is a tool that provides a feature rich command line interface for connecting, ' +
47
47
' publishing, subscribing, unsubscribing and disconnecting ' +
48
48
' various MQTT clients simultaneously and supports MQTT 5.0 and MQTT 3.1.1 '
49
49
50
- def hivemqApiVersion = ' 4.5.3 '
51
- def hivemqSwarmApiVersion = ' 4.6.0-RC2 '
50
+ def hivemqApiVersion = ' 4.6.0 '
51
+ def hivemqSwarmApiVersion = ' 4.6.0'
52
52
53
53
application {
54
54
mainClassName = ' com.hivemq.cli.MqttCLIMain'
You can’t perform that action at this time.
0 commit comments