From 3eb0620a894f8b2a6d4e8f1e1b4862f7b9e0b9d4 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Fri, 17 Jan 2020 17:55:36 +0100 Subject: [PATCH] Update californium to 2.0.0 --- README.adoc | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 969f32a..cb61de3 100644 --- a/README.adoc +++ b/README.adoc @@ -33,11 +33,11 @@ https://youtu.be/zhEGFfCJwTg[image:https://raw.githubusercontent.com/tzolov/coap === Quick Start -* Get a pre-build https://bintray.com/big-data/maven/download_file?file_path=io%2Fdatalake%2Fcoap%2Fcoap-shell%2F1.1.0%2Fcoap-shell-1.1.0.jar[coap-shell.jar] or build one yourself following the instructions further down. +* Get a pre-build https://bintray.com/big-data/maven/download_file?file_path=io%2Fdatalake%2Fcoap%2Fcoap-shell%2F1.1.1%2Fcoap-shell-1.1.1.jar[coap-shell.jar] or build one yourself following the instructions further down. * Then start the shell: [source,bash] ---- -java -jar ./coap-shell-1.1.0.jar +java -jar ./coap-shell-1.1.1.jar ---- [source,bash] @@ -46,7 +46,7 @@ java -jar ./coap-shell-1.1.0.jar / ___/__ / _ | / _ \ / __/ / ___ / / / / /__/ _ \/ __ |/ ___/ _\ \/ _ \/ -_) / / \___/\___/_/ |_/_/ /___/_//_/\__/_/_/ -CoAP Shell (v1.1.0) +CoAP Shell (v1.1.1) For assistance hit TAB or type "help". server-unknown:> @@ -265,5 +265,5 @@ to debug only californium and scandium. Later is useful to debug the CoAP reques For example: [source,bash] ---- -java -jar ./target/coap-shell-1.1.0-SNAPSHOT.jar --logging.level.org.eclipse.californium=DEBUG +java -jar ./target/coap-shell-1.1.1-SNAPSHOT.jar --logging.level.org.eclipse.californium=DEBUG ---- diff --git a/pom.xml b/pom.xml index 76d8014..2fbdf51 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ UTF-8 1.8 2.1.6 - 2.0.0-M18 + 2.0.0 2.0.1.RELEASE