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 e341799  chore: Reset the branch hopefully fixing an issue with the 
release profile.
e341799 is described below

commit e34179935da91720989bc6bd92cb59eac1dcaf3f
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Aug 6 21:32:36 2025 +0200

    chore: Reset the branch hopefully fixing an issue with the release profile.
---
 plc4c/pom.xml                                                    | 4 ++--
 plc4go/pom.xml                                                   | 4 ++--
 plc4j/examples/hello-ads-telemetry/pom.xml                       | 4 ++--
 plc4j/examples/hello-cloud-azure/pom.xml                         | 4 ++--
 plc4j/examples/hello-cloud-google/pom.xml                        | 4 ++--
 plc4j/examples/hello-connectivity-mqtt/pom.xml                   | 4 ++--
 plc4j/examples/hello-discovery/pom.xml                           | 4 ++--
 plc4j/examples/hello-influx-data-collection/pom.xml              | 4 ++--
 plc4j/examples/hello-integration-iotdb/pom.xml                   | 4 ++--
 plc4j/examples/hello-nats/pom.xml                                | 2 +-
 plc4j/examples/hello-opm/pom.xml                                 | 4 ++--
 plc4j/examples/hello-webservice/pom.xml                          | 4 ++--
 plc4j/examples/hello-world-kotlin/pom.xml                        | 4 ++--
 plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml     | 4 ++--
 plc4j/examples/hello-world-plc4x-read/pom.xml                    | 4 ++--
 plc4j/examples/hello-world-plc4x-subscribe/pom.xml               | 4 ++--
 plc4j/examples/hello-world-plc4x-write/pom.xml                   | 4 ++--
 plc4j/examples/plc4j-s7event/pom.xml                             | 4 ++--
 plc4j/examples/poll-loop/pom.xml                                 | 4 ++--
 plc4j/examples/pom.xml                                           | 4 ++--
 plc4j/integrations/apache-calcite/pom.xml                        | 4 ++--
 plc4j/integrations/apache-kafka/pom.xml                          | 4 ++--
 plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-nar/pom.xml     | 9 ++-------
 .../apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml             | 4 ++--
 plc4j/integrations/apache-nifi/nifi-1/pom.xml                    | 4 ++--
 plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-nar/pom.xml   | 9 ++-------
 .../apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml           | 4 ++--
 plc4j/integrations/apache-nifi/nifi-2/pom.xml                    | 4 ++--
 plc4j/integrations/apache-nifi/pom.xml                           | 6 ++++--
 plc4j/integrations/pom.xml                                       | 4 ++--
 plc4j/pom.xml                                                    | 4 ++--
 plc4j/tools/opcua-server/pom.xml                                 | 4 ++--
 plc4j/tools/plc4x-server/pom.xml                                 | 4 ++--
 plc4j/tools/pom.xml                                              | 4 ++--
 pom.xml                                                          | 4 ++--
 35 files changed, 71 insertions(+), 79 deletions(-)

diff --git a/plc4c/pom.xml b/plc4c/pom.xml
index 6116ce6..ceef6c1 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4x-extras-parent</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4c-extras</artifactId>
@@ -34,7 +34,7 @@
   <description>Examples, integration modules and tools for C.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</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 af4962f..0ab27f5 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4x-extras-parent</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4go-extras</artifactId>
@@ -34,7 +34,7 @@
   <description>Examples, integration modules and tools for Go.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     <!-- Tell Sonar where to find the sources -->
     <sonar.sources>.</sonar.sources>
     <sonar.inclusions>**</sonar.inclusions>
diff --git a/plc4j/examples/hello-ads-telemetry/pom.xml 
b/plc4j/examples/hello-ads-telemetry/pom.xml
index 3e83d80..0eeb969 100644
--- a/plc4j/examples/hello-ads-telemetry/pom.xml
+++ b/plc4j/examples/hello-ads-telemetry/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-ads-telemetry</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello world application using PLC4X to read ADS device 
telemetry.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.helloads.telemetry.HelloAdsTelemetry</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-cloud-azure/pom.xml 
b/plc4j/examples/hello-cloud-azure/pom.xml
index 25b10db..8339816 100644
--- a/plc4j/examples/hello-cloud-azure/pom.xml
+++ b/plc4j/examples/hello-cloud-azure/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-cloud-azure</artifactId>
@@ -34,7 +34,7 @@
   </description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/plc4j/examples/hello-cloud-google/pom.xml 
b/plc4j/examples/hello-cloud-google/pom.xml
index 9fc29b8..fbe2882 100644
--- a/plc4j/examples/hello-cloud-google/pom.xml
+++ b/plc4j/examples/hello-cloud-google/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-cloud-google</artifactId>
@@ -34,7 +34,7 @@
   </description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/plc4j/examples/hello-connectivity-mqtt/pom.xml 
