mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 19:15:29 -04:00
Fixed some pom issues
This commit is contained in:
parent
ee99550a65
commit
5b7fcd5c95
@ -2,29 +2,28 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
|
<parent>
|
||||||
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
|
<artifactId>imageio</artifactId>
|
||||||
|
<version>2.3-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<artifactId>imageio-metadata</artifactId>
|
||||||
<artifactId>twelvemonkeys-imageio-metadata</artifactId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
<name>TwelveMonkeys ImageIO Metadata</name>
|
<name>TwelveMonkeys ImageIO Metadata</name>
|
||||||
<description>
|
<description>
|
||||||
ImageIO metadata module.
|
ImageIO metadata module.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
|
||||||
<groupId>com.twelvemonkeys</groupId>
|
|
||||||
<version>2.3-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<!-- Support -->
|
<!-- Support -->
|
||||||
<module>imageio-core</module>
|
<module>imageio-core</module>
|
||||||
|
<module>imageio-metadata</module>
|
||||||
|
|
||||||
<!-- Stand-alone readers/writers -->
|
<!-- Stand-alone readers/writers -->
|
||||||
<module>imageio-ico</module>
|
<module>imageio-ico</module>
|
||||||
@ -99,6 +100,11 @@
|
|||||||
<artifactId>imageio-core</artifactId>
|
<artifactId>imageio-core</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${project.groupId}</groupId>
|
||||||
|
<artifactId>imageio-metadata</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user