This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/rel/0.13 by this push:
new 7174d46 chore: Updated some hard-coded versions.
7174d46 is described below
commit 7174d468614e227423e856439735e130b3dbfeb3
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Aug 7 19:04:06 2025 +0200
chore: Updated some hard-coded versions.
---
plc4j/examples/plc4j-s7event/pom.xml | 2 +-
plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml | 2 +-
plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/plc4j/examples/plc4j-s7event/pom.xml
b/plc4j/examples/plc4j-s7event/pom.xml
index 92e3df6..c19a937 100644
--- a/plc4j/examples/plc4j-s7event/pom.xml
+++ b/plc4j/examples/plc4j-s7event/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-driver-s7</artifactId>
- <version>0.13.0</version>
+ <version>${plc4x.version}</version>
</dependency>
<dependency>
diff --git
a/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml
b/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml
index 312ceb2..a515994 100644
--- a/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-driver-modbus</artifactId>
- <version>0.13.0</version>
+ <version>${plc4x.version}</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git
a/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml
b/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml
index b507564..21d36cc 100644
--- a/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-driver-modbus</artifactId>
- <version>0.13.0</version>
+ <version>${plc4x.version}</version>
<scope>test</scope>
</dependency>
<dependency>