From 847d15c5b0a25fcb35e625648bff76c1cc714ef2 Mon Sep 17 00:00:00 2001 From: "Californium (Cf) CoAP Framework Bot" Date: Thu, 22 Sep 2022 15:59:18 +0000 Subject: [PATCH] Release 3.7.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 f1af5ce015..62f2f7bb4a 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -3,7 +3,7 @@ org.eclipse.californium parent - 3.7.0-SNAPSHOT + 3.7.0 californium-assembly diff --git a/bom/pom.xml b/bom/pom.xml index ce89a7854a..f0263fcf00 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium parent - 3.7.0-SNAPSHOT + 3.7.0 cf-bom pom diff --git a/californium-core/pom.xml b/californium-core/pom.xml index cd94b924ca..9b043675e4 100644 --- a/californium-core/pom.xml +++ b/californium-core/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom californium-core diff --git a/californium-osgi/pom.xml b/californium-osgi/pom.xml index 407c86388a..9928818963 100755 --- a/californium-osgi/pom.xml +++ b/californium-osgi/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom californium-osgi diff --git a/californium-proxy2/pom.xml b/californium-proxy2/pom.xml index cb7902fad0..d566ddfa6c 100644 --- a/californium-proxy2/pom.xml +++ b/californium-proxy2/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom californium-proxy2 diff --git a/californium-tests/californium-integration-tests/pom.xml b/californium-tests/californium-integration-tests/pom.xml index 1f46ea1172..182f45b32a 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.7.0-SNAPSHOT + 3.7.0 californium-integration-tests diff --git a/californium-tests/californium-interoperability-tests/pom.xml b/californium-tests/californium-interoperability-tests/pom.xml index 4111e1be2f..8ee1d9ccab 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.7.0-SNAPSHOT + 3.7.0 californium-interoperability-tests diff --git a/californium-tests/pom.xml b/californium-tests/pom.xml index 150122ca88..895c8d2c02 100644 --- a/californium-tests/pom.xml +++ b/californium-tests/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom californium-tests diff --git a/cf-oscore/pom.xml b/cf-oscore/pom.xml index 5149421d1a..ad24e33cb8 100644 --- a/cf-oscore/pom.xml +++ b/cf-oscore/pom.xml @@ -7,7 +7,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom diff --git a/cf-pubsub/pom.xml b/cf-pubsub/pom.xml index f4c5c061f9..aa09cef8d5 100644 --- a/cf-pubsub/pom.xml +++ b/cf-pubsub/pom.xml @@ -6,7 +6,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom diff --git a/cf-utils/cf-cli-tcp-netty/pom.xml b/cf-utils/cf-cli-tcp-netty/pom.xml index 6c9ae75b8b..6ca24b7d48 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.7.0-SNAPSHOT + 3.7.0 ../../bom diff --git a/cf-utils/cf-cli/pom.xml b/cf-utils/cf-cli/pom.xml index bed550034b..cef5626a71 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.7.0-SNAPSHOT + 3.7.0 ../../bom diff --git a/cf-utils/cf-cluster/pom.xml b/cf-utils/cf-cluster/pom.xml index 6fac915022..64b52e3542 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.7.0-SNAPSHOT + 3.7.0 ../../bom cf-cluster diff --git a/cf-utils/cf-nat/pom.xml b/cf-utils/cf-nat/pom.xml index 1114099584..821f57ac79 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.7.0-SNAPSHOT + 3.7.0 ../../bom cf-nat diff --git a/cf-utils/cf-unix-health/pom.xml b/cf-utils/cf-unix-health/pom.xml index 4cbec43827..0315bce1bf 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.7.0-SNAPSHOT + 3.7.0 ../../bom cf-unix-health diff --git a/demo-apps/cf-benchmark-observe/pom.xml b/demo-apps/cf-benchmark-observe/pom.xml index 1257531ad6..751b682608 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.7.0-SNAPSHOT + 3.7.0 cf-benchmark-observe jar diff --git a/demo-apps/cf-benchmark/pom.xml b/demo-apps/cf-benchmark/pom.xml index cf8a4f8c15..95f833d70c 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.7.0-SNAPSHOT + 3.7.0 cf-benchmark jar diff --git a/demo-apps/cf-cocoa/pom.xml b/demo-apps/cf-cocoa/pom.xml index e557613d3c..f4b8d8bf53 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.7.0-SNAPSHOT + 3.7.0 cf-cocoa jar diff --git a/demo-apps/cf-extplugtest-client/pom.xml b/demo-apps/cf-extplugtest-client/pom.xml index 658544b8b4..571660edf8 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.7.0-SNAPSHOT + 3.7.0 cf-extplugtest-client diff --git a/demo-apps/cf-extplugtest-server/pom.xml b/demo-apps/cf-extplugtest-server/pom.xml index c8214309b8..1f55c55e66 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.7.0-SNAPSHOT + 3.7.0 cf-extplugtest-server jar diff --git a/demo-apps/cf-helloworld-client/pom.xml b/demo-apps/cf-helloworld-client/pom.xml index e45d6a0347..111b569e7c 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.7.0-SNAPSHOT + 3.7.0 cf-helloworld-client jar diff --git a/demo-apps/cf-helloworld-server/pom.xml b/demo-apps/cf-helloworld-server/pom.xml index 921b041c1c..b98a4be321 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.7.0-SNAPSHOT + 3.7.0 cf-helloworld-server jar diff --git a/demo-apps/cf-plugtest-checker/pom.xml b/demo-apps/cf-plugtest-checker/pom.xml index 0f5735ac2a..f0ecd65b32 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.7.0-SNAPSHOT + 3.7.0 cf-plugtest-checker jar diff --git a/demo-apps/cf-plugtest-client/pom.xml b/demo-apps/cf-plugtest-client/pom.xml index 008e693f12..483ba3e8e6 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.7.0-SNAPSHOT + 3.7.0 cf-plugtest-client jar diff --git a/demo-apps/cf-plugtest-server/pom.xml b/demo-apps/cf-plugtest-server/pom.xml index 8bddad7512..dc2cc55127 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.7.0-SNAPSHOT + 3.7.0 cf-plugtest-server jar diff --git a/demo-apps/cf-proxy2/pom.xml b/demo-apps/cf-proxy2/pom.xml index 9fb2f3ec48..f067b7e263 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.7.0-SNAPSHOT + 3.7.0 cf-proxy2 jar diff --git a/demo-apps/cf-secure/pom.xml b/demo-apps/cf-secure/pom.xml index 3c252fa2d2..f3c209bf80 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.7.0-SNAPSHOT + 3.7.0 cf-secure jar diff --git a/demo-apps/cf-simplefile-server/pom.xml b/demo-apps/cf-simplefile-server/pom.xml index 4c64ca0373..4749d3c1d9 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.7.0-SNAPSHOT + 3.7.0 cf-simplefile-server jar diff --git a/demo-apps/cf-unix-setup/pom.xml b/demo-apps/cf-unix-setup/pom.xml index ada119f9bb..8bd0da87cd 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.7.0-SNAPSHOT + 3.7.0 cf-unix-setup diff --git a/demo-apps/pom.xml b/demo-apps/pom.xml index 74d2093020..19e9e149de 100644 --- a/demo-apps/pom.xml +++ b/demo-apps/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.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 3988d822d4..111c3ffa58 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.7.0-SNAPSHOT + 3.7.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 a7326b9999..d9a3091b30 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.7.0-SNAPSHOT + 3.7.0 sc-dtls-example-server diff --git a/demo-certs/pom.xml b/demo-certs/pom.xml index ffa680a03f..caa03d4686 100644 --- a/demo-certs/pom.xml +++ b/demo-certs/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium parent - 3.7.0-SNAPSHOT + 3.7.0 demo-certs diff --git a/element-connector-tcp-netty/pom.xml b/element-connector-tcp-netty/pom.xml index 94ce7479a4..62469da5c8 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.7.0-SNAPSHOT + 3.7.0 ../bom diff --git a/element-connector/pom.xml b/element-connector/pom.xml index 81c7c2c3be..4497d49bf7 100644 --- a/element-connector/pom.xml +++ b/element-connector/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom diff --git a/legal/pom.xml b/legal/pom.xml index 4f90b913a8..93f9e7ea09 100644 --- a/legal/pom.xml +++ b/legal/pom.xml @@ -3,7 +3,7 @@ org.eclipse.californium parent - 3.7.0-SNAPSHOT + 3.7.0 californium-legal diff --git a/pom.xml b/pom.xml index 7cb1464bdc..8b07d245f4 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.eclipse.californium parent - 3.7.0-SNAPSHOT + 3.7.0 pom Californium (Cf) Parent diff --git a/scandium-core/pom.xml b/scandium-core/pom.xml index 57599f9823..6549ca3f68 100644 --- a/scandium-core/pom.xml +++ b/scandium-core/pom.xml @@ -4,7 +4,7 @@ org.eclipse.californium cf-bom - 3.7.0-SNAPSHOT + 3.7.0 ../bom scandium