This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c662f3d79 Site checkin for project PLC4X: Jenkins Tools
c662f3d79 is described below

commit c662f3d7934607df47cdf79c72ccdcdcfe488f7c
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Feb 19 18:22:00 2024 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 plc4x-doap.rdf                     |   9 ++-
 users/download.html                | 158 +++++++++++++++++++++++++++++--------
 users/getting-started/plc4j.html   |   4 +-
 users/protocols/ab-eth.html        |   2 +-
 users/protocols/ads.html           |   2 +-
 users/protocols/bacnet.html        |   2 +-
 users/protocols/c-bus.html         |   2 +-
 users/protocols/canopen.html       |   2 +-
 users/protocols/eip.html           |   2 +-
 users/protocols/firmata.html       |   2 +-
 users/protocols/genericcan.html    |   2 +-
 users/protocols/iec-60870.html     |   2 +-
 users/protocols/knxnetip.html      |   2 +-
 users/protocols/logix.html         |   2 +-
 users/protocols/modbus.html        |   6 +-
 users/protocols/opcua.html         |   2 +-
 users/protocols/open-protocol.html |   2 +-
 users/protocols/plc4x.html         |   2 +-
 users/protocols/profinet.html      |   2 +-
 users/protocols/s7.html            |   2 +-
 users/protocols/simulated.html     |   2 +-
 users/tools/capture-replay.html    |   4 +-
 users/tools/connection-cache.html  |   2 +-
 users/tools/scraper.html           |   2 +-
 users/tools/testing.html           |   2 +-
 users/transports/can.html          |   2 +-
 users/transports/pcap-replay.html  |   2 +-
 users/transports/raw-socket.html   |   2 +-
 users/transports/serial.html       |   2 +-
 users/transports/socketcan.html    |   2 +-
 users/transports/tcp.html          |   2 +-
 users/transports/udp.html          |   2 +-
 32 files changed, 168 insertions(+), 67 deletions(-)

diff --git a/plc4x-doap.rdf b/plc4x-doap.rdf
index a64a2d9a0..2f0585a7f 100644
--- a/plc4x-doap.rdf
+++ b/plc4x-doap.rdf
@@ -88,7 +88,14 @@
 
         <release>
             <Version>
-                <name>Latest 0.11.0 release</name>
+                <name>Latest 0.12.0 release</name>
+                <created>2024-02-19</created>
+                <revision>0.13.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 0.11.0 release</name>
                 <created>2023-10-06</created>
                 <revision>0.11.0</revision>
             </Version>
diff --git a/users/download.html b/users/download.html
index 940276994..881444cef 100644
--- a/users/download.html
+++ b/users/download.html
@@ -328,14 +328,111 @@
 <div class="sect2">
 <h3 id="current_releases">Current Releases</h3>
 <div class="sect3">
-<h4 id="0_11_0_official_source_release_sha512_asc">0.11.0 Official <a 
href="https://www.apache.org/dyn/closer.lua/plc4x/0.11.0/apache-plc4x-0.11.0-source-release.zip";>source
 release</a> [ <a 
href="https://downloads.apache.org/plc4x/0.11.0/apache-plc4x-0.11.0-source-release.zip.sha512";>SHA512</a>
 ] [ <a 
href="https://downloads.apache.org/plc4x/0.11.0/apache-plc4x-0.11.0-source-release.zip.asc";>ASC</a>
 ]</h4>
+<h4 id="0_12_0_official_source_release_sha512_asc">0.12.0 Official <a 
href="https://www.apache.org/dyn/closer.lua/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip";>source
 release</a> [ <a 
href="https://downloads.apache.org/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip.sha512";>SHA512</a>
 ] [ <a 
href="https://downloads.apache.org/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip.asc";>ASC</a>
 ]</h4>
