diff --git a/build-config/demo-build-config/pom.xml b/build-config/demo-build-config/pom.xml index b51059d30d..9ca0d6b3f2 100644 --- a/build-config/demo-build-config/pom.xml +++ b/build-config/demo-build-config/pom.xml @@ -26,7 +26,7 @@ Contributors: demo-build-config pom - leshan-shared demo build config + Leshan shared demo build config Shared Maven configuration for all Leshan demos diff --git a/build-config/lib-build-config/pom.xml b/build-config/lib-build-config/pom.xml index fffc378c83..ed058d7569 100644 --- a/build-config/lib-build-config/pom.xml +++ b/build-config/lib-build-config/pom.xml @@ -26,7 +26,7 @@ Contributors: lib-build-config pom - leshan-shared library build config + Leshan shared library build config Shared Maven configuration for all Leshan library modules diff --git a/build-config/pom.xml b/build-config/pom.xml index eacf8d1538..6635e8b6f7 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -26,7 +26,7 @@ Contributors: leshan-build-config pom - leshan-shared build config + Leshan shared build config Shared Maven configuration for all Leshan modules diff --git a/leshan-demo-bsserver/pom.xml b/leshan-demo-bsserver/pom.xml index 8686371556..72ac8f3b43 100644 --- a/leshan-demo-bsserver/pom.xml +++ b/leshan-demo-bsserver/pom.xml @@ -25,7 +25,7 @@ Contributors: ../build-config/demo-build-config/pom.xml leshan-demo-bsserver - leshan-demo-bsserver + Leshan Demo BS Server A LWM2M bootstrap demonstration server running an embedded Jetty server diff --git a/leshan-demo-client/pom.xml b/leshan-demo-client/pom.xml index 73fdd326ea..9a63459120 100644 --- a/leshan-demo-client/pom.xml +++ b/leshan-demo-client/pom.xml @@ -25,7 +25,7 @@ Contributors: ../build-config/demo-build-config/pom.xml leshan-demo-client - leshan-demo-client + Leshan Demo Client A demonstration client built upon the Leshan client. diff --git a/leshan-demo-server/pom.xml b/leshan-demo-server/pom.xml index d1855b1754..60aaca16fc 100644 --- a/leshan-demo-server/pom.xml +++ b/leshan-demo-server/pom.xml @@ -25,7 +25,7 @@ Contributors: ../build-config/demo-build-config/pom.xml leshan-demo-server - leshan-demo-server + Leshan Demo Server A LWM2M demonstration server running an embedded Jetty server diff --git a/leshan-demo-servers-shared/pom.xml b/leshan-demo-servers-shared/pom.xml index 461b7b58fe..adb64faef4 100644 --- a/leshan-demo-servers-shared/pom.xml +++ b/leshan-demo-servers-shared/pom.xml @@ -26,7 +26,7 @@ Contributors: ../build-config/demo-build-config/pom.xml leshan-demo-servers-shared - leshan-demo-servers shared + Leshan Demo servers shared Shared classes between server and bsserver demo diff --git a/leshan-demo-shared/pom.xml b/leshan-demo-shared/pom.xml index 90d14828a5..e94f4402d4 100644 --- a/leshan-demo-shared/pom.xml +++ b/leshan-demo-shared/pom.xml @@ -26,7 +26,7 @@ Contributors: ../build-config/demo-build-config/pom.xml leshan-demo-shared - leshan-demo-shared + Leshan Demo shared Shared classes between server, bsserver and client demo diff --git a/leshan-integration-tests/pom.xml b/leshan-integration-tests/pom.xml index 281f20c74c..73679ff6a4 100644 --- a/leshan-integration-tests/pom.xml +++ b/leshan-integration-tests/pom.xml @@ -24,7 +24,7 @@ Contributors: ../build-config/pom.xml leshan-integration-tests - leshan-integration tests + Leshan Integration Tests The client/server integrations tests for leshan diff --git a/leshan-lwm2m-bsserver/pom.xml b/leshan-lwm2m-bsserver/pom.xml index 6e6fc39a4a..89e201bea6 100644 --- a/leshan-lwm2m-bsserver/pom.xml +++ b/leshan-lwm2m-bsserver/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-lwm2m-bsserver bundle - leshan-bsserver + Leshan BS Server A LWM2M bootstrap server implementation which abstracts transport layer. A transport implementation like "leshan-tl-cf-bsserver-coap" is needed. diff --git a/leshan-lwm2m-client/pom.xml b/leshan-lwm2m-client/pom.xml index 9d292d173a..b8700e5fc9 100644 --- a/leshan-lwm2m-client/pom.xml +++ b/leshan-lwm2m-client/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-lwm2m-client bundle - leshan-client + Leshan Client A LWM2M client implementation which abstracts transport layer. A transport implementation like "leshan-tl-cf-client-coap" is needed. diff --git a/leshan-lwm2m-core/pom.xml b/leshan-lwm2m-core/pom.xml index 8fd665d45c..c31f416cc7 100644 --- a/leshan-lwm2m-core/pom.xml +++ b/leshan-lwm2m-core/pom.xml @@ -28,7 +28,7 @@ Contributors: leshan-lwm2m-core bundle - leshan-core + Leshan core Core classes for implementing Lightweight M2M diff --git a/leshan-lwm2m-server-redis/pom.xml b/leshan-lwm2m-server-redis/pom.xml index 053ea50983..bef7cb8a33 100644 --- a/leshan-lwm2m-server-redis/pom.xml +++ b/leshan-lwm2m-server-redis/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-lwm2m-server-redis bundle - leshan-server redis + Leshan Server Redis Redis implementation for different stores of Leshan Server diff --git a/leshan-lwm2m-server/pom.xml b/leshan-lwm2m-server/pom.xml index 2f4c5aff30..0cb36d94c3 100644 --- a/leshan-lwm2m-server/pom.xml +++ b/leshan-lwm2m-server/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-lwm2m-server bundle - leshan-server + Leshan Server A LWM2M server implementation which abstracts transport layer. A transport implementation like "leshan-tl-cf-server-coap" is needed. diff --git a/leshan-lwm2m-servers-shared/pom.xml b/leshan-lwm2m-servers-shared/pom.xml index c10ce576c8..5854cbad31 100644 --- a/leshan-lwm2m-servers-shared/pom.xml +++ b/leshan-lwm2m-servers-shared/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-lwm2m-servers-shared bundle - leshan-servers-shared + Leshan servers shared Shared classes between server and bsserver. diff --git a/leshan-tl-cf-bsserver-coap-oscore/pom.xml b/leshan-tl-cf-bsserver-coap-oscore/pom.xml index 2ef5e1006b..54ca2a9906 100644 --- a/leshan-tl-cf-bsserver-coap-oscore/pom.xml +++ b/leshan-tl-cf-bsserver-coap-oscore/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-bsserver-coap-oscore bundle - leshan-transport-californium-bsserver-coap oscore + Leshan Transport Californium BS Server coap oscore A transport implementation for leshan bootstrap server based on Californium for CoAP protocol supporting OSCORE diff --git a/leshan-tl-cf-bsserver-coap/pom.xml b/leshan-tl-cf-bsserver-coap/pom.xml index 326886495a..af9f40fddb 100644 --- a/leshan-tl-cf-bsserver-coap/pom.xml +++ b/leshan-tl-cf-bsserver-coap/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-bsserver-coap bundle - leshan-transport-californium-bsserver-coap + Leshan Transport Californium BS Server coap A transport implementation for leshan bootstrap server based on Californium for CoAP protocol diff --git a/leshan-tl-cf-client-coap-oscore/pom.xml b/leshan-tl-cf-client-coap-oscore/pom.xml index cbc0ae973a..ea293be7f0 100644 --- a/leshan-tl-cf-client-coap-oscore/pom.xml +++ b/leshan-tl-cf-client-coap-oscore/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-client-coap-oscore bundle - leshan-transport-californium-client-coap oscore + Leshan Transport Californium Client coap oscore A transport implementation for leshan client based on Californium for CoAP protocol supporting OSCORE diff --git a/leshan-tl-cf-client-coap/pom.xml b/leshan-tl-cf-client-coap/pom.xml index 78c79c3557..d05f510cf6 100644 --- a/leshan-tl-cf-client-coap/pom.xml +++ b/leshan-tl-cf-client-coap/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-client-coap bundle - leshan-transport-californium-client-coap + Leshan Transport Californium Client coap A transport implementation for leshan client based on Californium for CoAP protocol diff --git a/leshan-tl-cf-server-coap-oscore/pom.xml b/leshan-tl-cf-server-coap-oscore/pom.xml index c26cdbb1d4..54492b20fd 100644 --- a/leshan-tl-cf-server-coap-oscore/pom.xml +++ b/leshan-tl-cf-server-coap-oscore/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-server-coap-oscore bundle - leshan-transport-californium-server-coap oscore + Leshan Transport Californium Server coap oscore A transport implementation for leshan server based on Californium for CoAP protocol supporting OSCORE diff --git a/leshan-tl-cf-server-coap/pom.xml b/leshan-tl-cf-server-coap/pom.xml index 34ff088e97..3dc2ae618d 100644 --- a/leshan-tl-cf-server-coap/pom.xml +++ b/leshan-tl-cf-server-coap/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-server-coap bundle - leshan-transport-californium-server-coap + Leshan Transport Californium Server coap A transport implementation for leshan server based on Californium for CoAP protocol diff --git a/leshan-tl-cf-shared-oscore/pom.xml b/leshan-tl-cf-shared-oscore/pom.xml index bf496ce404..e864efade3 100644 --- a/leshan-tl-cf-shared-oscore/pom.xml +++ b/leshan-tl-cf-shared-oscore/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-shared-oscore bundle - leshan-transport-californium-shared oscore + Leshan Transport Californium shared oscore Shared classes used for transport based on Californium about experimental OSCORE support diff --git a/leshan-tl-cf-shared/pom.xml b/leshan-tl-cf-shared/pom.xml index 091a714372..1422e0a1fb 100644 --- a/leshan-tl-cf-shared/pom.xml +++ b/leshan-tl-cf-shared/pom.xml @@ -27,7 +27,7 @@ Contributors: leshan-tl-cf-shared bundle - leshan-transport-californium-shared + Leshan Transport Californium shared Shared classes used for transport based on Californium diff --git a/leshan-tl-jc-client-coap/pom.xml b/leshan-tl-jc-client-coap/pom.xml index 02f364c8f1..12c95fe9d3 100644 --- a/leshan-tl-jc-client-coap/pom.xml +++ b/leshan-tl-jc-client-coap/pom.xml @@ -25,7 +25,7 @@ Contributors: leshan-tl-jc-client-coap bundle - leshan-transport-javacoap-client-coap + Leshan Transport javacoap Client coap A transport implementation for leshan client based on java-coap for CoAP protocol diff --git a/leshan-tl-jc-client-coaptcp/pom.xml b/leshan-tl-jc-client-coaptcp/pom.xml index 2c89a9b842..e046bbff29 100644 --- a/leshan-tl-jc-client-coaptcp/pom.xml +++ b/leshan-tl-jc-client-coaptcp/pom.xml @@ -25,7 +25,7 @@ Contributors: leshan-tl-jc-client-coaptcp bundle - leshan-transport-javacoap-client-coap+tcp + Leshan Transport javacoap Client coap+tcp A transport implementation for leshan client based on java-coap for CoAP over TCP protocol diff --git a/leshan-tl-jc-server-coap/pom.xml b/leshan-tl-jc-server-coap/pom.xml index 172ee83681..b14c348d94 100644 --- a/leshan-tl-jc-server-coap/pom.xml +++ b/leshan-tl-jc-server-coap/pom.xml @@ -26,7 +26,7 @@ Contributors: leshan-tl-jc-server-coap bundle - leshan-transport-javacoap-server-coap + Leshan Transport javacoap Server coap A transport implementation for leshan server based on java-coap for CoAP protocol diff --git a/leshan-tl-jc-server-coaptcp/pom.xml b/leshan-tl-jc-server-coaptcp/pom.xml index bc9ff5c4ef..0c7934fc6d 100644 --- a/leshan-tl-jc-server-coaptcp/pom.xml +++ b/leshan-tl-jc-server-coaptcp/pom.xml @@ -26,7 +26,7 @@ Contributors: leshan-tl-jc-server-coaptcp bundle - leshan-transport-javacoap-server-coap+tcp + Leshan Transport javacoap Server coap+tcp A transport implementation for leshan server based on java-coap for CoAP over TCP protocol diff --git a/leshan-tl-jc-shared/pom.xml b/leshan-tl-jc-shared/pom.xml index 603dd91884..41a55a35e4 100644 --- a/leshan-tl-jc-shared/pom.xml +++ b/leshan-tl-jc-shared/pom.xml @@ -26,7 +26,7 @@ Contributors: leshan-tl-jc-shared bundle - leshan-transport-javacoap-shared + Leshan Transport javacoap shared Shared classes used for transport based on java-coap diff --git a/pom.xml b/pom.xml index c43314c748..58337815ee 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ Contributors: 2.0.0-SNAPSHOT pom - leshan + Leshan An OMA Lightweight M2M (LWM2M) implementation in Java http://eclipse.org/leshan