[Major] Strolch version 2.x: renamed modules

This commit is contained in:
Robert von Burg 2022-12-16 15:03:14 +01:00
parent 078a5cb804
commit 2fda56f954
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1368 changed files with 140 additions and 140 deletions

View File

@ -5,13 +5,13 @@
<parent>
<groupId>li.strolch</groupId>
<artifactId>li.strolch</artifactId>
<version>1.8.0-SNAPSHOT</version>
<artifactId>strolch</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>li.strolch.agent</artifactId>
<name>li.strolch.agent</name>
<artifactId>agent</artifactId>
<name>agent</name>
<description>Strolch Agent which is the runtime for Strolch</description>
<inceptionYear>2011</inceptionYear>
@ -37,11 +37,11 @@
<!-- main -->
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.model</artifactId>
<artifactId>model</artifactId>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.privilege</artifactId>
<artifactId>privilege</artifactId>
</dependency>
<dependency>

Some files were not shown because too many files have changed in this diff Show More