Skip to content

Commit 413eb0a

Browse files
authored
Merge pull request #217 from hivemq/release-4.6.0
Release MQTT-CLI 4.6.0
2 parents cdb05eb + decb4bd commit 413eb0a

File tree

4 files changed

+719
-587
lines changed

4 files changed

+719
-587
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66

77
# MQTT Command Line Interface
88

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)
1615

1716
MQTT 5.0 and 3.1.1 compatible and feature-rich MQTT Command Line Interface
1817

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ apply plugin: 'org.owasp.dependencycheck'
4242
javadoc.options.encoding = 'UTF-8'
4343

4444
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" : "")
4646
description = 'MQTT CLI is a tool that provides a feature rich command line interface for connecting, ' +
4747
'publishing, subscribing, unsubscribing and disconnecting ' +
4848
'various MQTT clients simultaneously and supports MQTT 5.0 and MQTT 3.1.1 '
4949

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'
5252

5353
application {
5454
mainClassName = 'com.hivemq.cli.MqttCLIMain'

0 commit comments

Comments
 (0)