[Project] Updated to Strolch 1.7.0-SNAPSHOT

This commit is contained in:
Robert von Burg 2021-09-08 09:50:06 +02:00
parent ced97996f4
commit 13e3ef4470
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ business logic and the PLC controls the I/Os.
```xml ```xml
<project> <project>
<properties> <properties>
<strolch.version>1.6.0-SNAPSHOT</strolch.version> <strolch.version>1.7.0-SNAPSHOT</strolch.version>
<strolch.plc.version>0.1.0-SNAPSHOT</strolch.plc.version> <strolch.plc.version>0.1.0-SNAPSHOT</strolch.plc.version>
</properties> </properties>

View File

@ -54,7 +54,7 @@ just show you a working POM file:
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version> <maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
<maven-war-plugin.version>3.1.0</maven-war-plugin.version> <maven-war-plugin.version>3.1.0</maven-war-plugin.version>
<strolch.version>1.6.0-SNAPSHOT</strolch.version> <strolch.version>1.7.0-SNAPSHOT</strolch.version>
<warFinalName>bookshop</warFinalName> <warFinalName>bookshop</warFinalName>
<m2eclipse.wtp.contextRoot>${warFinalName}</m2eclipse.wtp.contextRoot> <m2eclipse.wtp.contextRoot>${warFinalName}</m2eclipse.wtp.contextRoot>