+<div class="paragraph">
+<p>This release was mainly a release containing many bugfixes. We literally 
halved the number of open issues. A second major topic would have been another 
API streamlining in preparation to aiming for the big 1.0.0 release. The API 
was extended by additional features, that now allow tools to automatically 
provide support for tool assist when connecting to devices. Now additional 
information such as:
+- Which transports does a given driver support?
+- Which is the default transport for a given driver?
+- Which configuration-options does a driver have?
+- What types are these configuration options?
+- What are the default-values these configuration options have?
+- Which of these configuration options are required?
+- The same set of information is also available for the transports a driver is 
using.</p>
+</div>
+<div class="sect4">
+<h5 id="new_features">New Features</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>API: Made several bits of information available via the API
+allowing tools to provide more content assist when dealing
+with PLC4X connections.</p>
+</li>
+<li>
+<p>S7: The S7 driver now supports reading of STRING and
+WSTRING data-types without providing a maximum length.</p>
+</li>
+<li>
+<p>Build: Worked on making PLC4X provide reproducible builds.</p>
+</li>
+<li>
+<p>Added "Ping" functionality to: ADS, EIP, KNX, Mock, Modbus
+and Simulated drivers.</p>
+</li>
+<li>
+<p>The OPC-UA Java driver now support certificate-based
+authentication and encryption.</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="incompatible_changes">Incompatible changes</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>Java 8 is no longer officially supported and Java 11 is the
+new base-line.</p>
+</li>
+<li>
+<p>Renamed the PlcDriverManager method <code>listDrivers</code> to
+<code>getProtocolCodes</code></p>
+</li>
+<li>
+<p>Renamed the PlcDriverMetadata method <code>canDiscover</code> to
+<code>isDiscoverySupported</code></p>
+</li>
+<li>
+<p>Renamed the PlcConnectionMetadata methods <code>canRead</code>, 
<code>canWrite</code>
+<code>canSubscribe</code> and <code>canBrowse</code> to 
<code>isReadSupported</code>,
+<code>isWriteSupported</code>, <code>isSubscribeSupported</code> and 
<code>isBrowseSupported</code></p>
+</li>
+<li>
+<p>The configuration syntax for configuring transport-related
+config options in the connection-string was updated to be
+now prefixed with the transport name the option belongs to.</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="bug_fixes">Bug Fixes</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>S7: Several bugs and issues regarding supporting various
+duration, date and time data-types.</p>
+</li>
+<li>
+<p>S7: Implemented the missing 64bit (L-) types.</p>
+</li>
+<li>
+<p>KNX: Fixed an issue with decoding 16 bit floating point
+numbers.</p>
+</li>
+<li>
+<p>NiFi-Integration: The NiFi integration module was greatly
+improved.</p>
+</li>
+<li>
+<p>Core: Fixed several leaks of open threads.</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="previous_releases">Previous Releases</h3>
+<div class="sect3">
+<h4 id="0_11_0_official_source_release_sha512_asc">0.11.0 Official <a 
href="https://archive.apache.org/dist/plc4x/0.11.0/apache-plc4x-0.11.0-source-release.zip";>source
 release</a> [ <a 
href="https://downloads.apache.org/plc4x/0.11.0/apache-plc4x-0.11.0-source-release.zip.sha512";>SHA512</a>
 ] [ <a 
href="https://downloads.apache.org/plc4x/0.11.0/apache-plc4x-0.10.0-source-release.zip.asc";>ASC</a>
 ]</h4>
 <div class="paragraph">
 <p>The APIs have been streamlined in a preparation for a hopefully soon 1.0.0 
release.
 Many drivers have been re-implemented with much more features.
 Integration modules have been improved.</p>
 </div>
 <div class="sect4">
-<h5 id="new_features">New Features</h5>
+<h5 id="new_features_2">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -356,7 +453,7 @@ exported from the new ETS version 6.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes">Bug Fixes</h5>
+<h5 id="bug_fixes_2">Bug Fixes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -378,11 +475,8 @@ values for any of these types.</p>
 </div>
 </div>
 </div>
