You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by gi...@apache.org on 2020/03/01 14:00:05 UTC

[plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools

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

commit 95b3f47b278d256f957a9769a9327c3823311616
Author: jenkins <bu...@apache.org>
AuthorDate: Sun Mar 1 14:00:01 2020 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 plc4x-doap.rdf                  | 7 +++++++
 users/plc4j/gettingstarted.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 6036276..74c269b 100644
--- a/plc4x-doap.rdf
+++ b/plc4x-doap.rdf
@@ -83,6 +83,13 @@
 
         <release>
             <Version>
+                <name>Latest 0.6.0 release</name>
+                <created>2020-03-01</created>
+                <revision>0.6.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
                 <name>Latest 0.5.0 release</name>
                 <created>2019-11-25</created>
                 <revision>0.5.0</revision>
diff --git a/users/plc4j/gettingstarted.html b/users/plc4j/gettingstarted.html
index 9ee8d59..ee52da0 100644
--- a/users/plc4j/gettingstarted.html
+++ b/users/plc4j/gettingstarted.html
@@ -238,7 +238,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.5.0&lt;/version&gt;
+      &lt;version&gt;0.6.0&lt;/version&gt;
     &lt;/dependency&gt;</pre>
 </div>
 </div>
@@ -254,7 +254,7 @@ However in order to actually connect to a device using a given protocol, you nee
 <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.5.0&lt;/version&gt;
+      &lt;version&gt;0.6.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 f77ff6e..ad9ac7c 100644
--- a/users/tools/capture-replay.html
+++ b/users/tools/capture-replay.html
@@ -268,7 +268,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.5.0-uber-jar.jar</code> and run:</p>
+<p>Here simply look for the <code>target/plc4j-capture-replay-0.6.0-uber-jar.jar</code> and run:</p>
 </div>
 <div class="literalblock">
 <div class="content">