From 650fe776cf52187e783eebbb76e77a2a37e7794f Mon Sep 17 00:00:00 2001 From: Christofer Dutz Date: Sun, 12 Nov 2023 20:34:15 +0100 Subject: [PATCH] chore: Added the timestamp to each pom (as the reproducible build pre-check required it) --- .../language-base-freemarker/pom.xml | 4 + code-generation/language-c/pom.xml | 4 + code-generation/language-cs/pom.xml | 4 + code-generation/language-go/pom.xml | 4 + code-generation/language-java/pom.xml | 4 + code-generation/language-python/pom.xml | 4 + code-generation/pom.xml | 23 +- code-generation/protocol-base-mspec/pom.xml | 4 + code-generation/protocol-test/pom.xml | 4 + code-generation/tests/pom.xml | 4 + .../tests/protocol-test-java/pom.xml | 4 + plc4c/pom.xml | 1 + plc4go/pom.xml | 1 + plc4j/api/pom.xml | 4 + plc4j/drivers/ab-eth/pom.xml | 5 + plc4j/drivers/ads/pom.xml | 4 + plc4j/drivers/all/pom.xml | 249 +++++++++--------- plc4j/drivers/bacnet/pom.xml | 4 + plc4j/drivers/c-bus/pom.xml | 5 + plc4j/drivers/can/pom.xml | 6 +- plc4j/drivers/canopen/pom.xml | 6 +- plc4j/drivers/eip/pom.xml | 5 + plc4j/drivers/firmata/pom.xml | 5 + plc4j/drivers/iec-60870/pom.xml | 5 + plc4j/drivers/knxnetip/pom.xml | 5 + plc4j/drivers/mock/pom.xml | 5 + plc4j/drivers/modbus/pom.xml | 5 + plc4j/drivers/opcua/pom.xml | 5 + plc4j/drivers/open-protocol/pom.xml | 5 + plc4j/drivers/plc4x/pom.xml | 4 + plc4j/drivers/pom.xml | 4 + plc4j/drivers/profinet-ng/pom.xml | 5 + plc4j/drivers/profinet/pom.xml | 5 + plc4j/drivers/s7/pom.xml | 4 + plc4j/drivers/simulated/pom.xml | 5 + plc4j/examples/hello-ads-telemetry/pom.xml | 1 + plc4j/examples/hello-cloud-azure/pom.xml | 4 + plc4j/examples/hello-cloud-google/pom.xml | 4 + .../examples/hello-connectivity-mqtt/pom.xml | 1 + plc4j/examples/hello-discovery/pom.xml | 1 + .../hello-influx-data-collection/pom.xml | 1 + .../examples/hello-integration-iotdb/pom.xml | 1 + plc4j/examples/hello-opm/pom.xml | 1 + plc4j/examples/hello-webservice/pom.xml | 1 + plc4j/examples/hello-world-kotlin/pom.xml | 2 + .../pom.xml | 1 + plc4j/examples/hello-world-plc4x-read/pom.xml | 1 + .../hello-world-plc4x-subscribe/pom.xml | 1 + .../examples/hello-world-plc4x-write/pom.xml | 1 + plc4j/examples/plc4j-s7event/pom.xml | 4 + plc4j/examples/poll-loop/pom.xml | 1 + plc4j/examples/pom.xml | 1 + plc4j/integrations/apache-calcite/pom.xml | 1 + plc4j/integrations/apache-kafka/pom.xml | 1 + .../apache-nifi/nifi-plc4x-nar/pom.xml | 3 +- .../apache-nifi/nifi-plc4x-processors/pom.xml | 6 +- plc4j/integrations/apache-nifi/pom.xml | 5 +- plc4j/integrations/pom.xml | 4 + plc4j/osgi/pom.xml | 4 + plc4j/pom.xml | 4 + plc4j/spi/pom.xml | 4 + plc4j/tools/capture-replay/pom.xml | 4 + plc4j/tools/connection-cache/pom.xml | 4 + plc4j/tools/opcua-server/pom.xml | 1 + plc4j/tools/opm/pom.xml | 4 + plc4j/tools/plc4x-server/pom.xml | 4 + plc4j/tools/pom.xml | 4 + plc4j/tools/scraper-ng/pom.xml | 4 + plc4j/tools/scraper/pom.xml | 4 + plc4j/transports/can/pom.xml | 4 + plc4j/transports/pcap-replay/pom.xml | 4 + plc4j/transports/pcap-shared/pom.xml | 4 + plc4j/transports/pom.xml | 4 + plc4j/transports/raw-socket/pom.xml | 4 + plc4j/transports/serial/pom.xml | 4 + plc4j/transports/socketcan/pom.xml | 4 + plc4j/transports/tcp/pom.xml | 4 + plc4j/transports/test/pom.xml | 4 + plc4j/transports/udp/pom.xml | 4 + plc4j/transports/virtualcan/pom.xml | 4 + plc4j/utils/pcap-replay/pom.xml | 4 + plc4j/utils/pcap-shared/pom.xml | 4 + plc4j/utils/plc-simulator/pom.xml | 4 + plc4j/utils/pom.xml | 4 + plc4j/utils/raw-sockets/pom.xml | 4 + plc4j/utils/test-generator/pom.xml | 4 + plc4j/utils/test-utils/pom.xml | 4 + plc4net/pom.xml | 4 + protocols/ab-eth/pom.xml | 4 + protocols/ads/pom.xml | 4 + protocols/bacnetip/pom.xml | 4 + protocols/c-bus/pom.xml | 4 + protocols/canopen/pom.xml | 4 + protocols/df1/pom.xml | 4 + protocols/eip/pom.xml | 4 + protocols/firmata/pom.xml | 4 + protocols/genericcan/pom.xml | 4 + protocols/iec-60870/pom.xml | 4 + protocols/knxnetip/pom.xml | 4 + protocols/modbus/pom.xml | 4 + protocols/mqtt/pom.xml | 4 + protocols/opcua/pom.xml | 4 + protocols/open-protocol/pom.xml | 4 + protocols/plc4x-api/pom.xml | 4 + protocols/plc4x/pom.xml | 4 + protocols/pom.xml | 4 + protocols/profinet/pom.xml | 4 + protocols/s7/pom.xml | 4 + protocols/simulated/pom.xml | 4 + protocols/socketcan/pom.xml | 4 + sandbox/discovery/pom.xml | 4 + sandbox/plc4py/pom.xml | 1 + sandbox/pom.xml | 4 + sandbox/test-java-df1-driver/pom.xml | 4 + 114 files changed, 533 insertions(+), 147 deletions(-) diff --git a/code-generation/language-base-freemarker/pom.xml b/code-generation/language-base-freemarker/pom.xml index f2b5efb4c37..b1c72c8de38 100644 --- a/code-generation/language-base-freemarker/pom.xml +++ b/code-generation/language-base-freemarker/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Language Base: Freemarker Base code for building language outputs based on Freemarker + + 1696231389 + + org.apache.plc4x.plugins diff --git a/code-generation/language-c/pom.xml b/code-generation/language-c/pom.xml index e024493c444..59761fa6f67 100644 --- a/code-generation/language-c/pom.xml +++ b/code-generation/language-c/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Language: C Code generation template for generating C code + + 1696231389 + + diff --git a/code-generation/language-cs/pom.xml b/code-generation/language-cs/pom.xml index f115d1bc306..f52fbb56c96 100644 --- a/code-generation/language-cs/pom.xml +++ b/code-generation/language-cs/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Language: C# Code generation template for generating C# code + + 1696231389 + + diff --git a/code-generation/language-go/pom.xml b/code-generation/language-go/pom.xml index b654622abe7..7f2cbc99f09 100644 --- a/code-generation/language-go/pom.xml +++ b/code-generation/language-go/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Language: Go Code generation template for generating Go(lang) code + + 1696231389 + + diff --git a/code-generation/language-java/pom.xml b/code-generation/language-java/pom.xml index c79bb8d6c65..926351a9f91 100644 --- a/code-generation/language-java/pom.xml +++ b/code-generation/language-java/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Language: Java Code generation template for generating Java code + + 1696231389 + + diff --git a/code-generation/language-python/pom.xml b/code-generation/language-python/pom.xml index 33a3156a992..d386b9caefa 100644 --- a/code-generation/language-python/pom.xml +++ b/code-generation/language-python/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Language: Python Code generation template for generating Python code + + 1696231389 + + diff --git a/code-generation/pom.xml b/code-generation/pom.xml index 341a8c50e93..75db15f8d93 100644 --- a/code-generation/pom.xml +++ b/code-generation/pom.xml @@ -33,6 +33,10 @@ Code-Generation Home of the PLC4X code-generation framework. + + 1696231389 + + language-base-freemarker language-java @@ -77,23 +81,4 @@ - - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.assertj - assertj-core - test - - - \ No newline at end of file diff --git a/code-generation/protocol-base-mspec/pom.xml b/code-generation/protocol-base-mspec/pom.xml index c2a5e476629..27fd41b6a04 100644 --- a/code-generation/protocol-base-mspec/pom.xml +++ b/code-generation/protocol-base-mspec/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Protocol Base: MSpec Base stuff for building protocols using our custom MSpec format. + + 1696231389 + + diff --git a/code-generation/protocol-test/pom.xml b/code-generation/protocol-test/pom.xml index f339c52e912..ef0c45f173e 100644 --- a/code-generation/protocol-test/pom.xml +++ b/code-generation/protocol-test/pom.xml @@ -32,6 +32,10 @@ Code-Generation: Protocol Test: Test Mspec Fake protocol intended for demonstrating the different features and aspects of MSpec. + + 1696231389 + + diff --git a/code-generation/tests/pom.xml b/code-generation/tests/pom.xml index 7fdea3f54d2..94bf3bfc09b 100644 --- a/code-generation/tests/pom.xml +++ b/code-generation/tests/pom.xml @@ -33,6 +33,10 @@ Code-Generation Tests Tests for the various code-generation modules + + 1696231389 + + protocol-test-java diff --git a/code-generation/tests/protocol-test-java/pom.xml b/code-generation/tests/protocol-test-java/pom.xml index 9f53594b526..af511e8e272 100644 --- a/code-generation/tests/protocol-test-java/pom.xml +++ b/code-generation/tests/protocol-test-java/pom.xml @@ -31,6 +31,10 @@ Code-Generation: Protocol Test: Test Java + + 1696231389 + + diff --git a/plc4c/pom.xml b/plc4c/pom.xml index 2edb42d2440..a3e539798c6 100644 --- a/plc4c/pom.xml +++ b/plc4c/pom.xml @@ -34,6 +34,7 @@ Implementation of the protocol adapters for usage as C library. + 1696231389 2.5.2 diff --git a/plc4go/pom.xml b/plc4go/pom.xml index 15442c9b57a..4768b8b7b8e 100644 --- a/plc4go/pom.xml +++ b/plc4go/pom.xml @@ -34,6 +34,7 @@ Implementation of the protocol adapters for usage as Go(lang) library. + 1696231389 . ** diff --git a/plc4j/api/pom.xml b/plc4j/api/pom.xml index ff632321542..9419d5e898b 100644 --- a/plc4j/api/pom.xml +++ b/plc4j/api/pom.xml @@ -31,6 +31,10 @@ PLC4J: API Central API Module. + + 1696231389 + + org.apache.commons diff --git a/plc4j/drivers/ab-eth/pom.xml b/plc4j/drivers/ab-eth/pom.xml index b9be21cd6e4..2557901ee37 100644 --- a/plc4j/drivers/ab-eth/pom.xml +++ b/plc4j/drivers/ab-eth/pom.xml @@ -27,9 +27,14 @@ plc4j-driver-ab-eth + PLC4J: Driver: AB-ETH Implementation of a PLC4X driver able to speak using the Allen Bradley AB-ETH protocol. + + 1696231389 + + diff --git a/plc4j/drivers/ads/pom.xml b/plc4j/drivers/ads/pom.xml index 6f8a42c604d..618d793bd66 100644 --- a/plc4j/drivers/ads/pom.xml +++ b/plc4j/drivers/ads/pom.xml @@ -30,6 +30,10 @@ PLC4J: Driver: Beckhoff TwinCat ADS Driver + + 1696231389 + + diff --git a/plc4j/drivers/all/pom.xml b/plc4j/drivers/all/pom.xml index 98dba3f3ac5..fe74493f90d 100644 --- a/plc4j/drivers/all/pom.xml +++ b/plc4j/drivers/all/pom.xml @@ -17,130 +17,135 @@ specific language governing permissions and limitations under the License. --> - - 4.0.0 + + 4.0.0 - - org.apache.plc4x - plc4j-drivers - 0.12.0-SNAPSHOT - + + org.apache.plc4x + plc4j-drivers + 0.12.0-SNAPSHOT + - plc4j-driver-all - pom + plc4j-driver-all + pom - PLC4J: All Drivers - Meta package to include all standard drivers + PLC4J: All Drivers + Meta package to include all standard drivers - - - - org.apache.plc4x - plc4j-driver-ab-eth - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-ads - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-bacnet - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-c-bus - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-can - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-canopen - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-eip - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-firmata - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-iec-60870 - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-knxnetip - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-open-protocol - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-modbus - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-opcua - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-plc4x - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-profinet - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-profinet-ng - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-s7 - 0.12.0-SNAPSHOT - runtime - - - org.apache.plc4x - plc4j-driver-simulated - 0.12.0-SNAPSHOT - runtime - - + + 1696231389 + + + + + + org.apache.plc4x + plc4j-driver-ab-eth + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-ads + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-bacnet + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-c-bus + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-can + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-canopen + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-eip + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-firmata + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-iec-60870 + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-knxnetip + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-open-protocol + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-modbus + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-opcua + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-plc4x + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-profinet + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-profinet-ng + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-s7 + 0.12.0-SNAPSHOT + runtime + + + org.apache.plc4x + plc4j-driver-simulated + 0.12.0-SNAPSHOT + runtime + + diff --git a/plc4j/drivers/bacnet/pom.xml b/plc4j/drivers/bacnet/pom.xml index 409418cca6d..5b4611ac250 100644 --- a/plc4j/drivers/bacnet/pom.xml +++ b/plc4j/drivers/bacnet/pom.xml @@ -30,6 +30,10 @@ PLC4J: Driver: BACNet/IP Driver + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/drivers/c-bus/pom.xml b/plc4j/drivers/c-bus/pom.xml index 7ec0ab331aa..8a33fcea9ea 100644 --- a/plc4j/drivers/c-bus/pom.xml +++ b/plc4j/drivers/c-bus/pom.xml @@ -27,10 +27,15 @@ plc4j-driver-c-bus + PLC4J: Driver: C-Bus Implementation of a PLC4X driver able to speak using the C-Bus Protocol. + + 1696231389 + + diff --git a/plc4j/drivers/can/pom.xml b/plc4j/drivers/can/pom.xml index adbb2f62185..b21eb0091c6 100644 --- a/plc4j/drivers/can/pom.xml +++ b/plc4j/drivers/can/pom.xml @@ -27,10 +27,14 @@ plc4j-driver-can + bundle + PLC4J: Driver: CAN Implementation of CAN driver. - bundle + + 1696231389 + diff --git a/plc4j/drivers/canopen/pom.xml b/plc4j/drivers/canopen/pom.xml index 41c227a9bde..961d0b9cc96 100644 --- a/plc4j/drivers/canopen/pom.xml +++ b/plc4j/drivers/canopen/pom.xml @@ -27,10 +27,14 @@ plc4j-driver-canopen + bundle + PLC4J: Driver: CANopen Implementation of CANopen driver. - bundle + + 1696231389 + diff --git a/plc4j/drivers/eip/pom.xml b/plc4j/drivers/eip/pom.xml index ba19c3120b3..2995cafedb1 100644 --- a/plc4j/drivers/eip/pom.xml +++ b/plc4j/drivers/eip/pom.xml @@ -27,10 +27,15 @@ plc4j-driver-eip + PLC4J: Driver: Ethernet IP Implementation of a PLC4X driver able to speak using the EthernetIP Protocol with CIP Encapsulation. + + 1696231389 + + diff --git a/plc4j/drivers/firmata/pom.xml b/plc4j/drivers/firmata/pom.xml index 7980c0d26a8..a03e2fb542b 100644 --- a/plc4j/drivers/firmata/pom.xml +++ b/plc4j/drivers/firmata/pom.xml @@ -27,8 +27,13 @@ plc4j-driver-firmata + PLC4J: Driver: Firmata + + 1696231389 + + diff --git a/plc4j/drivers/iec-60870/pom.xml b/plc4j/drivers/iec-60870/pom.xml index 7e6db6a2ece..1e6adc26fcd 100644 --- a/plc4j/drivers/iec-60870/pom.xml +++ b/plc4j/drivers/iec-60870/pom.xml @@ -27,9 +27,14 @@ plc4j-driver-iec-60870 + PLC4J: Driver: IEC 60870-5-104 Implementation of a PLC4X driver for the IEC 60870-5-104 protocol. + + 1696231389 + + diff --git a/plc4j/drivers/knxnetip/pom.xml b/plc4j/drivers/knxnetip/pom.xml index 9324aeeb992..9d808939f27 100644 --- a/plc4j/drivers/knxnetip/pom.xml +++ b/plc4j/drivers/knxnetip/pom.xml @@ -27,8 +27,13 @@ plc4j-driver-knxnetip + PLC4J: Driver: KNXNet/IP + + 1696231389 + + diff --git a/plc4j/drivers/mock/pom.xml b/plc4j/drivers/mock/pom.xml index 98a07a0b289..174c64e0049 100644 --- a/plc4j/drivers/mock/pom.xml +++ b/plc4j/drivers/mock/pom.xml @@ -28,9 +28,14 @@ plc4j-driver-mock + PLC4J: Driver: Mock Implementation of a PLC4X driver Mock usable in Unit-Tests. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/drivers/modbus/pom.xml b/plc4j/drivers/modbus/pom.xml index 6d73036eba6..f7453f6e551 100644 --- a/plc4j/drivers/modbus/pom.xml +++ b/plc4j/drivers/modbus/pom.xml @@ -27,9 +27,14 @@ plc4j-driver-modbus + PLC4J: Driver: Modbus Implementation of a PLC4X driver for the Modbus protocol. + + 1696231389 + + diff --git a/plc4j/drivers/opcua/pom.xml b/plc4j/drivers/opcua/pom.xml index 5a6ece83672..75f2c845906 100644 --- a/plc4j/drivers/opcua/pom.xml +++ b/plc4j/drivers/opcua/pom.xml @@ -28,9 +28,14 @@ plc4j-driver-opcua + PLC4J: Driver: OPC UA Implementation of a PLC4X driver able to speak with devices using the OPC UA protocol. + + 1696231389 + + diff --git a/plc4j/drivers/open-protocol/pom.xml b/plc4j/drivers/open-protocol/pom.xml index 96bbdb2941d..f7fe6f1e14a 100644 --- a/plc4j/drivers/open-protocol/pom.xml +++ b/plc4j/drivers/open-protocol/pom.xml @@ -27,9 +27,14 @@ plc4j-driver-open-protocol + PLC4J: Driver: Open-Protocol Implementation of a PLC4X driver for the Open-Protocol protocol. + + 1696231389 + + diff --git a/plc4j/drivers/plc4x/pom.xml b/plc4j/drivers/plc4x/pom.xml index d47b8e1baae..e56581c84fe 100644 --- a/plc4j/drivers/plc4x/pom.xml +++ b/plc4j/drivers/plc4x/pom.xml @@ -31,6 +31,10 @@ PLC4J: Driver: PLC4X (Proxy-Protocol) Implementation of a PLC4X driver for the PLC4X protocol, which is used for relaying PLC4X requests from one system to another. + + 1696231389 + + diff --git a/plc4j/drivers/pom.xml b/plc4j/drivers/pom.xml index c1543e63520..7b67f1c9e06 100644 --- a/plc4j/drivers/pom.xml +++ b/plc4j/drivers/pom.xml @@ -33,6 +33,10 @@ PLC4J: Drivers Wrapper project for all PLC4J driver implementations. + + 1696231389 + + ab-eth ads diff --git a/plc4j/drivers/profinet-ng/pom.xml b/plc4j/drivers/profinet-ng/pom.xml index f19b1b75162..86c3d02b4c7 100644 --- a/plc4j/drivers/profinet-ng/pom.xml +++ b/plc4j/drivers/profinet-ng/pom.xml @@ -27,9 +27,14 @@ plc4j-driver-profinet-ng + PLC4J: Driver: Profinet (NG) Implementation of a PLC4X driver for the Profinet protocol. + + 1696231389 + + diff --git a/plc4j/drivers/profinet/pom.xml b/plc4j/drivers/profinet/pom.xml index 2d1454aa06d..02d9ad72455 100644 --- a/plc4j/drivers/profinet/pom.xml +++ b/plc4j/drivers/profinet/pom.xml @@ -27,9 +27,14 @@ plc4j-driver-profinet + PLC4J: Driver: Profinet Implementation of a PLC4X driver for the Profinet protocol. + + 1696231389 + + diff --git a/plc4j/drivers/s7/pom.xml b/plc4j/drivers/s7/pom.xml index 488790f6cf4..24d0db6477e 100644 --- a/plc4j/drivers/s7/pom.xml +++ b/plc4j/drivers/s7/pom.xml @@ -31,6 +31,10 @@ PLC4J: Driver: S7 (Step7) Implementation of a PLC4X driver for the classic Step7 S7 protocol. + + 1696231389 + + diff --git a/plc4j/drivers/simulated/pom.xml b/plc4j/drivers/simulated/pom.xml index b779d053b72..1d5f945c605 100644 --- a/plc4j/drivers/simulated/pom.xml +++ b/plc4j/drivers/simulated/pom.xml @@ -29,9 +29,14 @@ plc4j-driver-simulated + PLC4J: Driver: Simulated Implementation of a PLC4X driver able to speak a simulated device. + + 1696231389 + + diff --git a/plc4j/examples/hello-ads-telemetry/pom.xml b/plc4j/examples/hello-ads-telemetry/pom.xml index 49a101db530..6a8035b3400 100644 --- a/plc4j/examples/hello-ads-telemetry/pom.xml +++ b/plc4j/examples/hello-ads-telemetry/pom.xml @@ -32,6 +32,7 @@ Hello world application using PLC4X to read ADS device telemetry. + 1696231389 org.apache.plc4x.java.examples.helloads.telemetry.HelloAdsTelemetry diff --git a/plc4j/examples/hello-cloud-azure/pom.xml b/plc4j/examples/hello-cloud-azure/pom.xml index 734d3020908..f4e7e8f2849 100644 --- a/plc4j/examples/hello-cloud-azure/pom.xml +++ b/plc4j/examples/hello-cloud-azure/pom.xml @@ -33,6 +33,10 @@ a PLC and making that available in an Azure IoT Hub. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/examples/hello-cloud-google/pom.xml b/plc4j/examples/hello-cloud-google/pom.xml index d1468030898..43d2a93ebdf 100644 --- a/plc4j/examples/hello-cloud-google/pom.xml +++ b/plc4j/examples/hello-cloud-google/pom.xml @@ -33,6 +33,10 @@ a PLC and making that available in an the Google Cloud IoT Core. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/examples/hello-connectivity-mqtt/pom.xml b/plc4j/examples/hello-connectivity-mqtt/pom.xml index 52f0db09583..08bffb59ed9 100644 --- a/plc4j/examples/hello-connectivity-mqtt/pom.xml +++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml @@ -32,6 +32,7 @@ Sample application, that reads data from a connected PLC and publishes this information via MQTT. + 1696231389 org.apache.plc4x.java.examples.connectivity.mqtt.MqttConnector diff --git a/plc4j/examples/hello-discovery/pom.xml b/plc4j/examples/hello-discovery/pom.xml index 1f88bff1465..0be2a16f0a4 100644 --- a/plc4j/examples/hello-discovery/pom.xml +++ b/plc4j/examples/hello-discovery/pom.xml @@ -32,6 +32,7 @@ Hello world application for PLC4X demonstrating the Discovery API. + 1696231389 org.apache.plc4x.java.examples.hellodiscovery.HelloDiscovery diff --git a/plc4j/examples/hello-influx-data-collection/pom.xml b/plc4j/examples/hello-influx-data-collection/pom.xml index e44e421dd6a..06d0f7b0c89 100644 --- a/plc4j/examples/hello-influx-data-collection/pom.xml +++ b/plc4j/examples/hello-influx-data-collection/pom.xml @@ -32,6 +32,7 @@ Data Collection with PLC4X and InfluxDB. + 1696231389 org.apache.plc4x.java.examples.helloinflux.HelloInflux diff --git a/plc4j/examples/hello-integration-iotdb/pom.xml b/plc4j/examples/hello-integration-iotdb/pom.xml index f7eaa9b5b0f..71c9caaec2d 100644 --- a/plc4j/examples/hello-integration-iotdb/pom.xml +++ b/plc4j/examples/hello-integration-iotdb/pom.xml @@ -32,6 +32,7 @@ Application outputting PLC data into IoTDB. + 1696231389 0.13.0 org.apache.plc4x.java.examples.integration.iotdb.PlcLogger diff --git a/plc4j/examples/hello-opm/pom.xml b/plc4j/examples/hello-opm/pom.xml index 8554d2bed35..9a376cc8813 100644 --- a/plc4j/examples/hello-opm/pom.xml +++ b/plc4j/examples/hello-opm/pom.xml @@ -32,6 +32,7 @@ Hello World example of PLC4X using the OPM feature. + 1696231389 org.apache.plc4x.java.examples.helloopm.HelloOpm diff --git a/plc4j/examples/hello-webservice/pom.xml b/plc4j/examples/hello-webservice/pom.xml index d266c33f87c..58550eb08d9 100644 --- a/plc4j/examples/hello-webservice/pom.xml +++ b/plc4j/examples/hello-webservice/pom.xml @@ -32,6 +32,7 @@ Hello world application sending PLC4X data to a remote Webservice. + 1696231389 org.apache.plc4x.java.examples.hellowebservice.HelloWebservice diff --git a/plc4j/examples/hello-world-kotlin/pom.xml b/plc4j/examples/hello-world-kotlin/pom.xml index 5dc94a8f004..179896a78f6 100644 --- a/plc4j/examples/hello-world-kotlin/pom.xml +++ b/plc4j/examples/hello-world-kotlin/pom.xml @@ -30,6 +30,8 @@ PLC4J: Examples: Hello-World: Kotlin + 1696231389 + 1696231389 1.7.22 true org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt diff --git a/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml b/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml index 4ef8728a485..d93fb37cf96 100644 --- a/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml +++ b/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml @@ -32,6 +32,7 @@ Hello world application for PLC4X using the discovery and browse-API. + 1696231389 org.apache.plc4x.java.examples.helloplc4x.discoverandbrowse.HelloPlc4xDiscoverAndBrowse diff --git a/plc4j/examples/hello-world-plc4x-read/pom.xml b/plc4j/examples/hello-world-plc4x-read/pom.xml index 0fbb13f9260..45a07db7f31 100644 --- a/plc4j/examples/hello-world-plc4x-read/pom.xml +++ b/plc4j/examples/hello-world-plc4x-read/pom.xml @@ -32,6 +32,7 @@ Hello world application for PLC4X using the read-API. + 1696231389 org.apache.plc4x.java.examples.helloplc4x.read.HelloPlc4xRead diff --git a/plc4j/examples/hello-world-plc4x-subscribe/pom.xml b/plc4j/examples/hello-world-plc4x-subscribe/pom.xml index d22e3bd2e33..9466823588d 100644 --- a/plc4j/examples/hello-world-plc4x-subscribe/pom.xml +++ b/plc4j/examples/hello-world-plc4x-subscribe/pom.xml @@ -32,6 +32,7 @@ Hello world application for PLC4X using the subscription-API. + 1696231389 org.apache.plc4x.java.examples.helloplc4x.subscribe.HelloPlc4xSubscription diff --git a/plc4j/examples/hello-world-plc4x-write/pom.xml b/plc4j/examples/hello-world-plc4x-write/pom.xml index e5c720f197b..b25e7159bb9 100644 --- a/plc4j/examples/hello-world-plc4x-write/pom.xml +++ b/plc4j/examples/hello-world-plc4x-write/pom.xml @@ -32,6 +32,7 @@ Hello world application for PLC4X using the write-API. + 1696231389 org.apache.plc4x.java.examples.helloplc4x.write.HelloPlc4xWrite diff --git a/plc4j/examples/plc4j-s7event/pom.xml b/plc4j/examples/plc4j-s7event/pom.xml index 23b85866b32..feb177e4dd1 100644 --- a/plc4j/examples/plc4j-s7event/pom.xml +++ b/plc4j/examples/plc4j-s7event/pom.xml @@ -34,6 +34,10 @@ S7Event capture, MODE, SYS, USR & ALARM events from S7-300 & S7-400 + + 1696231389 + + diff --git a/plc4j/examples/poll-loop/pom.xml b/plc4j/examples/poll-loop/pom.xml index 3dfc13f0af4..bf159345832 100644 --- a/plc4j/examples/poll-loop/pom.xml +++ b/plc4j/examples/poll-loop/pom.xml @@ -33,6 +33,7 @@ Fetches data in a continuous loop + 1696231389 org.apache.plc4x.java.examples.helloplc4x.HelloPlc4x diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml index 0208423c6e0..7eef7e03c24 100644 --- a/plc4j/examples/pom.xml +++ b/plc4j/examples/pom.xml @@ -35,6 +35,7 @@ Parent of all java based application example modules. + 1696231389 override-this-property-in-application-pom diff --git a/plc4j/integrations/apache-calcite/pom.xml b/plc4j/integrations/apache-calcite/pom.xml index 8bdc590d00a..644248a41b3 100644 --- a/plc4j/integrations/apache-calcite/pom.xml +++ b/plc4j/integrations/apache-calcite/pom.xml @@ -32,6 +32,7 @@ PLC4J: Integrations: Apache Calcite + 1696231389 1.34.0 diff --git a/plc4j/integrations/apache-kafka/pom.xml b/plc4j/integrations/apache-kafka/pom.xml index 2a12f11717d..699648db3d1 100644 --- a/plc4j/integrations/apache-kafka/pom.xml +++ b/plc4j/integrations/apache-kafka/pom.xml @@ -32,6 +32,7 @@ Integration module for integrating PLC4X into Apache Kafka (Kafka-Connect-Plugin) + 1696231389 3.2.0 0.12.0 diff --git a/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml b/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml index 8611099a896..caed88e2ed8 100644 --- a/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml +++ b/plc4j/integrations/apache-nifi/nifi-plc4x-nar/pom.xml @@ -31,7 +31,8 @@ PLC4J: Integrations: Apache Nifi: NAR - + + 1696231389 true true diff --git a/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml b/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml index 54090a1683e..e7bdeaada3d 100644 --- a/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml +++ b/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml @@ -30,7 +30,11 @@ PLC4J: Integrations: Apache Nifi: Processors - + + 1696231389 + + + org.apache.plc4x plc4j-api diff --git a/plc4j/integrations/apache-nifi/pom.xml b/plc4j/integrations/apache-nifi/pom.xml index a93ca415621..ab2b5939aa1 100644 --- a/plc4j/integrations/apache-nifi/pom.xml +++ b/plc4j/integrations/apache-nifi/pom.xml @@ -32,8 +32,9 @@ PLC4J: Integrations: Apache Nifi Integration module for integrating PLC4X into Apache Nifi. - - 1.23.2 + + 1696231389 + 1.23.2 1.11.1 diff --git a/plc4j/integrations/pom.xml b/plc4j/integrations/pom.xml index d94d2427347..704dcd22d3f 100644 --- a/plc4j/integrations/pom.xml +++ b/plc4j/integrations/pom.xml @@ -33,6 +33,10 @@ PLC4J: Integrations Parent of all product specific integration modules. + + 1696231389 + + apache-calcite apache-nifi diff --git a/plc4j/osgi/pom.xml b/plc4j/osgi/pom.xml index d3c7d5897a9..a83b9ea016c 100644 --- a/plc4j/osgi/pom.xml +++ b/plc4j/osgi/pom.xml @@ -31,6 +31,10 @@ PLC4J: OSGi OSGi Module for PLC4X + + 1696231389 + + org.osgi diff --git a/plc4j/pom.xml b/plc4j/pom.xml index b9563fe4f38..35a5fbd31fb 100644 --- a/plc4j/pom.xml +++ b/plc4j/pom.xml @@ -33,6 +33,10 @@ PLC4J Implementation of the protocol adapters for usage as Java library. + + 1696231389 + + api drivers diff --git a/plc4j/spi/pom.xml b/plc4j/spi/pom.xml index fa912dd4a01..37fa4af14aa 100644 --- a/plc4j/spi/pom.xml +++ b/plc4j/spi/pom.xml @@ -30,6 +30,10 @@ PLC4J: SPI Internal API Module. + + 1696231389 + + io.netty diff --git a/plc4j/tools/capture-replay/pom.xml b/plc4j/tools/capture-replay/pom.xml index d5d5aedc6f2..4f4d1661b2f 100644 --- a/plc4j/tools/capture-replay/pom.xml +++ b/plc4j/tools/capture-replay/pom.xml @@ -32,6 +32,10 @@ PLC4J: Tools: Capture Replay Tool for actively sending out packets captured via WireShark. + + 1696231389 + + diff --git a/plc4j/tools/connection-cache/pom.xml b/plc4j/tools/connection-cache/pom.xml index 7e201163599..97ef386f94c 100644 --- a/plc4j/tools/connection-cache/pom.xml +++ b/plc4j/tools/connection-cache/pom.xml @@ -32,6 +32,10 @@ PLC4J: Tools: Connection Cache An implementation of a connection cache. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml index 3760b8752a1..6e0d12f2252 100644 --- a/plc4j/tools/opcua-server/pom.xml +++ b/plc4j/tools/opcua-server/pom.xml @@ -31,6 +31,7 @@ PLC4J: Integrations: Eclipse Milo OPC UA Server + 1696231389 org.apache.plc4x.java.opcuaserver.OPCUAServer diff --git a/plc4j/tools/opm/pom.xml b/plc4j/tools/opm/pom.xml index 64869b6803b..6a072bf8217 100644 --- a/plc4j/tools/opm/pom.xml +++ b/plc4j/tools/opm/pom.xml @@ -32,6 +32,10 @@ PLC4J: Tools: Object PLC Mapping Layer on top of Plc4X that enables mapping between Objects and PLCs. + + 1696231389 + + diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml index 79337de82c4..5c9c97d4e34 100644 --- a/plc4j/tools/plc4x-server/pom.xml +++ b/plc4j/tools/plc4x-server/pom.xml @@ -32,6 +32,10 @@ PLC4J: Tools: Plc4x Server Server that can be used by drivers of the 'plc4x' protocol to relay requests which are then executed on this machine. + + 1696231389 + + diff --git a/plc4j/tools/pom.xml b/plc4j/tools/pom.xml index e967342e6fd..7716862ed37 100644 --- a/plc4j/tools/pom.xml +++ b/plc4j/tools/pom.xml @@ -33,6 +33,10 @@ PLC4J: Tools A collection of tools that provide additional services to users. + + 1696231389 + + capture-replay connection-cache diff --git a/plc4j/tools/scraper-ng/pom.xml b/plc4j/tools/scraper-ng/pom.xml index 1e39b624a6e..debb68489f1 100644 --- a/plc4j/tools/scraper-ng/pom.xml +++ b/plc4j/tools/scraper-ng/pom.xml @@ -32,6 +32,10 @@ PLC4J: Tools: Scraper (NG) Utility to efficiently collect a large number of items on multiple devices by different triggers. + + 1696231389 + + diff --git a/plc4j/transports/can/pom.xml b/plc4j/transports/can/pom.xml index ff9b70a18f2..7fc81545496 100644 --- a/plc4j/transports/can/pom.xml +++ b/plc4j/transports/can/pom.xml @@ -31,6 +31,10 @@ PLC4J: Transports: CAN Definition of CAN related transport APIs. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/transports/pcap-replay/pom.xml b/plc4j/transports/pcap-replay/pom.xml index 0aa77b4de3f..c3843d9c502 100644 --- a/plc4j/transports/pcap-replay/pom.xml +++ b/plc4j/transports/pcap-replay/pom.xml @@ -31,6 +31,10 @@ PLC4J: Transports: PCAP Replay Transport using libpcap to replay pcapng files to simulate a raw socket. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/transports/pcap-shared/pom.xml b/plc4j/transports/pcap-shared/pom.xml index a5f55923e39..881e921230b 100644 --- a/plc4j/transports/pcap-shared/pom.xml +++ b/plc4j/transports/pcap-shared/pom.xml @@ -32,6 +32,10 @@ PLC4J: Transports: PCAP (shared) Base classes used by all transports using libpcap (raw-socket and pcap-replay). + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/transports/pom.xml b/plc4j/transports/pom.xml index a760d4c6eb5..bcb84552101 100644 --- a/plc4j/transports/pom.xml +++ b/plc4j/transports/pom.xml @@ -33,6 +33,10 @@ PLC4J: Transports Collection of base-types for implementing different types of drivers. + + 1696231389 + + can pcap-replay diff --git a/plc4j/transports/raw-socket/pom.xml b/plc4j/transports/raw-socket/pom.xml index 103a9dd9bc8..cf29862e699 100644 --- a/plc4j/transports/raw-socket/pom.xml +++ b/plc4j/transports/raw-socket/pom.xml @@ -31,6 +31,10 @@ PLC4J: Transports: Raw Socket Base classes needed to implement plc4x drivers based on Raw Socket connections. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/transports/serial/pom.xml b/plc4j/transports/serial/pom.xml index 847bff85e82..0521ec86d15 100644 --- a/plc4j/transports/serial/pom.xml +++ b/plc4j/transports/serial/pom.xml @@ -31,6 +31,10 @@ PLC4J: Transports: Serial Base classes needed to implement plc4x drivers based on Serial connections. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/transports/socketcan/pom.xml b/plc4j/transports/socketcan/pom.xml index ede13ef581b..30efc652957 100644 --- a/plc4j/transports/socketcan/pom.xml +++ b/plc4j/transports/socketcan/pom.xml @@ -31,6 +31,10 @@ PLC4J: Transports: SocketCAN Base classes needed to implement plc4x drivers based on SocketCAN connections. Powered by javacan library. + + 1696231389 + + diff --git a/plc4j/utils/pom.xml b/plc4j/utils/pom.xml index 9b47766ac1f..24636f6b3d6 100644 --- a/plc4j/utils/pom.xml +++ b/plc4j/utils/pom.xml @@ -33,6 +33,10 @@ PLC4J: Utils A collection of utilities used internally. + + 1696231389 + + pcap-replay diff --git a/plc4j/utils/raw-sockets/pom.xml b/plc4j/utils/raw-sockets/pom.xml index 5e7fbbca0c0..674ddcfeda5 100644 --- a/plc4j/utils/raw-sockets/pom.xml +++ b/plc4j/utils/raw-sockets/pom.xml @@ -33,6 +33,10 @@ An implementation of a Netty Channel that allows implementing protocols below the TCP and UCP level. + + 1696231389 + + org.apache.plc4x diff --git a/plc4j/utils/test-generator/pom.xml b/plc4j/utils/test-generator/pom.xml index 49ef61c8bbc..4aa5dd47c39 100644 --- a/plc4j/utils/test-generator/pom.xml +++ b/plc4j/utils/test-generator/pom.xml @@ -32,6 +32,10 @@ PLC4J: Utils: Test-Generator Generates tests. + + 1696231389 + + diff --git a/plc4j/utils/test-utils/pom.xml b/plc4j/utils/test-utils/pom.xml index aefaa014a57..b6c9dd66400 100644 --- a/plc4j/utils/test-utils/pom.xml +++ b/plc4j/utils/test-utils/pom.xml @@ -32,6 +32,10 @@ PLC4J: Utils: Test Utils A set of test utils. Especially defining the test-categories used to categorize tests. + + 1696231389 + + org.apache.plc4x diff --git a/plc4net/pom.xml b/plc4net/pom.xml index 36e5f722b2d..85cf441904b 100644 --- a/plc4net/pom.xml +++ b/plc4net/pom.xml @@ -38,6 +38,10 @@ c# + + 1696231389 + + diff --git a/protocols/ab-eth/pom.xml b/protocols/ab-eth/pom.xml index f6a6c4ffe95..a60951ca8d0 100644 --- a/protocols/ab-eth/pom.xml +++ b/protocols/ab-eth/pom.xml @@ -32,6 +32,10 @@ Protocols: AB-ETH Base protocol specifications for the AB ETH protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/ads/pom.xml b/protocols/ads/pom.xml index 9393593c989..f5c66f83ed6 100644 --- a/protocols/ads/pom.xml +++ b/protocols/ads/pom.xml @@ -32,6 +32,10 @@ Protocols: ADS Base protocol specifications for the ADS protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/bacnetip/pom.xml b/protocols/bacnetip/pom.xml index 702d0fba240..02c171940c0 100644 --- a/protocols/bacnetip/pom.xml +++ b/protocols/bacnetip/pom.xml @@ -32,6 +32,10 @@ Protocols: BACNet/IP Base protocol specifications for the BACNet/IP protocol + + 1696231389 + + diff --git a/protocols/c-bus/pom.xml b/protocols/c-bus/pom.xml index 505e9113240..6e40d189652 100644 --- a/protocols/c-bus/pom.xml +++ b/protocols/c-bus/pom.xml @@ -32,6 +32,10 @@ Protocols: C-Bus Base protocol specifications for the C-Bus protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/canopen/pom.xml b/protocols/canopen/pom.xml index d48c7c51454..4de7309c262 100644 --- a/protocols/canopen/pom.xml +++ b/protocols/canopen/pom.xml @@ -32,6 +32,10 @@ Protocols: CANopen Base protocol specifications for the CANopen protocol. + + 1696231389 + + org.apache.plc4x diff --git a/protocols/df1/pom.xml b/protocols/df1/pom.xml index dcaee11a645..261b7bfbe99 100644 --- a/protocols/df1/pom.xml +++ b/protocols/df1/pom.xml @@ -32,6 +32,10 @@ Protocols: Df1 Base protocol specifications for the AB Df1 protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/eip/pom.xml b/protocols/eip/pom.xml index 0da62dad0d7..53534dcffb3 100644 --- a/protocols/eip/pom.xml +++ b/protocols/eip/pom.xml @@ -32,6 +32,10 @@ Protocols: EtherNet/IP Base protocol specifications for the EhterNet/IP protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/firmata/pom.xml b/protocols/firmata/pom.xml index e1e977b2f1f..306a2af1f34 100644 --- a/protocols/firmata/pom.xml +++ b/protocols/firmata/pom.xml @@ -32,6 +32,10 @@ Protocols: Firmata Protocol specification for the Firmata protocol, mostly used for Arduino communication. + + 1696231389 + + org.apache.plc4x diff --git a/protocols/genericcan/pom.xml b/protocols/genericcan/pom.xml index 2cdb46d1686..8dc8a78b669 100644 --- a/protocols/genericcan/pom.xml +++ b/protocols/genericcan/pom.xml @@ -32,6 +32,10 @@ Protocols: Generic CAN Protocol specifications for the Generic CAN protocol. + + 1696231389 + + org.apache.plc4x diff --git a/protocols/iec-60870/pom.xml b/protocols/iec-60870/pom.xml index 7a8fa037224..445309db0f3 100644 --- a/protocols/iec-60870/pom.xml +++ b/protocols/iec-60870/pom.xml @@ -32,6 +32,10 @@ Protocols: IEC-60870 Base protocol specifications for the IEC-60870 protocol family + + 1696231389 + + org.apache.plc4x diff --git a/protocols/knxnetip/pom.xml b/protocols/knxnetip/pom.xml index 5e469ac52fd..2b3ff59c60c 100644 --- a/protocols/knxnetip/pom.xml +++ b/protocols/knxnetip/pom.xml @@ -32,6 +32,10 @@ Protocols: KNXNet/IP Base protocol specifications for the KNXNet/IP protocol + + 1696231389 + + diff --git a/protocols/modbus/pom.xml b/protocols/modbus/pom.xml index 8dbc13cc6f9..17c946c680b 100644 --- a/protocols/modbus/pom.xml +++ b/protocols/modbus/pom.xml @@ -32,6 +32,10 @@ Protocols: Modbus Base protocol specifications for the Modbus protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/mqtt/pom.xml b/protocols/mqtt/pom.xml index 928fecb3b9f..908df295fcb 100644 --- a/protocols/mqtt/pom.xml +++ b/protocols/mqtt/pom.xml @@ -32,6 +32,10 @@ Protocols: MQTT Protocol specifications for the MQTT protocols + + 1696231389 + + org.apache.plc4x diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml index 8c0249eb18e..2db604c588c 100644 --- a/protocols/opcua/pom.xml +++ b/protocols/opcua/pom.xml @@ -32,6 +32,10 @@ Protocols: OPC UA Base protocol specifications for the OPC UA protocol + + 1696231389 + + diff --git a/protocols/open-protocol/pom.xml b/protocols/open-protocol/pom.xml index cc51b6a0d2e..3f4fe6f632d 100644 --- a/protocols/open-protocol/pom.xml +++ b/protocols/open-protocol/pom.xml @@ -32,6 +32,10 @@ Protocols: Open-Protocol Protocol specifications for the Atlas Copco: Open Protocol protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/plc4x-api/pom.xml b/protocols/plc4x-api/pom.xml index 7d59e292a39..cd627e432f1 100644 --- a/protocols/plc4x-api/pom.xml +++ b/protocols/plc4x-api/pom.xml @@ -32,6 +32,10 @@ Protocols: PLC4X (API) General purpose API types + + 1696231389 + + org.apache.plc4x diff --git a/protocols/plc4x/pom.xml b/protocols/plc4x/pom.xml index 79d39d50e82..f02dd938409 100644 --- a/protocols/plc4x/pom.xml +++ b/protocols/plc4x/pom.xml @@ -32,6 +32,10 @@ Protocols: PLC4X (Proxy) Base protocol specifications for the PLC4X Proxy protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/pom.xml b/protocols/pom.xml index 358e8671a75..b5578a54981 100644 --- a/protocols/pom.xml +++ b/protocols/pom.xml @@ -33,6 +33,10 @@ Protocols Base protocol specifications. + + 1696231389 + + ab-eth ads diff --git a/protocols/profinet/pom.xml b/protocols/profinet/pom.xml index 8cec658bdf6..6c08685874a 100644 --- a/protocols/profinet/pom.xml +++ b/protocols/profinet/pom.xml @@ -32,6 +32,10 @@ Protocols: Profinet Base protocol specifications for the Profinet protocols + + 1696231389 + + org.apache.plc4x diff --git a/protocols/s7/pom.xml b/protocols/s7/pom.xml index dbfb0c51ff5..da8afd29c1c 100644 --- a/protocols/s7/pom.xml +++ b/protocols/s7/pom.xml @@ -32,6 +32,10 @@ Protocols: S7 Base protocol specifications for the Siemens S7 protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/simulated/pom.xml b/protocols/simulated/pom.xml index 09840f93467..23d2b9b4c30 100644 --- a/protocols/simulated/pom.xml +++ b/protocols/simulated/pom.xml @@ -32,6 +32,10 @@ Protocols: Simulated Base protocol specifications for the Simulated protocol + + 1696231389 + + org.apache.plc4x diff --git a/protocols/socketcan/pom.xml b/protocols/socketcan/pom.xml index 3e4d3b215cb..c33654e03a8 100644 --- a/protocols/socketcan/pom.xml +++ b/protocols/socketcan/pom.xml @@ -32,6 +32,10 @@ Protocols: SocketCAN Protocol of binary representation of SocketCAN frames. + + 1696231389 + + org.apache.plc4x diff --git a/sandbox/discovery/pom.xml b/sandbox/discovery/pom.xml index 2233f23816e..32177a9a223 100644 --- a/sandbox/discovery/pom.xml +++ b/sandbox/discovery/pom.xml @@ -31,6 +31,10 @@ Sandbox: PLC4J: Driver: Discovery Implementation of a PLC4X driver which provides discovery services. It's not actually a real diver, but more utilizes the drivers discovery mechanisms in a way that it integrates into the PLC4X API nicely. + + 1696231389 + + org.apache.plc4x diff --git a/sandbox/plc4py/pom.xml b/sandbox/plc4py/pom.xml index f0f6046503f..bb400d896c2 100644 --- a/sandbox/plc4py/pom.xml +++ b/sandbox/plc4py/pom.xml @@ -34,6 +34,7 @@ Implementation of the protocol adapters for usage as Python library. + 1696231389 plc4py OFF diff --git a/sandbox/pom.xml b/sandbox/pom.xml index fe5dccbe0f5..5c0198a36d4 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -34,6 +34,10 @@ Sandbox Place where new stuff is located before it is regarded production-quality. + + 1696231389 + + diff --git a/sandbox/test-java-df1-driver/pom.xml b/sandbox/test-java-df1-driver/pom.xml index fea255c5d3e..60601427058 100644 --- a/sandbox/test-java-df1-driver/pom.xml +++ b/sandbox/test-java-df1-driver/pom.xml @@ -30,6 +30,10 @@ Sandbox: Test Df1 Driver + + 1696231389 + + org.apache.plc4x