[Project] renamed directories and modules

This commit is contained in:
Robert von Burg 2022-09-30 14:03:34 +02:00
parent f73a2cfb07
commit 030486d8b9
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
197 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>li.strolch</groupId>
<artifactId>li.strolch-maven-archetypes</artifactId>
<artifactId>strolch-maven-archetypes</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>li.strolch-maven-archetypes</name>
@ -59,9 +59,9 @@
</properties>
<modules>
<module>li.strolch.mvn.archetype.main</module>
<module>li.strolch.mvn.archetype.webapp</module>
<module>li.strolch.mvn.archetype.plc</module>
<module>strolch.mvn.archetype.main</module>
<module>strolch.mvn.archetype.webapp</module>
<module>strolch.mvn.archetype.plc</module>
</modules>
<build>

View File

@ -4,13 +4,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>li.strolch</groupId>
<artifactId>li.strolch-maven-archetypes</artifactId>
<artifactId>strolch-maven-archetypes</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>li.strolch.mvn.archetype.plc</artifactId>
<artifactId>strolch.mvn.archetype.main</artifactId>
<packaging>maven-archetype</packaging>
<distributionManagement>

View File

@ -4,13 +4,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>li.strolch</groupId>
<artifactId>li.strolch-maven-archetypes</artifactId>
<artifactId>strolch-maven-archetypes</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>li.strolch.mvn.archetype.main</artifactId>
<artifactId>strolch.mvn.archetype.plc</artifactId>
<packaging>maven-archetype</packaging>
<distributionManagement>

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