This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit d8e580ed39abe1ce474bad7795789c70006faff0 Author: Christofer Dutz <[email protected]> AuthorDate: Thu Jul 31 16:36:55 2025 +0000 [maven-release-plugin] prepare branch rel/0.13 --- code-generation/language-base-freemarker/pom.xml | 2 +- code-generation/language-c/pom.xml | 2 +- code-generation/language-cs/pom.xml | 2 +- code-generation/language-go/pom.xml | 2 +- code-generation/language-java/pom.xml | 2 +- code-generation/language-python/pom.xml | 2 +- code-generation/pom.xml | 2 +- code-generation/protocol-base-mspec/pom.xml | 2 +- code-generation/protocol-test/pom.xml | 2 +- plc4c/pom.xml | 2 +- plc4go/pom.xml | 4 ++-- plc4j/api/pom.xml | 2 +- plc4j/drivers/ab-eth/pom.xml | 2 +- plc4j/drivers/ads/pom.xml | 2 +- plc4j/drivers/all/pom.xml | 2 +- plc4j/drivers/bacnet/pom.xml | 2 +- plc4j/drivers/c-bus/pom.xml | 2 +- plc4j/drivers/can/pom.xml | 2 +- plc4j/drivers/canopen/pom.xml | 2 +- plc4j/drivers/ctrlx/pom.xml | 2 +- plc4j/drivers/eip/pom.xml | 2 +- plc4j/drivers/firmata/pom.xml | 2 +- plc4j/drivers/iec-60870/pom.xml | 2 +- plc4j/drivers/knxnetip/pom.xml | 2 +- plc4j/drivers/mock/pom.xml | 2 +- plc4j/drivers/modbus/pom.xml | 2 +- plc4j/drivers/opcua/pom.xml | 2 +- plc4j/drivers/open-protocol/pom.xml | 2 +- plc4j/drivers/plc4x/pom.xml | 2 +- plc4j/drivers/pom.xml | 2 +- plc4j/drivers/profinet-ng/pom.xml | 2 +- plc4j/drivers/profinet/pom.xml | 2 +- plc4j/drivers/s7/pom.xml | 2 +- plc4j/drivers/simulated/pom.xml | 2 +- plc4j/osgi/pom.xml | 2 +- plc4j/pom.xml | 2 +- plc4j/spi/pom.xml | 2 +- plc4j/tools/capture-replay/pom.xml | 2 +- plc4j/tools/connection-cache/pom.xml | 2 +- plc4j/tools/opm/pom.xml | 2 +- plc4j/tools/pom.xml | 2 +- plc4j/tools/scraper-ng/pom.xml | 2 +- plc4j/tools/scraper/pom.xml | 2 +- plc4j/transports/can/pom.xml | 2 +- plc4j/transports/pcap-replay/pom.xml | 2 +- plc4j/transports/pcap-shared/pom.xml | 2 +- plc4j/transports/pom.xml | 2 +- plc4j/transports/raw-socket/pom.xml | 2 +- plc4j/transports/serial/pom.xml | 2 +- plc4j/transports/socketcan/pom.xml | 2 +- plc4j/transports/tcp/pom.xml | 2 +- plc4j/transports/test/pom.xml | 2 +- plc4j/transports/udp/pom.xml | 2 +- plc4j/transports/virtualcan/pom.xml | 2 +- plc4j/utils/pcap-replay/pom.xml | 2 +- plc4j/utils/pcap-shared/pom.xml | 2 +- plc4j/utils/plc-simulator/pom.xml | 2 +- plc4j/utils/pom.xml | 2 +- plc4j/utils/raw-sockets/pom.xml | 2 +- plc4j/utils/test-generator/pom.xml | 2 +- plc4j/utils/test-utils/pom.xml | 2 +- plc4net/pom.xml | 2 +- plc4py/pom.xml | 2 +- pom.xml | 6 +++--- protocols/ab-eth/pom.xml | 2 +- protocols/ads/pom.xml | 2 +- protocols/bacnetip/pom.xml | 6 ++---- protocols/c-bus/pom.xml | 2 +- protocols/canopen/pom.xml | 2 +- protocols/df1/pom.xml | 2 +- protocols/eip/pom.xml | 2 +- protocols/firmata/pom.xml | 2 +- protocols/genericcan/pom.xml | 2 +- protocols/iec-60870/pom.xml | 2 +- protocols/knxnetip/pom.xml | 2 +- protocols/modbus/pom.xml | 2 +- protocols/mqtt/pom.xml | 2 +- protocols/opcua/pom.xml | 2 +- protocols/open-protocol/pom.xml | 2 +- protocols/plc4x-api/pom.xml | 2 +- protocols/plc4x/pom.xml | 2 +- protocols/pom.xml | 2 +- protocols/profinet/pom.xml | 2 +- protocols/s7/pom.xml | 2 +- protocols/simulated/pom.xml | 2 +- protocols/socketcan/pom.xml | 2 +- protocols/umas/pom.xml | 2 +- website/pom.xml | 7 +++---- 88 files changed, 94 insertions(+), 97 deletions(-) diff --git a/code-generation/language-base-freemarker/pom.xml b/code-generation/language-base-freemarker/pom.xml index 0c5561de81..9427c8691b 100644 --- a/code-generation/language-base-freemarker/pom.xml +++ b/code-generation/language-base-freemarker/pom.xml @@ -33,7 +33,7 @@ <description>Base code for building language outputs based on Freemarker</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/code-generation/language-c/pom.xml b/code-generation/language-c/pom.xml index 746887eb57..fb45f0c45a 100644 --- a/code-generation/language-c/pom.xml +++ b/code-generation/language-c/pom.xml @@ -33,7 +33,7 @@ <description>Code generation template for generating C code</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/code-generation/language-cs/pom.xml b/code-generation/language-cs/pom.xml index 5970017978..798730ba1a 100644 --- a/code-generation/language-cs/pom.xml +++ b/code-generation/language-cs/pom.xml @@ -33,7 +33,7 @@ <description>Code generation template for generating C# code</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/code-generation/language-go/pom.xml b/code-generation/language-go/pom.xml index bd8a3f9f05..e6f372cb6b 100644 --- a/code-generation/language-go/pom.xml +++ b/code-generation/language-go/pom.xml @@ -33,7 +33,7 @@ <description>Code generation template for generating Go(lang) code</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/code-generation/language-java/pom.xml b/code-generation/language-java/pom.xml index 35ceb4aff8..87fd71e7ac 100644 --- a/code-generation/language-java/pom.xml +++ b/code-generation/language-java/pom.xml @@ -33,7 +33,7 @@ <description>Code generation template for generating Java code</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/code-generation/language-python/pom.xml b/code-generation/language-python/pom.xml index ce444f27a3..f2fcf01ce6 100644 --- a/code-generation/language-python/pom.xml +++ b/code-generation/language-python/pom.xml @@ -33,7 +33,7 @@ <description>Code generation template for generating Python code</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/code-generation/pom.xml b/code-generation/pom.xml index 4b94f82e26..7bbdb2e60c 100644 --- a/code-generation/pom.xml +++ b/code-generation/pom.xml @@ -34,7 +34,7 @@ <description>Home of the PLC4X code-generation framework.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <modules> diff --git a/code-generation/protocol-base-mspec/pom.xml b/code-generation/protocol-base-mspec/pom.xml index 76cd686c95..3731d3bc48 100644 --- a/code-generation/protocol-base-mspec/pom.xml +++ b/code-generation/protocol-base-mspec/pom.xml @@ -33,7 +33,7 @@ <description>Base stuff for building protocols using our custom MSpec format.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/code-generation/protocol-test/pom.xml b/code-generation/protocol-test/pom.xml index 8a7f0b4dcb..744c0acc2f 100644 --- a/code-generation/protocol-test/pom.xml +++ b/code-generation/protocol-test/pom.xml @@ -33,7 +33,7 @@ <description>Fake protocol intended for demonstrating the different features and aspects of MSpec.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4c/pom.xml b/plc4c/pom.xml index 819eacf804..c792a14c15 100644 --- a/plc4c/pom.xml +++ b/plc4c/pom.xml @@ -34,7 +34,7 @@ <description>Implementation of the protocol adapters for usage as C library.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> <unity.version>2.5.2</unity.version> <!-- Tell Sonar where to find the sources --> <!--sonar.sources></sonar.sources--> diff --git a/plc4go/pom.xml b/plc4go/pom.xml index 67e5a4faaf..cf002466cc 100644 --- a/plc4go/pom.xml +++ b/plc4go/pom.xml @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -34,7 +34,7 @@ <description>Implementation of the protocol adapters for usage as Go(lang) library.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> <!-- Tell Sonar where to find the sources --> <sonar.sources>.</sonar.sources> <sonar.inclusions>**</sonar.inclusions> diff --git a/plc4j/api/pom.xml b/plc4j/api/pom.xml index 71fde15914..7b01cd3e10 100644 --- a/plc4j/api/pom.xml +++ b/plc4j/api/pom.xml @@ -32,7 +32,7 @@ <description>Central API Module.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/drivers/ab-eth/pom.xml b/plc4j/drivers/ab-eth/pom.xml index 6ec4216194..65e4add365 100644 --- a/plc4j/drivers/ab-eth/pom.xml +++ b/plc4j/drivers/ab-eth/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver able to speak using the Allen Bradley AB-ETH protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/ads/pom.xml b/plc4j/drivers/ads/pom.xml index e5f1f101d0..bf88596412 100644 --- a/plc4j/drivers/ads/pom.xml +++ b/plc4j/drivers/ads/pom.xml @@ -31,7 +31,7 @@ <name>PLC4J: Driver: ADS</name> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/all/pom.xml b/plc4j/drivers/all/pom.xml index 2525d78925..0e538e88dd 100644 --- a/plc4j/drivers/all/pom.xml +++ b/plc4j/drivers/all/pom.xml @@ -33,7 +33,7 @@ <description>Meta package to include all standard drivers</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/bacnet/pom.xml b/plc4j/drivers/bacnet/pom.xml index c5bf657890..2c6651adbf 100644 --- a/plc4j/drivers/bacnet/pom.xml +++ b/plc4j/drivers/bacnet/pom.xml @@ -31,7 +31,7 @@ <name>PLC4J: Driver: BACNet/IP</name> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/c-bus/pom.xml b/plc4j/drivers/c-bus/pom.xml index 4f93374c78..8fbd3adb0d 100644 --- a/plc4j/drivers/c-bus/pom.xml +++ b/plc4j/drivers/c-bus/pom.xml @@ -33,7 +33,7 @@ </description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/can/pom.xml b/plc4j/drivers/can/pom.xml index 67877c354e..9df345f6a9 100644 --- a/plc4j/drivers/can/pom.xml +++ b/plc4j/drivers/can/pom.xml @@ -33,7 +33,7 @@ <description>Implementation of CAN driver.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/canopen/pom.xml b/plc4j/drivers/canopen/pom.xml index 6f83dad6b8..17bd6f8465 100644 --- a/plc4j/drivers/canopen/pom.xml +++ b/plc4j/drivers/canopen/pom.xml @@ -33,7 +33,7 @@ <description>Implementation of CANopen driver.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/ctrlx/pom.xml b/plc4j/drivers/ctrlx/pom.xml index 118bef0042..73f714bc57 100644 --- a/plc4j/drivers/ctrlx/pom.xml +++ b/plc4j/drivers/ctrlx/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a driver able to communicate with Boschrexroth CtrlX controllers.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/eip/pom.xml b/plc4j/drivers/eip/pom.xml index 54ce1f2875..31347c07dc 100644 --- a/plc4j/drivers/eip/pom.xml +++ b/plc4j/drivers/eip/pom.xml @@ -33,7 +33,7 @@ </description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/firmata/pom.xml b/plc4j/drivers/firmata/pom.xml index f33ade876e..fd960f3630 100644 --- a/plc4j/drivers/firmata/pom.xml +++ b/plc4j/drivers/firmata/pom.xml @@ -31,7 +31,7 @@ <name>PLC4J: Driver: Firmata</name> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/iec-60870/pom.xml b/plc4j/drivers/iec-60870/pom.xml index c7c55d5400..c34a678803 100644 --- a/plc4j/drivers/iec-60870/pom.xml +++ b/plc4j/drivers/iec-60870/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver for the IEC 60870-5-104 protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/knxnetip/pom.xml b/plc4j/drivers/knxnetip/pom.xml index c54309ccac..4ae8519b7b 100644 --- a/plc4j/drivers/knxnetip/pom.xml +++ b/plc4j/drivers/knxnetip/pom.xml @@ -31,7 +31,7 @@ <name>PLC4J: Driver: KNXNet/IP</name> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/mock/pom.xml b/plc4j/drivers/mock/pom.xml index a8c0daef09..dbc8c3dcdd 100644 --- a/plc4j/drivers/mock/pom.xml +++ b/plc4j/drivers/mock/pom.xml @@ -33,7 +33,7 @@ <description>Implementation of a PLC4X driver Mock usable in Unit-Tests.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/drivers/modbus/pom.xml b/plc4j/drivers/modbus/pom.xml index 05b96348f5..dec79b72b0 100644 --- a/plc4j/drivers/modbus/pom.xml +++ b/plc4j/drivers/modbus/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver for the Modbus protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/opcua/pom.xml b/plc4j/drivers/opcua/pom.xml index 83540b9515..4c6b7d8870 100644 --- a/plc4j/drivers/opcua/pom.xml +++ b/plc4j/drivers/opcua/pom.xml @@ -33,7 +33,7 @@ <description>Implementation of a PLC4X driver able to speak with devices using the OPC UA protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/open-protocol/pom.xml b/plc4j/drivers/open-protocol/pom.xml index b5ffb37d31..bf68253ab1 100644 --- a/plc4j/drivers/open-protocol/pom.xml +++ b/plc4j/drivers/open-protocol/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver for the Open-Protocol protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/plc4x/pom.xml b/plc4j/drivers/plc4x/pom.xml index 3c9407f4b9..3e9959de50 100644 --- a/plc4j/drivers/plc4x/pom.xml +++ b/plc4j/drivers/plc4x/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver for the PLC4X protocol, which is used for relaying PLC4X requests from one system to another.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/pom.xml b/plc4j/drivers/pom.xml index f0f37dcd98..c307f5ce6e 100644 --- a/plc4j/drivers/pom.xml +++ b/plc4j/drivers/pom.xml @@ -34,7 +34,7 @@ <description>Wrapper project for all PLC4J driver implementations.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <modules> diff --git a/plc4j/drivers/profinet-ng/pom.xml b/plc4j/drivers/profinet-ng/pom.xml index 792d2cc660..a3afe5bd8b 100644 --- a/plc4j/drivers/profinet-ng/pom.xml +++ b/plc4j/drivers/profinet-ng/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver for the Profinet protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/profinet/pom.xml b/plc4j/drivers/profinet/pom.xml index 673ab76796..042289980f 100644 --- a/plc4j/drivers/profinet/pom.xml +++ b/plc4j/drivers/profinet/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver for the Profinet protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/s7/pom.xml b/plc4j/drivers/s7/pom.xml index c541e1764d..2ba6befa55 100644 --- a/plc4j/drivers/s7/pom.xml +++ b/plc4j/drivers/s7/pom.xml @@ -32,7 +32,7 @@ <description>Implementation of a PLC4X driver for the classic Step7 S7 protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/drivers/simulated/pom.xml b/plc4j/drivers/simulated/pom.xml index 1f3e29ecfb..2d8e7dbd2e 100644 --- a/plc4j/drivers/simulated/pom.xml +++ b/plc4j/drivers/simulated/pom.xml @@ -33,7 +33,7 @@ <description>Implementation of a PLC4X driver able to speak a simulated device.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/osgi/pom.xml b/plc4j/osgi/pom.xml index f0153cddb1..3deeb341aa 100644 --- a/plc4j/osgi/pom.xml +++ b/plc4j/osgi/pom.xml @@ -32,7 +32,7 @@ <description>OSGi Module for PLC4X</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/pom.xml b/plc4j/pom.xml index 885ab775f6..c30742316c 100644 --- a/plc4j/pom.xml +++ b/plc4j/pom.xml @@ -34,7 +34,7 @@ <description>Implementation of the protocol adapters for usage as Java library.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <modules> diff --git a/plc4j/spi/pom.xml b/plc4j/spi/pom.xml index f253dbcde7..d7084aacbc 100644 --- a/plc4j/spi/pom.xml +++ b/plc4j/spi/pom.xml @@ -31,7 +31,7 @@ <description>Internal API Module.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/tools/capture-replay/pom.xml b/plc4j/tools/capture-replay/pom.xml index 398c78e416..d50881ebbc 100644 --- a/plc4j/tools/capture-replay/pom.xml +++ b/plc4j/tools/capture-replay/pom.xml @@ -33,7 +33,7 @@ <description>Tool for actively sending out packets captured via WireShark.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/tools/connection-cache/pom.xml b/plc4j/tools/connection-cache/pom.xml index 61a63f5820..46f2fcafd1 100644 --- a/plc4j/tools/connection-cache/pom.xml +++ b/plc4j/tools/connection-cache/pom.xml @@ -33,7 +33,7 @@ <description>An implementation of a connection cache.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/tools/opm/pom.xml b/plc4j/tools/opm/pom.xml index 7a0beee2d5..56009bd452 100644 --- a/plc4j/tools/opm/pom.xml +++ b/plc4j/tools/opm/pom.xml @@ -33,7 +33,7 @@ <description>Layer on top of Plc4X that enables mapping between Objects and PLCs.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/tools/pom.xml b/plc4j/tools/pom.xml index f216991901..0408a2f911 100644 --- a/plc4j/tools/pom.xml +++ b/plc4j/tools/pom.xml @@ -34,7 +34,7 @@ <description>A collection of tools that provide additional services to users.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <modules> diff --git a/plc4j/tools/scraper-ng/pom.xml b/plc4j/tools/scraper-ng/pom.xml index b8022338ef..2fd7afedf0 100644 --- a/plc4j/tools/scraper-ng/pom.xml +++ b/plc4j/tools/scraper-ng/pom.xml @@ -33,7 +33,7 @@ <description>Utility to efficiently collect a large number of items on multiple devices by different triggers.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/tools/scraper/pom.xml b/plc4j/tools/scraper/pom.xml index b4d636de2b..7caf2694af 100644 --- a/plc4j/tools/scraper/pom.xml +++ b/plc4j/tools/scraper/pom.xml @@ -33,7 +33,7 @@ <description>Utility to efficiently collect a large number of items on multiple devices by different triggers.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/can/pom.xml b/plc4j/transports/can/pom.xml index ab96f86423..6aed4346c0 100644 --- a/plc4j/transports/can/pom.xml +++ b/plc4j/transports/can/pom.xml @@ -32,7 +32,7 @@ <description>Definition of CAN related transport APIs.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/pcap-replay/pom.xml b/plc4j/transports/pcap-replay/pom.xml index 37fc991544..ec271209d6 100644 --- a/plc4j/transports/pcap-replay/pom.xml +++ b/plc4j/transports/pcap-replay/pom.xml @@ -32,7 +32,7 @@ <description>Transport using libpcap to replay pcapng files to simulate a raw socket.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/pcap-shared/pom.xml b/plc4j/transports/pcap-shared/pom.xml index 13af5fc343..e2bee845f7 100644 --- a/plc4j/transports/pcap-shared/pom.xml +++ b/plc4j/transports/pcap-shared/pom.xml @@ -33,7 +33,7 @@ <description>Base classes used by all transports using libpcap (raw-socket and pcap-replay).</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/pom.xml b/plc4j/transports/pom.xml index 6594af9041..79020db142 100644 --- a/plc4j/transports/pom.xml +++ b/plc4j/transports/pom.xml @@ -34,7 +34,7 @@ <description>Collection of base-types for implementing different types of drivers.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <modules> diff --git a/plc4j/transports/raw-socket/pom.xml b/plc4j/transports/raw-socket/pom.xml index 3a29aed86d..f71b30ffea 100644 --- a/plc4j/transports/raw-socket/pom.xml +++ b/plc4j/transports/raw-socket/pom.xml @@ -32,7 +32,7 @@ <description>Base classes needed to implement plc4x drivers based on Raw Socket connections.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/serial/pom.xml b/plc4j/transports/serial/pom.xml index b1d994c97c..07b118b6b4 100644 --- a/plc4j/transports/serial/pom.xml +++ b/plc4j/transports/serial/pom.xml @@ -32,7 +32,7 @@ <description>Base classes needed to implement plc4x drivers based on Serial connections.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/socketcan/pom.xml b/plc4j/transports/socketcan/pom.xml index 18ed21753c..b77af2f146 100644 --- a/plc4j/transports/socketcan/pom.xml +++ b/plc4j/transports/socketcan/pom.xml @@ -32,7 +32,7 @@ <description>Base classes needed to implement plc4x drivers based on SocketCAN connections. Powered by javacan library.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/transports/tcp/pom.xml b/plc4j/transports/tcp/pom.xml index 70f581873b..617c7b1164 100644 --- a/plc4j/transports/tcp/pom.xml +++ b/plc4j/transports/tcp/pom.xml @@ -32,7 +32,7 @@ <description>Base classes needed to implement plc4x drivers based on TCP connections.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/test/pom.xml b/plc4j/transports/test/pom.xml index 3e35204353..ed28269d48 100644 --- a/plc4j/transports/test/pom.xml +++ b/plc4j/transports/test/pom.xml @@ -32,7 +32,7 @@ <description>Base classes needed to implement plc4x drivers for testing using internal byte streams.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/udp/pom.xml b/plc4j/transports/udp/pom.xml index 5787e03c51..cf1cafe704 100644 --- a/plc4j/transports/udp/pom.xml +++ b/plc4j/transports/udp/pom.xml @@ -32,7 +32,7 @@ <description>Base classes needed to implement plc4x drivers based on UDP connections.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/transports/virtualcan/pom.xml b/plc4j/transports/virtualcan/pom.xml index 65fa1688ff..aec1e45341 100644 --- a/plc4j/transports/virtualcan/pom.xml +++ b/plc4j/transports/virtualcan/pom.xml @@ -32,7 +32,7 @@ <description>Virtual CAN transport which does work without any real CAN interface.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/utils/pcap-replay/pom.xml b/plc4j/utils/pcap-replay/pom.xml index 1cfc46a662..a38f691822 100644 --- a/plc4j/utils/pcap-replay/pom.xml +++ b/plc4j/utils/pcap-replay/pom.xml @@ -35,7 +35,7 @@ </description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/utils/pcap-shared/pom.xml b/plc4j/utils/pcap-shared/pom.xml index a655c0c66e..f324f47e77 100644 --- a/plc4j/utils/pcap-shared/pom.xml +++ b/plc4j/utils/pcap-shared/pom.xml @@ -33,7 +33,7 @@ <description>Classes shared between all PCAP related channels.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/utils/plc-simulator/pom.xml b/plc4j/utils/plc-simulator/pom.xml index de6cd006a3..06f61153d7 100644 --- a/plc4j/utils/plc-simulator/pom.xml +++ b/plc4j/utils/plc-simulator/pom.xml @@ -32,7 +32,7 @@ <name>PLC4J: Utils: PLC-Simulator</name> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/utils/pom.xml b/plc4j/utils/pom.xml index 19c9da6798..2f82b0ddf7 100644 --- a/plc4j/utils/pom.xml +++ b/plc4j/utils/pom.xml @@ -34,7 +34,7 @@ <description>A collection of utilities used internally.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <modules> diff --git a/plc4j/utils/raw-sockets/pom.xml b/plc4j/utils/raw-sockets/pom.xml index 8ddda788a7..7ba118d806 100644 --- a/plc4j/utils/raw-sockets/pom.xml +++ b/plc4j/utils/raw-sockets/pom.xml @@ -34,7 +34,7 @@ </description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4j/utils/test-generator/pom.xml b/plc4j/utils/test-generator/pom.xml index ba4b0ecc73..a667a24b9c 100644 --- a/plc4j/utils/test-generator/pom.xml +++ b/plc4j/utils/test-generator/pom.xml @@ -33,7 +33,7 @@ <description>Generates tests.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4j/utils/test-utils/pom.xml b/plc4j/utils/test-utils/pom.xml index 31bbeeb8a7..806fe73bfb 100644 --- a/plc4j/utils/test-utils/pom.xml +++ b/plc4j/utils/test-utils/pom.xml @@ -33,7 +33,7 @@ <description>A set of test utils. Especially defining the test-categories used to categorize tests.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/plc4net/pom.xml b/plc4net/pom.xml index fd2b48b710..6331dff7ec 100644 --- a/plc4net/pom.xml +++ b/plc4net/pom.xml @@ -39,7 +39,7 @@ </properties--> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/plc4py/pom.xml b/plc4py/pom.xml index 5c616e75d8..077056c1e0 100644 --- a/plc4py/pom.xml +++ b/plc4py/pom.xml @@ -34,7 +34,7 @@ <description>Implementation of the protocol adapters for usage as Python library.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> <!-- Tell Sonar where to find the python sources --> <sonar.sources>plc4py</sonar.sources> <option.with-proxies>OFF</option.with-proxies> diff --git a/pom.xml b/pom.xml index 4d12f100eb..a317bfcff7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>35</version> - <relativePath/> + <relativePath /> </parent> <groupId>org.apache.plc4x</groupId> @@ -45,7 +45,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/plc4x.git</developerConnection> <url>https://github.com/apache/plc4x</url> - <tag>HEAD</tag> + <tag>rel/0.13</tag> </scm> <!-- Only configure the site distribution as the rest is handled by the apache parent --> @@ -93,7 +93,7 @@ <!-- Timestamp for the reproducible builds --> <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> <!-- Exclude all generated code --> <sonar.exclusions>**/generated-sources</sonar.exclusions> diff --git a/protocols/ab-eth/pom.xml b/protocols/ab-eth/pom.xml index b6eeae6e58..04e70685e8 100644 --- a/protocols/ab-eth/pom.xml +++ b/protocols/ab-eth/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the AB ETH protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/ads/pom.xml b/protocols/ads/pom.xml index 856b7d1346..b63e65cca0 100644 --- a/protocols/ads/pom.xml +++ b/protocols/ads/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the ADS protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/bacnetip/pom.xml b/protocols/bacnetip/pom.xml index 51ffe3e88e..0991d9a675 100644 --- a/protocols/bacnetip/pom.xml +++ b/protocols/bacnetip/pom.xml @@ -17,9 +17,7 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -35,7 +33,7 @@ <description>Base protocol specifications for the BACNet/IP protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/protocols/c-bus/pom.xml b/protocols/c-bus/pom.xml index befc1011d1..6274d542b5 100644 --- a/protocols/c-bus/pom.xml +++ b/protocols/c-bus/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the C-Bus protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/canopen/pom.xml b/protocols/canopen/pom.xml index 208ee8545f..2a931fe9ca 100644 --- a/protocols/canopen/pom.xml +++ b/protocols/canopen/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the CANopen protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/df1/pom.xml b/protocols/df1/pom.xml index 6793d4c044..339648d8c9 100644 --- a/protocols/df1/pom.xml +++ b/protocols/df1/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the AB Df1 protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/eip/pom.xml b/protocols/eip/pom.xml index 2bc9dc2b59..ace2a09ef1 100644 --- a/protocols/eip/pom.xml +++ b/protocols/eip/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the EhterNet/IP protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/firmata/pom.xml b/protocols/firmata/pom.xml index 45cb133a65..657ee9c973 100644 --- a/protocols/firmata/pom.xml +++ b/protocols/firmata/pom.xml @@ -33,7 +33,7 @@ <description>Protocol specification for the Firmata protocol, mostly used for Arduino communication.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/genericcan/pom.xml b/protocols/genericcan/pom.xml index 8f910b7e63..7a91b37ebb 100644 --- a/protocols/genericcan/pom.xml +++ b/protocols/genericcan/pom.xml @@ -33,7 +33,7 @@ <description>Protocol specifications for the Generic CAN protocol.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/iec-60870/pom.xml b/protocols/iec-60870/pom.xml index 49a30e1ba1..046ad58842 100644 --- a/protocols/iec-60870/pom.xml +++ b/protocols/iec-60870/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the IEC-60870 protocol family</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/knxnetip/pom.xml b/protocols/knxnetip/pom.xml index d86164a36a..dce8cb861a 100644 --- a/protocols/knxnetip/pom.xml +++ b/protocols/knxnetip/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the KNXNet/IP protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/protocols/modbus/pom.xml b/protocols/modbus/pom.xml index c117eab7ba..d9568e0363 100644 --- a/protocols/modbus/pom.xml +++ b/protocols/modbus/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the Modbus protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/mqtt/pom.xml b/protocols/mqtt/pom.xml index c377d3e854..c03b0fd300 100644 --- a/protocols/mqtt/pom.xml +++ b/protocols/mqtt/pom.xml @@ -33,7 +33,7 @@ <description>Protocol specifications for the MQTT protocols</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml index 88175a6d8b..cbb267d7e8 100644 --- a/protocols/opcua/pom.xml +++ b/protocols/opcua/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the OPC UA protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <build> diff --git a/protocols/open-protocol/pom.xml b/protocols/open-protocol/pom.xml index 865fd5738b..61464168c4 100644 --- a/protocols/open-protocol/pom.xml +++ b/protocols/open-protocol/pom.xml @@ -33,7 +33,7 @@ <description>Protocol specifications for the Atlas Copco: Open Protocol protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/plc4x-api/pom.xml b/protocols/plc4x-api/pom.xml index a73c6f3611..31d6867959 100644 --- a/protocols/plc4x-api/pom.xml +++ b/protocols/plc4x-api/pom.xml @@ -33,7 +33,7 @@ <description>General purpose API types</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/plc4x/pom.xml b/protocols/plc4x/pom.xml index 0728ab244b..74171ac30a 100644 --- a/protocols/plc4x/pom.xml +++ b/protocols/plc4x/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the PLC4X Proxy protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/pom.xml b/protocols/pom.xml index a321240993..5796ca9264 100644 --- a/protocols/pom.xml +++ b/protocols/pom.xml @@ -34,7 +34,7 @@ <description>Base protocol specifications.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <modules> diff --git a/protocols/profinet/pom.xml b/protocols/profinet/pom.xml index 2308087dd4..72c484fbc6 100644 --- a/protocols/profinet/pom.xml +++ b/protocols/profinet/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the Profinet protocols</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/s7/pom.xml b/protocols/s7/pom.xml index e254d55087..bec38e428d 100644 --- a/protocols/s7/pom.xml +++ b/protocols/s7/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the Siemens S7 protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/simulated/pom.xml b/protocols/simulated/pom.xml index a377672b49..cec6ab0320 100644 --- a/protocols/simulated/pom.xml +++ b/protocols/simulated/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the Simulated protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/socketcan/pom.xml b/protocols/socketcan/pom.xml index 0d69efd193..b46b96637a 100644 --- a/protocols/socketcan/pom.xml +++ b/protocols/socketcan/pom.xml @@ -33,7 +33,7 @@ <description>Protocol of binary representation of SocketCAN frames.</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/protocols/umas/pom.xml b/protocols/umas/pom.xml index e209c4f6c8..3ab7500f05 100644 --- a/protocols/umas/pom.xml +++ b/protocols/umas/pom.xml @@ -33,7 +33,7 @@ <description>Base protocol specifications for the Umas protocol</description> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/website/pom.xml b/website/pom.xml index 0b73771fb5..0cafad1bb3 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -17,8 +17,7 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -31,10 +30,10 @@ <artifactId>plc4x-website</artifactId> <name>PLC4X Website</name> - <description></description> + <description /> <properties> - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp> <bootstrap.version>5.3.3</bootstrap.version> <popper.version>2.8.0</popper.version> <jquery.version>3.7.1</jquery.version>
