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 e622716  Site checkin for project PLC4X: Jenkins Tools
e622716 is described below

commit e62271667f44c7892b4a3a53f068200a96e8a750
Author: jenkins <[email protected]>
AuthorDate: Tue Sep 21 18:16:24 2021 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 plc4x-doap.rdf                   | 7 +++++++
 users/getting-started/plc4j.html | 4 ++--
 users/tools/capture-replay.html  | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/plc4x-doap.rdf b/plc4x-doap.rdf
index 5f2b1ff..80b56bb 100644
--- a/plc4x-doap.rdf
+++ b/plc4x-doap.rdf
@@ -88,6 +88,13 @@
 
         <release>
             <Version>
+                <name>Latest 0.9.0 release</name>
+                <created>2021-09-21</created>
+                <revision>0.9.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
                 <name>Latest 0.8.0 release (Go drivers)</name>
                 <created>2021-01-28</created>
                 <revision>0.8.0</revision>
diff --git a/users/getting-started/plc4j.html b/users/getting-started/plc4j.html
index edc3f89..ed820b3 100644
--- a/users/getting-started/plc4j.html
+++ b/users/getting-started/plc4j.html
@@ -300,7 +300,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.8.0&lt;/version&gt;
+      &lt;version&gt;0.9.0&lt;/version&gt;
     &lt;/dependency&gt;</pre>
 </div>
 </div>
@@ -316,7 +316,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.8.0&lt;/version&gt;
+      &lt;version&gt;0.9.0&lt;/version&gt;
       &lt;scope&gt;runtime&lt;/scope&gt;
     &lt;/dependency&gt;</pre>
 </div>
diff --git a/users/tools/capture-replay.html b/users/tools/capture-replay.html
index 06090c6..1b39c84 100644
--- a/users/tools/capture-replay.html
+++ b/users/tools/capture-replay.html
@@ -330,7 +330,7 @@ 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.8.0-uber-jar.jar</code> and run:</p>
+<p>Here simply look for the 
<code>target/plc4j-capture-replay-0.9.0-uber-jar.jar</code> and run:</p>
 </div>
 <div class="literalblock">
 <div class="content">

Reply via email to