From 6a54940040aaad69e705b3336dad3a0902e01a0e Mon Sep 17 00:00:00 2001 From: Szymon Sasin Date: Wed, 28 Mar 2018 14:47:29 +0300 Subject: [PATCH] [RELEASE] 5.0.0 --- README.md | 3 +-- coap-core/pom.xml | 2 +- example-client/pom.xml | 2 +- lwm2m/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ee39144..3672f948 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,7 @@ To make a CoAP request, use the class `CoapClient`. It uses fluent API. The foll Example client -------------- -This [example client](example-client) demonstrates how to build coap client and use it -with [connector.mbed.com](http://connector.mbed.com) or other LwM2M server. +This [example client](example-client) demonstrates how to build coap client. Development diff --git a/coap-core/pom.xml b/coap-core/pom.xml index 8b8e91de..2b483045 100644 --- a/coap-core/pom.xml +++ b/coap-core/pom.xml @@ -21,7 +21,7 @@ com.mbed.java-coap - 4.3.0-SNAPSHOT + 5.0.0 coap-parent coap-core diff --git a/example-client/pom.xml b/example-client/pom.xml index d31690f7..149e6272 100644 --- a/example-client/pom.xml +++ b/example-client/pom.xml @@ -21,7 +21,7 @@ com.mbed.java-coap - 4.3.0-SNAPSHOT + 5.0.0 coap-parent example-client diff --git a/lwm2m/pom.xml b/lwm2m/pom.xml index 870af262..fd903ee5 100644 --- a/lwm2m/pom.xml +++ b/lwm2m/pom.xml @@ -20,7 +20,7 @@ 4.0.0 com.mbed.java-coap - 4.3.0-SNAPSHOT + 5.0.0 coap-parent jar diff --git a/pom.xml b/pom.xml index 42541b51..7c30db84 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 com.mbed.java-coap - 4.3.0-SNAPSHOT + 5.0.0 coap-parent pom