-</div>
-<div class="sect2">
-<h3 id="previous_releases">Previous Releases</h3>
 <div class="sect3">
-<h4 id="0_10_0_official_source_release_sha512_asc">0.10.0 Official <a 
href="https://archive.apache.org/dist/plc4x/0.10.0/apache-plc4x-0.10.ß-source-release.zip";>source
 release</a> [ <a 
href="https://downloads.apache.org/plc4x/0.10.0/apache-plc4x-0.10.ß-source-release.zip.sha512";>SHA512</a>
 ] [ <a 
href="https://downloads.apache.org/plc4x/0.10.ß/apache-plc4x-0.1ß.ß-source-release.zip.asc";>ASC</a>
 ]</h4>
+<h4 id="0_10_0_official_source_release_sha512_asc">0.10.0 Official <a 
href="https://archive.apache.org/dist/plc4x/0.10.0/apache-plc4x-0.10.0-source-release.zip";>source
 release</a> [ <a 
href="https://downloads.apache.org/plc4x/0.10.0/apache-plc4x-0.10.0-source-release.zip.sha512";>SHA512</a>
 ] [ <a 
href="https://downloads.apache.org/plc4x/0.10.0/apache-plc4x-0.10.0-source-release.zip.asc";>ASC</a>
 ]</h4>
 <div class="paragraph">
 <p>A lot of the work in this version went into refactoring and
 cleaning up our code generation. The code generation itself is
@@ -401,7 +495,7 @@ also support all of the constructs mspec has to offer.</p>
 <p>Please note that CVE-2021-43083 only affects the PLC4C part of PLC4X.</p>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_2">Bug Fixes</h5>
+<h5 id="bug_fixes_3">Bug Fixes</h5>
 <div class="paragraph">
 <p>CVE-2021-43083 Apache PLC4X 0.9.0 Buffer overflow in PLC4C via crafted 
server response</p>
 </div>
@@ -415,7 +509,7 @@ accumulated over time. It doesn&#8217;t have an explicit 
focus on
 a particular topic.</p>
 </div>
 <div class="sect4">
-<h5 id="new_features_2">New Features</h5>
+<h5 id="new_features_3">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -444,11 +538,11 @@ Eclipse Milo was being used.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes">Incompatible changes</h5>
+<h5 id="incompatible_changes_2">Incompatible changes</h5>
 
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_3">Bug Fixes</h5>
+<h5 id="bug_fixes_4">Bug Fixes</h5>
 <div class="paragraph">
 <p>PLC4X-200   OPC-UA Driver not connecting if params string is not provided
 PLC4X-201   OPC-UA PlcList underlying type not compatible with Eclipse Milo
@@ -474,7 +568,7 @@ accumulated over time. It doesn&#8217;t have an explicit 
focus on
 a particular topic.</p>
 </div>
 <div class="sect4">
-<h5 id="new_features_3">New Features</h5>
+<h5 id="new_features_4">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -499,7 +593,7 @@ a particular topic.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes_2">Incompatible changes</h5>
+<h5 id="incompatible_changes_3">Incompatible changes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -529,7 +623,7 @@ a particular topic.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_4">Bug Fixes</h5>
+<h5 id="bug_fixes_5">Bug Fixes</h5>
 <div class="paragraph">
 <p>A lot of testing was done regarding the IEC 61131-3 data-types.
 This resulted in numerous bugfixes in many protocols.</p>
@@ -612,7 +706,7 @@ and have been replaced by versions using the new driver 
structure
 and generated driver codebase.</p>
 </div>
 <div class="sect4">