b/plc4j/examples/hello-connectivity-mqtt/pom.xml
index e8c9ab2..8fd3229 100644
--- a/plc4j/examples/hello-connectivity-mqtt/pom.xml
+++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-connectivity-mqtt</artifactId>
@@ -32,7 +32,7 @@
   <description>Sample application, that reads data from a connected PLC and 
publishes this information via MQTT.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.connectivity.mqtt.MqttConnector</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-discovery/pom.xml 
b/plc4j/examples/hello-discovery/pom.xml
index c59714f..cd5ded5 100644
--- a/plc4j/examples/hello-discovery/pom.xml
+++ b/plc4j/examples/hello-discovery/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-discovery</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello world application for PLC4X demonstrating the Discovery 
API.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.hellodiscovery.HelloDiscovery</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-influx-data-collection/pom.xml 
b/plc4j/examples/hello-influx-data-collection/pom.xml
index 11a3e7b..c997a3f 100644
--- a/plc4j/examples/hello-influx-data-collection/pom.xml
+++ b/plc4j/examples/hello-influx-data-collection/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-influx-data-collection</artifactId>
@@ -32,7 +32,7 @@
   <description>Data Collection with PLC4X and InfluxDB.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.helloinflux.HelloInflux</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-integration-iotdb/pom.xml 
b/plc4j/examples/hello-integration-iotdb/pom.xml
index 4015c2b..9750e32 100644
--- a/plc4j/examples/hello-integration-iotdb/pom.xml
+++ b/plc4j/examples/hello-integration-iotdb/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-integration-iotdb</artifactId>
@@ -32,7 +32,7 @@
   <description>Application outputting PLC data into IoTDB.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     <iotdb.version>1.3.2</iotdb.version>
 
     
<app.main.class>org.apache.plc4x.java.examples.integration.iotdb.PlcLogger</app.main.class>
diff --git a/plc4j/examples/hello-nats/pom.xml 
b/plc4j/examples/hello-nats/pom.xml
index 9c38ee4..e53702e 100644
--- a/plc4j/examples/hello-nats/pom.xml
+++ b/plc4j/examples/hello-nats/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-nats</artifactId>
diff --git a/plc4j/examples/hello-opm/pom.xml b/plc4j/examples/hello-opm/pom.xml
index b72473a..e3f16ab 100644
--- a/plc4j/examples/hello-opm/pom.xml
+++ b/plc4j/examples/hello-opm/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-opm</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello World example of PLC4X using the OPM 
feature.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.helloopm.HelloOpm</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-webservice/pom.xml 
b/plc4j/examples/hello-webservice/pom.xml
index 4748c7b..c111094 100644
--- a/plc4j/examples/hello-webservice/pom.xml
+++ b/plc4j/examples/hello-webservice/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-webservice</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello world application sending PLC4X data to a remote 
Webservice.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.hellowebservice.HelloWebservice</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-world-kotlin/pom.xml 
b/plc4j/examples/hello-world-kotlin/pom.xml
index 60a23b5..d8bb66e 100644
--- a/plc4j/examples/hello-world-kotlin/pom.xml
+++ b/plc4j/examples/hello-world-kotlin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-world-kotlin</artifactId>
@@ -31,7 +31,7 @@
 
   <properties>
     
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
-    
<project.build.outputTimestamp>2025-08-06T19:20:32Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     <kotlin.version>2.2.0</kotlin.version>
     <kotlin.compiler.incremental>true</kotlin.compiler.incremental>
     
<app.main.class>org.apache.plc4x.java.examples.hellokotlin.ReadModbusPalKt</app.main.class>
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 42a54de..7866e1a 100644
--- a/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml
+++ b/plc4j/examples/hello-world-plc4x-discover-and-browse/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-world-plc4x-discover-and-browse</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello world application for PLC4X using the discovery and 
browse-API.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     <app.main.class>
       
org.apache.plc4x.java.examples.helloplc4x.discoverandbrowse.HelloPlc4xDiscoverAndBrowse
     </app.main.class>
diff --git a/plc4j/examples/hello-world-plc4x-read/pom.xml 
b/plc4j/examples/hello-world-plc4x-read/pom.xml
index b13df19..c1837f7 100644
--- a/plc4j/examples/hello-world-plc4x-read/pom.xml
+++ b/plc4j/examples/hello-world-plc4x-read/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-world-plc4x-read</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello world application for PLC4X using the 
read-API.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.helloplc4x.read.HelloPlc4xRead</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-world-plc4x-subscribe/pom.xml 
b/plc4j/examples/hello-world-plc4x-subscribe/pom.xml
index 1b5615e..993cb69 100644
--- a/plc4j/examples/hello-world-plc4x-subscribe/pom.xml
+++ b/plc4j/examples/hello-world-plc4x-subscribe/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-world-plc4x-subscribe</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello world application for PLC4X using the 
subscription-API.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.helloplc4x.subscribe.HelloPlc4xSubscription</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/hello-world-plc4x-write/pom.xml 
b/plc4j/examples/hello-world-plc4x-write/pom.xml
index 55be0fd..6e59210 100644
--- a/plc4j/examples/hello-world-plc4x-write/pom.xml
+++ b/plc4j/examples/hello-world-plc4x-write/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-hello-world-plc4x-write</artifactId>
@@ -32,7 +32,7 @@
   <description>Hello world application for PLC4X using the 
