Skip to content

Commit

Permalink
Update californium to 2.0.0
Browse files Browse the repository at this point in the history
tzolov committed Jan 17, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent e0196a5 commit 3eb0620
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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
----
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring-boot-admin.version>2.1.6</spring-boot-admin.version>
<eclipse.californium.version>2.0.0-M18</eclipse.californium.version>
<eclipse.californium.version>2.0.0</eclipse.californium.version>
<spring-shell.version>2.0.1.RELEASE</spring-shell.version>
</properties>

0 comments on commit 3eb0620

Please sign in to comment.