Skip to content

Commit

Permalink
[RELEASE] 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Mar 28, 2018
1 parent 23e62f3 commit 6a54940
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion coap-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<parent>
<groupId>com.mbed.java-coap</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<artifactId>coap-parent</artifactId>
</parent>
<artifactId>coap-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<parent>
<groupId>com.mbed.java-coap</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<artifactId>coap-parent</artifactId>
</parent>
<artifactId>example-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lwm2m/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.mbed.java-coap</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<artifactId>coap-parent</artifactId>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.mbed.java-coap</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>5.0.0</version>
<artifactId>coap-parent</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit 6a54940

Please sign in to comment.