[Project] Updated versions

This commit is contained in:
Robert von Burg 2022-08-16 14:03:58 +02:00
parent d6c9d1a428
commit d6459c4b5a
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ description in how to set up your own Strolch based PLC.
Checkout the code at [GitHub](https://github.com/strolch-li/strolch-plc)
Strolch PLC is also deployed to Maven Central. Current version is 1.0.7.
Strolch PLC is also deployed to Maven Central. Current version is 1.2.1.
Currently, we have the following topics of discussion:

View File

@ -11,7 +11,7 @@ weight: 50
The Strolch PLC architecture sees the Strolch Agent as the server, managing
logical devices, i.e. multiple sensors and actors together and thus deciding on
further steps. With this architecture multiple PLCs can be combined together in
further steps. With this architecture multiple PLCs can be combined in
one agent for flow control.
### PLC Architecture

View File

@ -26,8 +26,8 @@ business logic and the PLC controls the I/Os.
```xml
<project>
<properties>
<strolch.version>1.7.0-SNAPSHOT</strolch.version>
<strolch.plc.version>0.1.0-SNAPSHOT</strolch.plc.version>
<strolch.version>1.8.1</strolch.version>
<strolch.plc.version>1.2.1</strolch.plc.version>
</properties>
<dependencyManagement>
@ -65,7 +65,7 @@ business logic and the PLC controls the I/Os.
</project>
```
3. Add a bower dependency: `"strolch-wc-plc": "strolch-li/strolch-wc-plc#^0.3.4"`
3. Add a bower dependency: `"strolch-wc-plc": "strolch-li/strolch-wc-plc#^0.3.20"`
to `src/main/webapp/bower.json`
After adding the dependency, run `gulp` in the webapp directory. Gulp should