-<h5 id="new_features_4">New Features</h5>
+<h5 id="new_features_5">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -646,7 +740,7 @@ to be able to use them in an OSGi container.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes_3">Incompatible changes</h5>
+<h5 id="incompatible_changes_4">Incompatible changes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -671,7 +765,7 @@ provide both a feature.xml as well as a <code>kar</code> 
bundled archive</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_5">Bug Fixes</h5>
+<h5 id="bug_fixes_6">Bug Fixes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -699,7 +793,7 @@ most users have switched to 0.7 and above (with generated 
drivers).</p>
 as the critical (memory leak) bug PLC4X-163 is fixed.</p>
 </div>
 <div class="sect4">
-<h5 id="new_features_5">New Features</h5>
+<h5 id="new_features_6">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -710,7 +804,7 @@ This release contains no further features and mostly 
stabilization.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes_4">Incompatible changes</h5>
+<h5 id="incompatible_changes_5">Incompatible changes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -720,7 +814,7 @@ This release contains no further features and mostly 
stabilization.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_6">Bug Fixes</h5>
+<h5 id="bug_fixes_7">Bug Fixes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -751,7 +845,7 @@ This release contains no further features and mostly 
stabilization.</p>
 <p>This is the first release containing our new generated drivers (AB-ETH)</p>
 </div>
 <div class="sect4">
-<h5 id="new_features_6">New Features</h5>
+<h5 id="new_features_7">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -781,11 +875,11 @@ This release contains no further features and mostly 
stabilization.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes_5">Incompatible changes</h5>
+<h5 id="incompatible_changes_6">Incompatible changes</h5>
 
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_7">Bug Fixes</h5>
+<h5 id="bug_fixes_8">Bug Fixes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -813,7 +907,7 @@ This release contains no further features and mostly 
stabilization.</p>
 <p>This is the first release of Apache PLC4X as top-level project.</p>
 </div>
 <div class="sect4">
-<h5 id="new_features_7">New Features</h5>
+<h5 id="new_features_8">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -832,7 +926,7 @@ This release contains no further features and mostly 
stabilization.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes_6">Incompatible changes</h5>
+<h5 id="incompatible_changes_7">Incompatible changes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -842,7 +936,7 @@ This release contains no further features and mostly 
stabilization.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_8">Bug Fixes</h5>
+<h5 id="bug_fixes_9">Bug Fixes</h5>
 
 </div>
 </div>
@@ -852,7 +946,7 @@ This release contains no further features and mostly 
stabilization.</p>
 <div class="sect3">
 <h4 id="0_3_1_incubating_official_source_release_sha512_asc">0.3.1 
