Skip to content

Commit

Permalink
Prepare links for 1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Jun 15, 2018
1 parent 8a3ddea commit 8611eb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.5%2Fcoap-shell-1.0.5.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.0.6%2Fcoap-shell-1.0.6.jar[coap-shell.jar] or build one yourself following the instructions further down.
* Then start the shell:
[source,bash]
----
java -jar ./coap-shell-1.0.5.jar
java -jar ./coap-shell-1.0.6.jar
----
[source,bash]
Expand All @@ -46,7 +46,7 @@ java -jar ./coap-shell-1.0.5.jar
/ ___/__ / _ | / _ \ / __/ / ___ / / /
/ /__/ _ \/ __ |/ ___/ _\ \/ _ \/ -_) / /
\___/\___/_/ |_/_/ /___/_//_/\__/_/_/
CoAP Shell (v1.0.5)
CoAP Shell (v1.0.6)
For assistance hit TAB or type "help".

server-unknown:>
Expand Down Expand Up @@ -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.0.6-SNAPSHOT.jar --logging.level.org.eclipse.californium=DEBUG
java -jar ./target/coap-shell-1.0.7-SNAPSHOT.jar --logging.level.org.eclipse.californium=DEBUG
----

0 comments on commit 8611eb6

Please sign in to comment.