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