[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> </parent>
<artifactId>agent</artifactId> <artifactId>agent</artifactId>
<name>agent</name> <name>strolch-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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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