write-API.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.helloplc4x.write.HelloPlc4xWrite</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/plc4j-s7event/pom.xml 
b/plc4j/examples/plc4j-s7event/pom.xml
index e46609e..b1bd85e 100644
--- a/plc4j/examples/plc4j-s7event/pom.xml
+++ b/plc4j/examples/plc4j-s7event/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-s7event</artifactId>
@@ -35,7 +35,7 @@
   </description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/plc4j/examples/poll-loop/pom.xml b/plc4j/examples/poll-loop/pom.xml
index 7d332ac..f7b18b8 100644
--- a/plc4j/examples/poll-loop/pom.xml
+++ b/plc4j/examples/poll-loop/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-examples-poll-loop</artifactId>
@@ -33,7 +33,7 @@
   <description>Fetches data in a continuous loop</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.examples.helloplc4x.HelloPlc4x</app.main.class>
   </properties>
 
diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml
index 9d04f04..4dbb977 100644
--- a/plc4j/examples/pom.xml
+++ b/plc4j/examples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-extras</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.plc4x.examples</groupId>
@@ -35,7 +35,7 @@
   <description>Parent of all java based application example 
modules.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     <app.main.class>override-this-property-in-application-pom</app.main.class>
 
     <commons-cli.version>1.10.0</commons-cli.version>
diff --git a/plc4j/integrations/apache-calcite/pom.xml 
b/plc4j/integrations/apache-calcite/pom.xml
index 29eab89..afcaae4 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-integrations</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-apache-calcite</artifactId>
@@ -32,7 +32,7 @@
   <name>PLC4J: Integrations: Apache Calcite</name>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
     <calcite-core.version>1.40.0</calcite-core.version>
   </properties>
 
diff --git a/plc4j/integrations/apache-kafka/pom.xml 
b/plc4j/integrations/apache-kafka/pom.xml
index f21d8fd..2ab340a 100644
--- a/plc4j/integrations/apache-kafka/pom.xml
+++ b/plc4j/integrations/apache-kafka/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-integrations</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>plc4j-apache-kafka</artifactId>
@@ -32,7 +32,7 @@
     <description>Integration module for integrating PLC4X into Apache Kafka 
(Kafka-Connect-Plugin)</description>
 
     <properties>
-        
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
         <kafka.version>3.9.0</kafka.version>
         
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
     </properties>
diff --git a/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-nar/pom.xml 
b/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-nar/pom.xml
index 90f1610..fb74575 100644
--- a/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-nar/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-nar/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.plc4x</groupId>
                <artifactId>plc4j-apache-nifi-1</artifactId>
-               <version>0.13.1-SNAPSHOT</version>
+               <version>0.13.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>plc4j-nifi-plc4x-nar</artifactId>
@@ -31,11 +31,6 @@
 
        <name>PLC4J: Integrations: Apache Nifi 1: NAR</name>
 
-       <properties>
-               <maven.javadoc.skip>true</maven.javadoc.skip>
-               <source.skip>true</source.skip>
-       </properties>
-
        <dependencies>
 
                <dependency>
@@ -49,7 +44,7 @@
                <dependency>
                        <groupId>org.apache.plc4x</groupId>
                        <artifactId>plc4j-nifi-plc4x-processors</artifactId>
-                       <version>0.13.1-SNAPSHOT</version>
+                       <version>0.13.0-SNAPSHOT</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 f3a3e8e..c591c37 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
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-apache-nifi-1</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>plc4j-nifi-plc4x-processors</artifactId>
@@ -31,7 +31,7 @@
     <name>PLC4J: Integrations: Apache Nifi 1: Processors</name>
 
     <properties>
-        
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-08-06T19:32:17Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
diff --git a/plc4j/integrations/apache-nifi/nifi-1/pom.xml 
b/plc4j/integrations/apache-nifi/nifi-1/pom.xml
index 4489a67..de80470 100644
--- a/plc4j/integrations/apache-nifi/nifi-1/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-1/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-apache-nifi</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>plc4j-apache-nifi-1</artifactId>
@@ -34,7 +34,7 @@
 
 
     <properties>
