Skip to content

Commit

Permalink
Gh-1677: Rename maven artifacts to clearly see differnce with ID
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jan 10, 2025
1 parent 3478efd commit 4e31c91
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion build-config/demo-build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
<artifactId>demo-build-config</artifactId>
<packaging>pom</packaging>

<name>leshan-shared demo build config</name>
<name>Leshan shared demo build config</name>
<description>Shared Maven configuration for all Leshan demos</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion build-config/lib-build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
<artifactId>lib-build-config</artifactId>
<packaging>pom</packaging>

<name>leshan-shared library build config</name>
<name>Leshan shared library build config</name>
<description>Shared Maven configuration for all Leshan library modules</description>

<build>
Expand Down
2 changes: 1 addition & 1 deletion build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
<artifactId>leshan-build-config</artifactId>
<packaging>pom</packaging>

<name>leshan-shared build config</name>
<name>Leshan shared build config</name>
<description>Shared Maven configuration for all Leshan modules</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion leshan-demo-bsserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contributors:
<relativePath>../build-config/demo-build-config/pom.xml</relativePath>
</parent>
<artifactId>leshan-demo-bsserver</artifactId>
<name>leshan-demo-bsserver</name>
<name>Leshan Demo BS Server</name>
<description>A LWM2M bootstrap demonstration server running an embedded Jetty server</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-demo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contributors:
<relativePath>../build-config/demo-build-config/pom.xml</relativePath>
</parent>
<artifactId>leshan-demo-client</artifactId>
<name>leshan-demo-client</name>
<name>Leshan Demo Client</name>
<description>A demonstration client built upon the Leshan client.</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-demo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contributors:
<relativePath>../build-config/demo-build-config/pom.xml</relativePath>
</parent>
<artifactId>leshan-demo-server</artifactId>
<name>leshan-demo-server</name>
<name>Leshan Demo Server</name>
<description>A LWM2M demonstration server running an embedded Jetty server</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-demo-servers-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
<relativePath>../build-config/demo-build-config/pom.xml</relativePath>
</parent>
<artifactId>leshan-demo-servers-shared</artifactId>
<name>leshan-demo-servers shared</name>
<name>Leshan Demo servers shared</name>
<description>Shared classes between server and bsserver demo</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-demo-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
<relativePath>../build-config/demo-build-config/pom.xml</relativePath>
</parent>
<artifactId>leshan-demo-shared</artifactId>
<name>leshan-demo-shared</name>
<name>Leshan Demo shared</name>
<description>Shared classes between server, bsserver and client demo</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Contributors:
<relativePath>../build-config/pom.xml</relativePath>
</parent>
<artifactId>leshan-integration-tests</artifactId>
<name>leshan-integration tests</name>
<name>Leshan Integration Tests</name>
<description>The client/server integrations tests for leshan</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-lwm2m-bsserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-lwm2m-bsserver</artifactId>
<packaging>bundle</packaging>
<name>leshan-bsserver</name>
<name>Leshan BS Server</name>
<description>A LWM2M bootstrap server implementation which abstracts transport layer. A transport implementation like "leshan-tl-cf-bsserver-coap" is needed.</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-lwm2m-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-lwm2m-client</artifactId>
<packaging>bundle</packaging>
<name>leshan-client</name>
<name>Leshan Client</name>
<description>A LWM2M client implementation which abstracts transport layer. A transport implementation like "leshan-tl-cf-client-coap" is needed.</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-lwm2m-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Contributors:
</parent>
<artifactId>leshan-lwm2m-core</artifactId>
<packaging>bundle</packaging>
<name>leshan-core</name>
<name>Leshan core</name>
<description>Core classes for implementing Lightweight M2M</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-lwm2m-server-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-lwm2m-server-redis</artifactId>
<packaging>bundle</packaging>
<name>leshan-server redis</name>
<name>Leshan Server Redis</name>
<description>Redis implementation for different stores of Leshan Server</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-lwm2m-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-lwm2m-server</artifactId>
<packaging>bundle</packaging>
<name>leshan-server</name>
<name>Leshan Server</name>
<description>A LWM2M server implementation which abstracts transport layer. A transport implementation like "leshan-tl-cf-server-coap" is needed.</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-lwm2m-servers-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-lwm2m-servers-shared</artifactId>
<packaging>bundle</packaging>
<name>leshan-servers-shared</name>
<name>Leshan servers shared</name>
<description>Shared classes between server and bsserver.</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-bsserver-coap-oscore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-bsserver-coap-oscore</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-bsserver-coap oscore</name>
<name>Leshan Transport Californium BS Server coap oscore</name>
<description>A transport implementation for leshan bootstrap server based on Californium for CoAP protocol supporting OSCORE</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-bsserver-coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-bsserver-coap</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-bsserver-coap</name>
<name>Leshan Transport Californium BS Server coap</name>
<description>A transport implementation for leshan bootstrap server based on Californium for CoAP protocol</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-client-coap-oscore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-client-coap-oscore</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-client-coap oscore</name>
<name>Leshan Transport Californium Client coap oscore</name>
<description>A transport implementation for leshan client based on Californium for CoAP protocol supporting OSCORE</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-client-coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-client-coap</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-client-coap</name>
<name>Leshan Transport Californium Client coap</name>
<description>A transport implementation for leshan client based on Californium for CoAP protocol</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-server-coap-oscore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-server-coap-oscore</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-server-coap oscore</name>
<name>Leshan Transport Californium Server coap oscore</name>
<description>A transport implementation for leshan server based on Californium for CoAP protocol supporting OSCORE</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-server-coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-server-coap</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-server-coap</name>
<name>Leshan Transport Californium Server coap</name>
<description>A transport implementation for leshan server based on Californium for CoAP protocol</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-shared-oscore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-shared-oscore</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-shared oscore</name>
<name>Leshan Transport Californium shared oscore</name>
<description>Shared classes used for transport based on Californium about experimental OSCORE support</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-cf-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-cf-shared</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-californium-shared</name>
<name>Leshan Transport Californium shared</name>
<description>Shared classes used for transport based on Californium</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-jc-client-coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-jc-client-coap</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-javacoap-client-coap</name>
<name>Leshan Transport javacoap Client coap</name>
<description>A transport implementation for leshan client based on java-coap for CoAP protocol</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-jc-client-coaptcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-jc-client-coaptcp</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-javacoap-client-coap+tcp</name>
<name>Leshan Transport javacoap Client coap+tcp</name>
<description>A transport implementation for leshan client based on java-coap for CoAP over TCP protocol</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-jc-server-coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-jc-server-coap</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-javacoap-server-coap</name>
<name>Leshan Transport javacoap Server coap</name>
<description>A transport implementation for leshan server based on java-coap for CoAP protocol</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-jc-server-coaptcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-jc-server-coaptcp</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-javacoap-server-coap+tcp</name>
<name>Leshan Transport javacoap Server coap+tcp</name>
<description>A transport implementation for leshan server based on java-coap for CoAP over TCP protocol</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion leshan-tl-jc-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Contributors:
</parent>
<artifactId>leshan-tl-jc-shared</artifactId>
<packaging>bundle</packaging>
<name>leshan-transport-javacoap-shared</name>
<name>Leshan Transport javacoap shared</name>
<description>Shared classes used for transport based on java-coap</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Contributors:
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>leshan</name>
<name>Leshan</name>
<description>An OMA Lightweight M2M (LWM2M) implementation in Java</description>
<url>http://eclipse.org/leshan</url>
<licenses>
Expand Down

0 comments on commit 4e31c91

Please sign in to comment.