Skip to content

Commit

Permalink
Release 1.1.0 (#116)
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
gitseti authored Nov 27, 2019
2 parents 07cdb06 + d56517c commit 62d2333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ apply plugin: 'com.palantir.graal'
javadoc.options.encoding = 'UTF-8'

group = 'com.hivemq'
version = '1.0.1' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
version = '1.1.0' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
description = 'MQTT CLI is a tool that provides a feature rich command line interface for connecting, ' +
'publishing, subscribing, unsubscribing and disconnecting ' +
'various MQTT clients simultaneously and supports MQTT 5.0 and MQTT 3.1.1 '
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0.0
Implementation-Title: MQTT Command line interface
Implementation-Title: MQTT Command Line Interface
Implementation-Vendor: HiveMQ GmbH
Implementation-Version: 1.0.0
Implementation-Version: 1.1.0
Main-Class: com.hivemq.cli.MqttCLIMain

2 changes: 1 addition & 1 deletion tools/createReflectionJson.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
java -cp ././../build/libs/mqtt-cli-1.0.0.jar picocli.codegen.aot.graalvm.ReflectionConfigGenerator \
java -cp ././../build/libs/mqtt-cli-1.1.0.jar picocli.codegen.aot.graalvm.ReflectionConfigGenerator \
com.hivemq.cli.commands.shell.ContextPublishCommand \
com.hivemq.cli.commands.shell.ClearScreenCommand \
com.hivemq.cli.commands.shell.ContextDisconnectCommand \
Expand Down

0 comments on commit 62d2333

Please sign in to comment.