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 027d2f4 Site checkin for project PLC4X: Jenkins Tools
027d2f4 is described below
commit 027d2f469b49466267bc15c594b431ca5d8bad2d
Author: jenkins <[email protected]>
AuthorDate: Fri Dec 17 20:18: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 80b56bb..36110af 100644
--- a/plc4x-doap.rdf
+++ b/plc4x-doap.rdf
@@ -88,6 +88,13 @@
<release>
<Version>
+ <name>Latest 0.9.1 release</name>
+ <created>2021-12-17</created>
+ <revision>0.9.1</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
<name>Latest 0.9.0 release</name>
<created>2021-09-21</created>
<revision>0.9.0</revision>
diff --git a/users/getting-started/plc4j.html b/users/getting-started/plc4j.html
index ed820b3..fc35716 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> <dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
- <version>0.9.0</version>
+ <version>0.9.1</version>
</dependency></pre>
</div>
</div>
@@ -316,7 +316,7 @@ However, in order to actually connect to a device using a
given protocol, you ne
<pre> <dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-driver-s7</artifactId>
- <version>0.9.0</version>
+ <version>0.9.1</version>
<scope>runtime</scope>
</dependency></pre>
</div>
diff --git a/users/tools/capture-replay.html b/users/tools/capture-replay.html
index 1b39c84..f984fa0 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.9.0-uber-jar.jar</code> and run:</p>
+<p>Here simply look for the
<code>target/plc4j-capture-replay-0.9.1-uber-jar.jar</code> and run:</p>
</div>
<div class="literalblock">
<div class="content">