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