(incubating) Official <a 
href="https://archive.apache.org/dist/incubator/plc4x/0.3.1-incubating/apache-plc4x-incubating-0.3.1-source-release.zip";>source
 release</a> [ <a 
href="https://archive.apache.org/dist/incubator/plc4x/0.3.1-incubating/apache-plc4x-incubating-0.3.1-source-release.zip.sha512";>SHA512</a>
 ] [ <a 
href="https://archive.apache.org/dist/incubator/plc4x/0.3.1-incubating/apache-plc4x-incubating-0.3.1-source-r
 [...]
 <div class="sect4">
-<h5 id="new_features_8">New Features</h5>
+<h5 id="new_features_9">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -862,7 +956,7 @@ This release contains no further features and mostly 
stabilization.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes_7">Incompatible changes</h5>
+<h5 id="incompatible_changes_8">Incompatible changes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -872,7 +966,7 @@ This release contains no further features and mostly 
stabilization.</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_9">Bug Fixes</h5>
+<h5 id="bug_fixes_10">Bug Fixes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -894,7 +988,7 @@ This release contains no further features and mostly 
stabilization.</p>
 <div class="sect3">
 <h4 id="release-0_3_0">0.3.0 (incubating) Official <a 
href="https://archive.apache.org/dist/incubator/plc4x/0.3.0-incubating/apache-plc4x-incubating-0.3.0-source-release.zip";>source
 release</a> [ <a 
href="https://archive.apache.org/dist/incubator/plc4x/0.3.0-incubating/apache-plc4x-incubating-0.3.0-source-release.zip.sha512";>SHA512</a>
 ] [ <a 
href="https://archive.apache.org/dist/incubator/plc4x/0.3.0-incubating/apache-plc4x-incubating-0.3.0-source-release.zip.asc";>ASC</a>
 ]</h4>
 <div class="sect4">
-<h5 id="new_features_9">New Features</h5>
+<h5 id="new_features_10">New Features</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -913,7 +1007,7 @@ runtime environment</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="incompatible_changes_8">Incompatible changes</h5>
+<h5 id="incompatible_changes_9">Incompatible changes</h5>
 <div class="ulist">
 <ul>
 <li>
@@ -930,7 +1024,7 @@ a <code>plc4j-protocol-{name}</code> you now need to 
change this to
 </div>
 </div>
 <div class="sect4">
-<h5 id="bug_fixes_10">Bug Fixes</h5>
+<h5 id="bug_fixes_11">Bug Fixes</h5>
 <div class="ulist">
 <ul>
 <li>
diff --git a/users/getting-started/plc4j.html b/users/getting-started/plc4j.html
index c6c2dd9d9..ddfc7bfb9 100644
--- a/users/getting-started/plc4j.html
+++ b/users/getting-started/plc4j.html
@@ -333,7 +333,7 @@ When using Maven, all you need to do is add this 
dependency:</p>
 <pre>    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
       &lt;artifactId&gt;plc4j-api&lt;/artifactId&gt;
-      &lt;version&gt;0.11.0&lt;/version&gt;
+      &lt;version&gt;0.13.0&lt;/version&gt;
     &lt;/dependency&gt;</pre>
 </div>
 </div>
@@ -349,7 +349,7 @@ However, in order to actually connect to a device using a 
given protocol, you ne
 <pre>    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
       &lt;artifactId&gt;plc4j-driver-s7&lt;/artifactId&gt;
-      &lt;version&gt;0.11.0&lt;/version&gt;
+      &lt;version&gt;0.13.0&lt;/version&gt;
       &lt;scope&gt;runtime&lt;/scope&gt;
     &lt;/dependency&gt;</pre>
 </div>
diff --git a/users/protocols/ab-eth.html b/users/protocols/ab-eth.html
index 8d85f745a..54d84e0b6 100644
--- a/users/protocols/ab-eth.html
+++ b/users/protocols/ab-eth.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-ab-eth&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/ads.html b/users/protocols/ads.html
index 519eb2a51..5901d10db 100644
--- a/users/protocols/ads.html
+++ b/users/protocols/ads.html
@@ -391,7 +391,7 @@ Source <a 
href="https://infosys.beckhoff.com/english.php?content=../content/1033
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-ads&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/bacnet.html b/users/protocols/bacnet.html
index db4efb11e..3299615d8 100644
--- a/users/protocols/bacnet.html
+++ b/users/protocols/bacnet.html
@@ -376,7 +376,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-bacnet&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/c-bus.html b/users/protocols/c-bus.html
index d2e65dbbb..de5aa2de1 100644
--- a/users/protocols/c-bus.html
+++ b/users/protocols/c-bus.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-c-bus&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/canopen.html b/users/protocols/canopen.html
index eb5b45347..24ca743ca 100644
--- a/users/protocols/canopen.html
+++ b/users/protocols/canopen.html
@@ -378,7 +378,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-canopen&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/eip.html b/users/protocols/eip.html
index b940d53b9..d3e2852ae 100644
--- a/users/protocols/eip.html
+++ b/users/protocols/eip.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-eip&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/firmata.html b/users/protocols/firmata.html
index 93624247e..69143b567 100644
--- a/users/protocols/firmata.html
+++ b/users/protocols/firmata.html
@@ -376,7 +376,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-firmata&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/genericcan.html b/users/protocols/genericcan.html
index 206534946..b60162b63 100644
--- a/users/protocols/genericcan.html
+++ b/users/protocols/genericcan.html
@@ -377,7 +377,7 @@ It allows implementing a basic CAN bus listening or writing 
scenarios.</p>
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-can&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/iec-60870.html b/users/protocols/iec-60870.html
index 46f216987..b3f33997d 100644
--- a/users/protocols/iec-60870.html
+++ b/users/protocols/iec-60870.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-iec-60870&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/knxnetip.html b/users/protocols/knxnetip.html
index 3dd0ee5ac..30319e54b 100644
--- a/users/protocols/knxnetip.html
+++ b/users/protocols/knxnetip.html
@@ -372,7 +372,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-knxnetip&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/logix.html b/users/protocols/logix.html
index b26ab15b1..b6d2f8796 100644
--- a/users/protocols/logix.html
+++ b/users/protocols/logix.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-eip&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/modbus.html b/users/protocols/modbus.html
index c67198568..fc626a8d6 100644
--- a/users/protocols/modbus.html
+++ b/users/protocols/modbus.html
@@ -369,7 +369,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-modbus&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
@@ -527,7 +527,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-modbus&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
@@ -756,7 +756,7 @@ Allowed values are:
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-modbus&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/opcua.html b/users/protocols/opcua.html
index de4134b01..f79629e0e 100644
--- a/users/protocols/opcua.html
+++ b/users/protocols/opcua.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-opcua&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/open-protocol.html 
b/users/protocols/open-protocol.html
index 7bf39782a..895816df5 100644
--- a/users/protocols/open-protocol.html
+++ b/users/protocols/open-protocol.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-open-protocol&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/plc4x.html b/users/protocols/plc4x.html
index a1f1767a8..2a15fbddf 100644
--- a/users/protocols/plc4x.html
+++ b/users/protocols/plc4x.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-plc4x&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/profinet.html b/users/protocols/profinet.html
index 6a20d5198..9b8c5d97c 100644
--- a/users/protocols/profinet.html
+++ b/users/protocols/profinet.html
@@ -382,7 +382,7 @@ on the same network segment.</p>
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-profinet-ng&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/s7.html b/users/protocols/s7.html
index 891300426..437207e63 100644
--- a/users/protocols/s7.html
+++ b/users/protocols/s7.html
@@ -515,7 +515,7 @@ In the following, reference will be made to the Java-based 
driver, which impleme
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-s7&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/protocols/simulated.html b/users/protocols/simulated.html
index cd5ccebb1..5126abb05 100644
--- a/users/protocols/simulated.html
+++ b/users/protocols/simulated.html
@@ -367,7 +367,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-driver-simulated&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/tools/capture-replay.html b/users/tools/capture-replay.html
index 30d901b41..ae087f96e 100644
--- a/users/tools/capture-replay.html
+++ b/users/tools/capture-replay.html
@@ -363,11 +363,11 @@ If complicance rules prevent ths a third option would be 
to use a network tap to
 <p>The capture can be replayed by the tool you find in 
<code>plc4j/tools/capture-replay</code>.</p>
 </div>
 <div class="paragraph">
-<p>Here simply look for the 
<code>target/plc4j-capture-replay-0.11.0-uber-jar.jar</code> and run:</p>
+<p>Here simply look for the 
<code>target/plc4j-capture-replay-0.13.0-uber-jar.jar</code> and run:</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>   java -jar target/plc4j-capture-replay-0.11.0-uber-jar.jar --input-file 
{path to capture} --output-device {name of the network device} --replay-speed 1 
--loop true</pre>
+<pre>   java -jar target/plc4j-capture-replay-0.13.0-uber-jar.jar --input-file 
{path to capture} --output-device {name of the network device} --replay-speed 1 
--loop true</pre>
 </div>
 </div>
 <div class="paragraph">
diff --git a/users/tools/connection-cache.html 
b/users/tools/connection-cache.html
index 9aa65149d..fec4af7ef 100644
--- a/users/tools/connection-cache.html
+++ b/users/tools/connection-cache.html
@@ -399,7 +399,7 @@
 <pre>    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
       &lt;artifactId&gt;plc4j-connection-cache&lt;/artifactId&gt;
-      &lt;version&gt;0.11.0&lt;/version&gt;
+      &lt;version&gt;0.13.0&lt;/version&gt;
     &lt;/dependency&gt;</pre>
 </div>
 </div>
diff --git a/users/tools/scraper.html b/users/tools/scraper.html
index 7d0cd1e70..c36b099c6 100644
--- a/users/tools/scraper.html
+++ b/users/tools/scraper.html
@@ -347,7 +347,7 @@
 <pre>    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
       &lt;artifactId&gt;plc4j-scraper&lt;/artifactId&gt;
-      &lt;version&gt;0.11.0&lt;/version&gt;
+      &lt;version&gt;0.13.0&lt;/version&gt;
     &lt;/dependency&gt;</pre>
 </div>
 </div>
diff --git a/users/tools/testing.html b/users/tools/testing.html
index 1c1d8054c..72d71c944 100644
--- a/users/tools/testing.html
+++ b/users/tools/testing.html
@@ -334,7 +334,7 @@ The driver can be found in the Maven module</p>
 <pre>    &lt;dependency&gt;
       &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
       &lt;artifactId&gt;plc4j-transport-test&lt;/artifactId&gt;
-      &lt;version&gt;0.11.0&lt;/version&gt;
+      &lt;version&gt;0.13.0&lt;/version&gt;
       &lt;scope&gt;test&lt;/scope&gt;
    &lt;/dependency&gt;</pre>
 </div>
diff --git a/users/transports/can.html b/users/transports/can.html
index 87c46c0b7..a7d9ac261 100644
--- a/users/transports/can.html
+++ b/users/transports/can.html
@@ -370,7 +370,7 @@ The builder allow constructing requests which should be 
passed to the bus operat
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-transport-can&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/transports/pcap-replay.html 
b/users/transports/pcap-replay.html
index c3b5fddc5..b54ec06c1 100644
--- a/users/transports/pcap-replay.html
+++ b/users/transports/pcap-replay.html
@@ -355,7 +355,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-transport-pcap-replay&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/transports/raw-socket.html b/users/transports/raw-socket.html
index 31b8e24ef..5fb152469 100644
--- a/users/transports/raw-socket.html
+++ b/users/transports/raw-socket.html
@@ -355,7 +355,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-transport-raw-socket&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/transports/serial.html b/users/transports/serial.html
index c3e512064..0cd84ee33 100644
--- a/users/transports/serial.html
+++ b/users/transports/serial.html
@@ -355,7 +355,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-transport-serial&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/transports/socketcan.html b/users/transports/socketcan.html
index 2450f0ee0..1d04f5de8 100644
--- a/users/transports/socketcan.html
+++ b/users/transports/socketcan.html
@@ -355,7 +355,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-transport-socketcan&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/transports/tcp.html b/users/transports/tcp.html
index 74e17984d..5eb10e316 100644
--- a/users/transports/tcp.html
+++ b/users/transports/tcp.html
@@ -355,7 +355,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-transport-tcp&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>
diff --git a/users/transports/udp.html b/users/transports/udp.html
index 4deb533c6..e748d97f5 100644
--- a/users/transports/udp.html
+++ b/users/transports/udp.html
@@ -355,7 +355,7 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.plc4x&lt;/groupId&gt;
   &lt;artifactId&gt;plc4j-transport-udp&lt;/artifactId&gt;
-  &lt;version&gt;0.11.0&lt;/version&gt;
+  &lt;version&gt;0.13.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 </div>
 </div></div></td>

Reply via email to