From 272bed38393e18b814f4985d4f51d030ac501c38 Mon Sep 17 00:00:00 2001 From: Leshan Bot Date: Tue, 30 Jul 2024 09:07:01 +0000 Subject: [PATCH] Bump version to 2.0.0-M16 --- build-config/demo-build-config/pom.xml | 2 +- build-config/lib-build-config/pom.xml | 2 +- build-config/pom.xml | 2 +- leshan-demo-bsserver/pom.xml | 2 +- leshan-demo-client/pom.xml | 2 +- leshan-demo-server/pom.xml | 2 +- leshan-demo-servers-shared/pom.xml | 2 +- leshan-demo-shared/pom.xml | 2 +- leshan-integration-tests/pom.xml | 2 +- leshan-lwm2m-bsserver/pom.xml | 2 +- leshan-lwm2m-client/pom.xml | 2 +- leshan-lwm2m-core/pom.xml | 2 +- leshan-lwm2m-server-redis/pom.xml | 2 +- leshan-lwm2m-server/pom.xml | 2 +- leshan-lwm2m-servers-shared/pom.xml | 2 +- leshan-tl-cf-bsserver-coap-oscore/pom.xml | 2 +- leshan-tl-cf-bsserver-coap/pom.xml | 2 +- leshan-tl-cf-client-coap-oscore/pom.xml | 2 +- leshan-tl-cf-client-coap/pom.xml | 2 +- leshan-tl-cf-server-coap-oscore/pom.xml | 2 +- leshan-tl-cf-server-coap/pom.xml | 2 +- leshan-tl-cf-shared-oscore/pom.xml | 2 +- leshan-tl-cf-shared/pom.xml | 2 +- leshan-tl-jc-client-coap/pom.xml | 2 +- leshan-tl-jc-client-coaptcp/pom.xml | 2 +- leshan-tl-jc-server-coap/pom.xml | 2 +- leshan-tl-jc-server-coaptcp/pom.xml | 2 +- leshan-tl-jc-shared/pom.xml | 2 +- pom.xml | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/build-config/demo-build-config/pom.xml b/build-config/demo-build-config/pom.xml index 0b167cecc6..96ca621ff3 100644 --- a/build-config/demo-build-config/pom.xml +++ b/build-config/demo-build-config/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan leshan-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 demo-build-config pom diff --git a/build-config/lib-build-config/pom.xml b/build-config/lib-build-config/pom.xml index fffc378c83..df38ee58ed 100644 --- a/build-config/lib-build-config/pom.xml +++ b/build-config/lib-build-config/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan leshan-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 lib-build-config pom diff --git a/build-config/pom.xml b/build-config/pom.xml index eacf8d1538..efaca5bf8f 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan leshan - 2.0.0-SNAPSHOT + 2.0.0-M16 leshan-build-config pom diff --git a/leshan-demo-bsserver/pom.xml b/leshan-demo-bsserver/pom.xml index 8686371556..03ccd38c70 100644 --- a/leshan-demo-bsserver/pom.xml +++ b/leshan-demo-bsserver/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan demo-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/demo-build-config/pom.xml leshan-demo-bsserver diff --git a/leshan-demo-client/pom.xml b/leshan-demo-client/pom.xml index 73fdd326ea..9e054c086a 100644 --- a/leshan-demo-client/pom.xml +++ b/leshan-demo-client/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan demo-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/demo-build-config/pom.xml leshan-demo-client diff --git a/leshan-demo-server/pom.xml b/leshan-demo-server/pom.xml index d1855b1754..9d9deb9338 100644 --- a/leshan-demo-server/pom.xml +++ b/leshan-demo-server/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan demo-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/demo-build-config/pom.xml leshan-demo-server diff --git a/leshan-demo-servers-shared/pom.xml b/leshan-demo-servers-shared/pom.xml index b0778304b0..e6b31de1a5 100644 --- a/leshan-demo-servers-shared/pom.xml +++ b/leshan-demo-servers-shared/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan demo-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/demo-build-config/pom.xml leshan-demo-servers-shared diff --git a/leshan-demo-shared/pom.xml b/leshan-demo-shared/pom.xml index fbcb889cbd..6f6616e58b 100644 --- a/leshan-demo-shared/pom.xml +++ b/leshan-demo-shared/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan demo-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/demo-build-config/pom.xml leshan-demo-shared diff --git a/leshan-integration-tests/pom.xml b/leshan-integration-tests/pom.xml index fae1dcc6ad..c5fed11f79 100644 --- a/leshan-integration-tests/pom.xml +++ b/leshan-integration-tests/pom.xml @@ -20,7 +20,7 @@ Contributors: org.eclipse.leshan leshan-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/pom.xml leshan-integration-tests diff --git a/leshan-lwm2m-bsserver/pom.xml b/leshan-lwm2m-bsserver/pom.xml index 51c6e7a3cc..46bce43f2d 100644 --- a/leshan-lwm2m-bsserver/pom.xml +++ b/leshan-lwm2m-bsserver/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-lwm2m-bsserver diff --git a/leshan-lwm2m-client/pom.xml b/leshan-lwm2m-client/pom.xml index c9e3484e55..0a44e3abd8 100644 --- a/leshan-lwm2m-client/pom.xml +++ b/leshan-lwm2m-client/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-lwm2m-client diff --git a/leshan-lwm2m-core/pom.xml b/leshan-lwm2m-core/pom.xml index acfefc7a76..a4e1476f27 100644 --- a/leshan-lwm2m-core/pom.xml +++ b/leshan-lwm2m-core/pom.xml @@ -23,7 +23,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-lwm2m-core diff --git a/leshan-lwm2m-server-redis/pom.xml b/leshan-lwm2m-server-redis/pom.xml index abb56b31f3..733428c450 100644 --- a/leshan-lwm2m-server-redis/pom.xml +++ b/leshan-lwm2m-server-redis/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-lwm2m-server-redis diff --git a/leshan-lwm2m-server/pom.xml b/leshan-lwm2m-server/pom.xml index 6a2731a6b1..1793b6457a 100644 --- a/leshan-lwm2m-server/pom.xml +++ b/leshan-lwm2m-server/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-lwm2m-server diff --git a/leshan-lwm2m-servers-shared/pom.xml b/leshan-lwm2m-servers-shared/pom.xml index dcf548ece3..bc336a617d 100644 --- a/leshan-lwm2m-servers-shared/pom.xml +++ b/leshan-lwm2m-servers-shared/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-lwm2m-servers-shared diff --git a/leshan-tl-cf-bsserver-coap-oscore/pom.xml b/leshan-tl-cf-bsserver-coap-oscore/pom.xml index 29ecf4d461..6472e384f2 100644 --- a/leshan-tl-cf-bsserver-coap-oscore/pom.xml +++ b/leshan-tl-cf-bsserver-coap-oscore/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-bsserver-coap-oscore diff --git a/leshan-tl-cf-bsserver-coap/pom.xml b/leshan-tl-cf-bsserver-coap/pom.xml index 8f013fc836..d76ff8eefa 100644 --- a/leshan-tl-cf-bsserver-coap/pom.xml +++ b/leshan-tl-cf-bsserver-coap/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-bsserver-coap diff --git a/leshan-tl-cf-client-coap-oscore/pom.xml b/leshan-tl-cf-client-coap-oscore/pom.xml index cbc0ae973a..45b4897546 100644 --- a/leshan-tl-cf-client-coap-oscore/pom.xml +++ b/leshan-tl-cf-client-coap-oscore/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-client-coap-oscore diff --git a/leshan-tl-cf-client-coap/pom.xml b/leshan-tl-cf-client-coap/pom.xml index 78c79c3557..23c86eb7d4 100644 --- a/leshan-tl-cf-client-coap/pom.xml +++ b/leshan-tl-cf-client-coap/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-client-coap diff --git a/leshan-tl-cf-server-coap-oscore/pom.xml b/leshan-tl-cf-server-coap-oscore/pom.xml index f3c78c9df6..13c3cb6bec 100644 --- a/leshan-tl-cf-server-coap-oscore/pom.xml +++ b/leshan-tl-cf-server-coap-oscore/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-server-coap-oscore diff --git a/leshan-tl-cf-server-coap/pom.xml b/leshan-tl-cf-server-coap/pom.xml index 8fa8e55c7e..7f155b39e6 100644 --- a/leshan-tl-cf-server-coap/pom.xml +++ b/leshan-tl-cf-server-coap/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-server-coap diff --git a/leshan-tl-cf-shared-oscore/pom.xml b/leshan-tl-cf-shared-oscore/pom.xml index a2a6a5ed0f..d75d718f74 100644 --- a/leshan-tl-cf-shared-oscore/pom.xml +++ b/leshan-tl-cf-shared-oscore/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-shared-oscore diff --git a/leshan-tl-cf-shared/pom.xml b/leshan-tl-cf-shared/pom.xml index 58b8d880ce..fd8b63c841 100644 --- a/leshan-tl-cf-shared/pom.xml +++ b/leshan-tl-cf-shared/pom.xml @@ -22,7 +22,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-cf-shared diff --git a/leshan-tl-jc-client-coap/pom.xml b/leshan-tl-jc-client-coap/pom.xml index fe3b2eed5f..c992843dde 100644 --- a/leshan-tl-jc-client-coap/pom.xml +++ b/leshan-tl-jc-client-coap/pom.xml @@ -20,7 +20,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-jc-client-coap diff --git a/leshan-tl-jc-client-coaptcp/pom.xml b/leshan-tl-jc-client-coaptcp/pom.xml index 2c89a9b842..02f3c58df4 100644 --- a/leshan-tl-jc-client-coaptcp/pom.xml +++ b/leshan-tl-jc-client-coaptcp/pom.xml @@ -20,7 +20,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-jc-client-coaptcp diff --git a/leshan-tl-jc-server-coap/pom.xml b/leshan-tl-jc-server-coap/pom.xml index 172ee83681..a18614f390 100644 --- a/leshan-tl-jc-server-coap/pom.xml +++ b/leshan-tl-jc-server-coap/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-jc-server-coap diff --git a/leshan-tl-jc-server-coaptcp/pom.xml b/leshan-tl-jc-server-coaptcp/pom.xml index bc9ff5c4ef..047460e420 100644 --- a/leshan-tl-jc-server-coaptcp/pom.xml +++ b/leshan-tl-jc-server-coaptcp/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-jc-server-coaptcp diff --git a/leshan-tl-jc-shared/pom.xml b/leshan-tl-jc-shared/pom.xml index 603dd91884..ff26c17bf6 100644 --- a/leshan-tl-jc-shared/pom.xml +++ b/leshan-tl-jc-shared/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan lib-build-config - 2.0.0-SNAPSHOT + 2.0.0-M16 ../build-config/lib-build-config/pom.xml leshan-tl-jc-shared diff --git a/pom.xml b/pom.xml index 0ef7822f7e..0ef9e0371a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ Contributors: org.eclipse.leshan leshan - 2.0.0-SNAPSHOT + 2.0.0-M16 pom leshan