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

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