POM fixes

This commit is contained in:
Harald Kuhr 2023-10-20 16:53:25 +02:00
parent 9720a931c5
commit 345ca0ac13
7 changed files with 11 additions and 5 deletions

View File

@ -10,7 +10,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>TwelveMonkeys :: Common :: Image</name> <name>TwelveMonkeys :: Common :: Image</name>
<description> <description>
The TwelveMonkeys Common Image support TwelveMonkeys Common image support classes.
</description> </description>
<properties> <properties>

View File

@ -10,7 +10,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>TwelveMonkeys :: Common :: IO</name> <name>TwelveMonkeys :: Common :: IO</name>
<description> <description>
The TwelveMonkeys Common IO support TwelveMonkeys Common I/O support classes.
</description> </description>
<properties> <properties>

View File

@ -10,7 +10,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<name>TwelveMonkeys :: Common :: Language support</name> <name>TwelveMonkeys :: Common :: Language support</name>
<description> <description>
The TwelveMonkeys Common Language support TwelveMonkeys Common language support classes.
</description> </description>
<properties> <properties>

View File

@ -10,7 +10,7 @@
<artifactId>contrib</artifactId> <artifactId>contrib</artifactId>
<name>TwelveMonkeys :: Contrib</name> <name>TwelveMonkeys :: Contrib</name>
<description> <description>
Contributions to TwelveMonkeys which are not matching into the ImageIO plug-ins. Contributions to TwelveMonkeys and code that doesn't fit anywhere else.
</description> </description>
<dependencies> <dependencies>

View File

@ -8,6 +8,9 @@
</parent> </parent>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<name>TwelveMonkeys :: ImageIO :: Core</name> <name>TwelveMonkeys :: ImageIO :: Core</name>
<description>
TwelveMonkeys ImageIO core support classes.
</description>
<properties> <properties>
<project.jpms.module.name>com.twelvemonkeys.imageio.core</project.jpms.module.name> <project.jpms.module.name>com.twelvemonkeys.imageio.core</project.jpms.module.name>

View File

@ -9,7 +9,7 @@
<artifactId>imageio-metadata</artifactId> <artifactId>imageio-metadata</artifactId>
<name>TwelveMonkeys :: ImageIO :: Metadata</name> <name>TwelveMonkeys :: ImageIO :: Metadata</name>
<description> <description>
ImageIO metadata module. TwelveMonkeys ImageIO metadata support classes.
</description> </description>
<properties> <properties>

View File

@ -10,6 +10,9 @@
<groupId>com.twelvemonkeys.servlet</groupId> <groupId>com.twelvemonkeys.servlet</groupId>
<artifactId>servlet</artifactId> <artifactId>servlet</artifactId>
<name>TwelveMonkeys :: Servlet</name> <name>TwelveMonkeys :: Servlet</name>
<description>
TwelveMonkeys Servlet support classes.
</description>
<dependencies> <dependencies>
<dependency> <dependency>