[Project] Updated names of modules

This commit is contained in:
Robert von Burg 2022-12-16 16:22:58 +01:00
parent d726ff7d05
commit 9740619225
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
14 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>agent</artifactId>
<name>agent</name>
<name>strolch-agent</name>
<description>Strolch Agent which is the runtime for Strolch</description>
<inceptionYear>2011</inceptionYear>

View File

@ -12,7 +12,7 @@
<artifactId>model</artifactId>
<packaging>jar</packaging>
<name>model</name>
<name>strolch-model</name>
<inceptionYear>2012</inceptionYear>
<distributionManagement>

View File

@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>persistence-postgresql</artifactId>
<name>persistence-postgresql</name>
<name>strolch-persistence-postgresql</name>
<description>PostgreSQL Persistence Implementation for Strolch</description>
<inceptionYear>2011</inceptionYear>

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>persistence-xml</artifactId>
<name>persistence.xml</name>
<name>strolch-persistence.xml</name>
<description>Reference Persistence Implementation for Strolch</description>
<inceptionYear>2011</inceptionYear>

View File

@ -12,7 +12,7 @@
<artifactId>privilege</artifactId>
<packaging>jar</packaging>
<name>privilege</name>
<name>strolch-privilege</name>
<inceptionYear>2011</inceptionYear>
<distributionManagement>

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>service</artifactId>
<name>service</name>
<name>strolch-service</name>
<description>Service API for Strolch</description>
<inceptionYear>2011</inceptionYear>

View File

@ -12,7 +12,7 @@
<artifactId>soql</artifactId>
<packaging>jar</packaging>
<name>soql</name>
<name>strolch-soql</name>
<inceptionYear>2012</inceptionYear>
<distributionManagement>

View File

@ -12,7 +12,7 @@
<artifactId>strolch-bom</artifactId>
<packaging>pom</packaging>
<name>bom</name>
<name>strolch-bom</name>
<description>All of Strolch's dependencies for easy dependency management in Strolch projects</description>
<distributionManagement>

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>test-base</artifactId>
<name>testbase</name>
<name>strolch-test-base</name>
<description>runtime for Strolch</description>
<inceptionYear>2011</inceptionYear>

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>test-performance</artifactId>
<name>performancetest</name>
<name>strolch-test-performance</name>
<description>Strolch project for running performance tests</description>
<inceptionYear>2015</inceptionYear>

View File

@ -12,7 +12,7 @@
<artifactId>utils</artifactId>
<packaging>jar</packaging>
<name>utils</name>
<name>strolch-utils</name>
<description>These utils contain project independent helper classes and utilities for reuse</description>
<inceptionYear>2011</inceptionYear>

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>web-rest</artifactId>
<name>web-rest</name>
<name>strolch-web-rest</name>
<description>Restful Web Service API for Strolch</description>
<inceptionYear>2011</inceptionYear>

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>websocket</artifactId>
<name>websocket</name>
<name>strolch-websocket</name>
<description>WebSocket API for Strolch</description>
<inceptionYear>2011</inceptionYear>

View File

@ -12,7 +12,7 @@
<artifactId>xmlpers</artifactId>
<packaging>jar</packaging>
<name>xmlpers</name>
<name>strolch-xmlpers</name>
<inceptionYear>2011</inceptionYear>
<distributionManagement>