-        
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-08-06T19:32:17Z</project.build.outputTimestamp>
         
         <nifi.version>1.28.1</nifi.version>
         <nifi.nar-plugin.version>1.5.1</nifi.nar-plugin.version>
diff --git a/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-nar/pom.xml 
b/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-nar/pom.xml
index 45a1f5d..3fc5a12 100644
--- a/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-nar/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-nar/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.plc4x</groupId>
                <artifactId>plc4j-apache-nifi-2</artifactId>
-               <version>0.13.1-SNAPSHOT</version>
+               <version>0.13.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>plc4j-nifi-2-plc4x-nar</artifactId>
@@ -31,11 +31,6 @@
 
        <name>PLC4J: Integrations: Apache Nifi 2: NAR</name>
 
-       <properties>
-               <maven.javadoc.skip>true</maven.javadoc.skip>
-               <source.skip>true</source.skip>
-       </properties>
-
        <dependencies>
 
                <dependency>
@@ -49,7 +44,7 @@
                <dependency>
                        <groupId>org.apache.plc4x</groupId>
                        <artifactId>plc4j-nifi-2-plc4x-processors</artifactId>
-                       <version>0.13.1-SNAPSHOT</version>
+                       <version>0.13.0-SNAPSHOT</version>
                </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 0c4cf7d..beb6b82 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
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-apache-nifi-2</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>plc4j-nifi-2-plc4x-processors</artifactId>
@@ -31,7 +31,7 @@
     <name>PLC4J: Integrations: Apache Nifi 2: Processors</name>
 
     <properties>
-        
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-08-06T19:32:17Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
diff --git a/plc4j/integrations/apache-nifi/nifi-2/pom.xml 
b/plc4j/integrations/apache-nifi/nifi-2/pom.xml
index ff16eb8..6cf9dd2 100644
--- a/plc4j/integrations/apache-nifi/nifi-2/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-2/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-apache-nifi</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>plc4j-apache-nifi-2</artifactId>
@@ -34,7 +34,7 @@
 
 
     <properties>
-        
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-08-06T19:32:17Z</project.build.outputTimestamp>
         
         <java.version>21</java.version>
         <maven.compiler.release>21</maven.compiler.release>
diff --git a/plc4j/integrations/apache-nifi/pom.xml 
b/plc4j/integrations/apache-nifi/pom.xml
index 9271f84..cc3a973 100644
--- a/plc4j/integrations/apache-nifi/pom.xml
+++ b/plc4j/integrations/apache-nifi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.plc4x</groupId>
         <artifactId>plc4j-integrations</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>plc4j-apache-nifi</artifactId>
@@ -34,7 +34,9 @@
 
 
     <properties>
-        
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
+        <maven.javadoc.skip>true</maven.javadoc.skip>
+        <source.skip>true</source.skip>
     </properties>
 
     <modules>
diff --git a/plc4j/integrations/pom.xml b/plc4j/integrations/pom.xml
index ba7b624..ae47e58 100644
--- a/plc4j/integrations/pom.xml
+++ b/plc4j/integrations/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-extras</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-integrations</artifactId>
@@ -34,7 +34,7 @@
   <description>Parent of all product specific integration 
modules.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
   </properties>
 
   <modules>
diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index 36b6ec9..0a76a1a 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4x-extras-parent</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-extras</artifactId>
@@ -34,7 +34,7 @@
   <description>Examples, integration modules and tools for Java.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
   </properties>
 
   <modules>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index b7e5d14..f0b6b7a 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-tools</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4x-opcua-server</artifactId>
@@ -31,7 +31,7 @@
   <name>PLC4J: Tools: OPC-UA Server</name>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:17Z</project.build.outputTimestamp>
     
<app.main.class>org.apache.plc4x.java.opcuaserver.OPCUAServer</app.main.class>
   </properties>
 
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index ecf670a..aa7221d 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-tools</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-plc4x-server</artifactId>
@@ -33,7 +33,7 @@
   <description>Server that can be used by drivers of the 'plc4x' protocol to 
relay requests which are then executed on this machine.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:17Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/plc4j/tools/pom.xml b/plc4j/tools/pom.xml
index a9e67a4..4057b3d 100644
--- a/plc4j/tools/pom.xml
+++ b/plc4j/tools/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-extras</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-tools</artifactId>
@@ -34,7 +34,7 @@
   <description>A collection of tools that provide additional services to 
users.</description>
 
   <properties>
-    
<project.build.outputTimestamp>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
   </properties>
 
   <modules>
diff --git a/pom.xml b/pom.xml
index 8f4242c..8a04a95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.plc4x</groupId>
   <artifactId>plc4x-extras-parent</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>PLC4X-Extras</name>
@@ -87,7 +87,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>2025-08-06T19:24:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-08-06T19:32:16Z</project.build.outputTimestamp>
 
     <plc4x.version>0.13.0</plc4x.version>
   </properties>

Reply via email to