From 0ff23f12c9fa12032383d651bf6102e07e7d3a0a Mon Sep 17 00:00:00 2001 From: "Californium (Cf) CoAP Framework Bot" Date: Thu, 14 Jul 2022 05:15:49 +0000 Subject: [PATCH] Release 3.6.0 --- assembly/pom.xml | 2 +- bom/pom.xml | 2 +- californium-core/pom.xml | 2 +- californium-osgi/pom.xml | 2 +- californium-proxy2/pom.xml | 2 +- californium-tests/californium-integration-tests/pom.xml | 2 +- californium-tests/californium-interoperability-tests/pom.xml | 2 +- californium-tests/pom.xml | 2 +- cf-oscore/pom.xml | 2 +- cf-pubsub/pom.xml | 2 +- cf-utils/cf-cli-tcp-netty/pom.xml | 2 +- cf-utils/cf-cli/pom.xml | 2 +- cf-utils/cf-cluster/pom.xml | 2 +- cf-utils/cf-nat/pom.xml | 2 +- cf-utils/cf-unix-health/pom.xml | 2 +- demo-apps/cf-benchmark-observe/pom.xml | 2 +- demo-apps/cf-benchmark/pom.xml | 2 +- demo-apps/cf-cocoa/pom.xml | 2 +- demo-apps/cf-extplugtest-client/pom.xml | 2 +- demo-apps/cf-extplugtest-server/pom.xml | 2 +- demo-apps/cf-helloworld-client/pom.xml | 2 +- demo-apps/cf-helloworld-server/pom.xml | 2 +- demo-apps/cf-plugtest-checker/pom.xml | 2 +- demo-apps/cf-plugtest-client/pom.xml | 2 +- demo-apps/cf-plugtest-server/pom.xml | 2 +- demo-apps/cf-proxy2/pom.xml | 2 +- demo-apps/cf-secure/pom.xml | 2 +- demo-apps/cf-simplefile-server/pom.xml | 2 +- demo-apps/cf-unix-setup/pom.xml | 2 +- demo-apps/pom.xml | 2 +- demo-apps/sc-dtls-example-client/pom.xml | 2 +- demo-apps/sc-dtls-example-server/pom.xml | 2 +- demo-certs/pom.xml | 2 +- element-connector-tcp-netty/pom.xml | 2 +- element-connector/pom.xml | 2 +- legal/pom.xml | 2 +- pom.xml | 2 +- scandium-core/pom.xml | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 27c12aa870..03cd0c708c 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -3,7 +3,7 @@ org.eclipse.californium parent - 3.6.0-SNAPSHOT + 3.6.0 californium-assembly diff --git a/bom/pom.xml b/bom/pom.xml index 7e37839396..c74d048b2b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium parent - 3.6.0-SNAPSHOT + 3.6.0 cf-bom pom diff --git a/californium-core/pom.xml b/californium-core/pom.xml index da3c6e3255..aad132d2e8 100644 --- a/californium-core/pom.xml +++ b/californium-core/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom californium-core diff --git a/californium-osgi/pom.xml b/californium-osgi/pom.xml index a60822d9f0..cbc9fffa8d 100755 --- a/californium-osgi/pom.xml +++ b/californium-osgi/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom californium-osgi diff --git a/californium-proxy2/pom.xml b/californium-proxy2/pom.xml index 0400845014..d23d196131 100644 --- a/californium-proxy2/pom.xml +++ b/californium-proxy2/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom californium-proxy2 diff --git a/californium-tests/californium-integration-tests/pom.xml b/californium-tests/californium-integration-tests/pom.xml index 4a7c09105a..f05ed43288 100644 --- a/californium-tests/californium-integration-tests/pom.xml +++ b/californium-tests/californium-integration-tests/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium californium-tests - 3.6.0-SNAPSHOT + 3.6.0 californium-integration-tests diff --git a/californium-tests/californium-interoperability-tests/pom.xml b/californium-tests/californium-interoperability-tests/pom.xml index 63f79e4fdd..731bb28d86 100644 --- a/californium-tests/californium-interoperability-tests/pom.xml +++ b/californium-tests/californium-interoperability-tests/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium californium-tests - 3.6.0-SNAPSHOT + 3.6.0 californium-interoperability-tests diff --git a/californium-tests/pom.xml b/californium-tests/pom.xml index 752f52f64b..665c9d7d29 100644 --- a/californium-tests/pom.xml +++ b/californium-tests/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom californium-tests diff --git a/cf-oscore/pom.xml b/cf-oscore/pom.xml index 17a5a39234..f93b385462 100644 --- a/cf-oscore/pom.xml +++ b/cf-oscore/pom.xml @@ -7,7 +7,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom diff --git a/cf-pubsub/pom.xml b/cf-pubsub/pom.xml index 415ecc4ecc..38037865de 100644 --- a/cf-pubsub/pom.xml +++ b/cf-pubsub/pom.xml @@ -6,7 +6,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom diff --git a/cf-utils/cf-cli-tcp-netty/pom.xml b/cf-utils/cf-cli-tcp-netty/pom.xml index 7adb6318fa..f21e3d8736 100755 --- a/cf-utils/cf-cli-tcp-netty/pom.xml +++ b/cf-utils/cf-cli-tcp-netty/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../../bom diff --git a/cf-utils/cf-cli/pom.xml b/cf-utils/cf-cli/pom.xml index 8148f047d4..eafb69cac2 100755 --- a/cf-utils/cf-cli/pom.xml +++ b/cf-utils/cf-cli/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../../bom diff --git a/cf-utils/cf-cluster/pom.xml b/cf-utils/cf-cluster/pom.xml index d36aac4260..c94af5ac8c 100644 --- a/cf-utils/cf-cluster/pom.xml +++ b/cf-utils/cf-cluster/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../../bom cf-cluster diff --git a/cf-utils/cf-nat/pom.xml b/cf-utils/cf-nat/pom.xml index 8b9b42b4f2..4880d893a6 100644 --- a/cf-utils/cf-nat/pom.xml +++ b/cf-utils/cf-nat/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../../bom cf-nat diff --git a/cf-utils/cf-unix-health/pom.xml b/cf-utils/cf-unix-health/pom.xml index e92e526a08..173e56eaf1 100644 --- a/cf-utils/cf-unix-health/pom.xml +++ b/cf-utils/cf-unix-health/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../../bom cf-unix-health diff --git a/demo-apps/cf-benchmark-observe/pom.xml b/demo-apps/cf-benchmark-observe/pom.xml index 383e0f4b0a..81510ca45e 100644 --- a/demo-apps/cf-benchmark-observe/pom.xml +++ b/demo-apps/cf-benchmark-observe/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-benchmark-observe jar diff --git a/demo-apps/cf-benchmark/pom.xml b/demo-apps/cf-benchmark/pom.xml index 6718acc5ac..8a1a3c3034 100755 --- a/demo-apps/cf-benchmark/pom.xml +++ b/demo-apps/cf-benchmark/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-benchmark jar diff --git a/demo-apps/cf-cocoa/pom.xml b/demo-apps/cf-cocoa/pom.xml index bc28c5b45c..3d0ff3bfdc 100755 --- a/demo-apps/cf-cocoa/pom.xml +++ b/demo-apps/cf-cocoa/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-cocoa jar diff --git a/demo-apps/cf-extplugtest-client/pom.xml b/demo-apps/cf-extplugtest-client/pom.xml index 6748b61ed1..a1318e54aa 100644 --- a/demo-apps/cf-extplugtest-client/pom.xml +++ b/demo-apps/cf-extplugtest-client/pom.xml @@ -9,7 +9,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-extplugtest-client diff --git a/demo-apps/cf-extplugtest-server/pom.xml b/demo-apps/cf-extplugtest-server/pom.xml index 6d377302aa..3e664f0712 100644 --- a/demo-apps/cf-extplugtest-server/pom.xml +++ b/demo-apps/cf-extplugtest-server/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-extplugtest-server jar diff --git a/demo-apps/cf-helloworld-client/pom.xml b/demo-apps/cf-helloworld-client/pom.xml index c89e99408f..74ae58f62f 100755 --- a/demo-apps/cf-helloworld-client/pom.xml +++ b/demo-apps/cf-helloworld-client/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-helloworld-client jar diff --git a/demo-apps/cf-helloworld-server/pom.xml b/demo-apps/cf-helloworld-server/pom.xml index 26a55fb07d..a1a9cb9a3f 100755 --- a/demo-apps/cf-helloworld-server/pom.xml +++ b/demo-apps/cf-helloworld-server/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-helloworld-server jar diff --git a/demo-apps/cf-plugtest-checker/pom.xml b/demo-apps/cf-plugtest-checker/pom.xml index 04e673998b..f6a8526434 100755 --- a/demo-apps/cf-plugtest-checker/pom.xml +++ b/demo-apps/cf-plugtest-checker/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-plugtest-checker jar diff --git a/demo-apps/cf-plugtest-client/pom.xml b/demo-apps/cf-plugtest-client/pom.xml index fd7af99868..ad5c8d619e 100755 --- a/demo-apps/cf-plugtest-client/pom.xml +++ b/demo-apps/cf-plugtest-client/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-plugtest-client jar diff --git a/demo-apps/cf-plugtest-server/pom.xml b/demo-apps/cf-plugtest-server/pom.xml index 9ae833e3fd..559e38deaf 100755 --- a/demo-apps/cf-plugtest-server/pom.xml +++ b/demo-apps/cf-plugtest-server/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-plugtest-server jar diff --git a/demo-apps/cf-proxy2/pom.xml b/demo-apps/cf-proxy2/pom.xml index 58750ff2d4..17f44332e8 100644 --- a/demo-apps/cf-proxy2/pom.xml +++ b/demo-apps/cf-proxy2/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-proxy2 jar diff --git a/demo-apps/cf-secure/pom.xml b/demo-apps/cf-secure/pom.xml index 6ddbf24316..3a25e75f31 100755 --- a/demo-apps/cf-secure/pom.xml +++ b/demo-apps/cf-secure/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-secure jar diff --git a/demo-apps/cf-simplefile-server/pom.xml b/demo-apps/cf-simplefile-server/pom.xml index 68511dd633..bd4261f3dd 100644 --- a/demo-apps/cf-simplefile-server/pom.xml +++ b/demo-apps/cf-simplefile-server/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-simplefile-server jar diff --git a/demo-apps/cf-unix-setup/pom.xml b/demo-apps/cf-unix-setup/pom.xml index 5c5f4d9c0f..33739d27e3 100644 --- a/demo-apps/cf-unix-setup/pom.xml +++ b/demo-apps/cf-unix-setup/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 cf-unix-setup diff --git a/demo-apps/pom.xml b/demo-apps/pom.xml index d3cf7ea0c1..450725d683 100644 --- a/demo-apps/pom.xml +++ b/demo-apps/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom demo-apps diff --git a/demo-apps/sc-dtls-example-client/pom.xml b/demo-apps/sc-dtls-example-client/pom.xml index f68048ac72..f127095d9f 100644 --- a/demo-apps/sc-dtls-example-client/pom.xml +++ b/demo-apps/sc-dtls-example-client/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 sc-dtls-example-client diff --git a/demo-apps/sc-dtls-example-server/pom.xml b/demo-apps/sc-dtls-example-server/pom.xml index 7c268fd5ec..5b3ca418f3 100644 --- a/demo-apps/sc-dtls-example-server/pom.xml +++ b/demo-apps/sc-dtls-example-server/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium demo-apps - 3.6.0-SNAPSHOT + 3.6.0 sc-dtls-example-server diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index 230ab749f1..850bd7585e 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium parent - 3.6.0-SNAPSHOT + 3.6.0 demo-certs diff --git a/element-connector-tcp-netty/pom.xml b/element-connector-tcp-netty/pom.xml index 4b3d496525..38869da525 100644 --- a/element-connector-tcp-netty/pom.xml +++ b/element-connector-tcp-netty/pom.xml @@ -6,7 +6,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom diff --git a/element-connector/pom.xml b/element-connector/pom.xml index 475aa09712..faa3dd3504 100644 --- a/element-connector/pom.xml +++ b/element-connector/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom diff --git a/legal/pom.xml b/legal/pom.xml index 77d9cc1838..baba9bac2c 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -3,7 +3,7 @@ org.eclipse.californium parent - 3.6.0-SNAPSHOT + 3.6.0 californium-legal diff --git a/pom.xml b/pom.xml index 1fbb7b40b0..956ccd6f48 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium parent - 3.6.0-SNAPSHOT + 3.6.0 pom Californium (Cf) Parent diff --git a/scandium-core/pom.xml b/scandium-core/pom.xml index d4cf56330d..5e20c72de0 100644 --- a/scandium-core/pom.xml +++ b/scandium-core/pom.xml @@ -4,7 +4,7 @@ org.eclipse.californium cf-bom - 3.6.0-SNAPSHOT + 3.6.0 ../bom scandium