[maven-release-plugin] prepare release twelvemonkeys-3.0-rc5

This commit is contained in:
Trygve Laugstøl 2014-02-15 13:13:39 +01:00
parent ad68bb88a4
commit ed5a5e0dca
21 changed files with 576 additions and 617 deletions

View File

@ -1,12 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.common</groupId> <groupId>com.twelvemonkeys.common</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>common-image</artifactId> <artifactId>common-image</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -1,32 +1,30 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion> <groupId>com.twelvemonkeys.common</groupId>
<parent> <artifactId>common</artifactId>
<groupId>com.twelvemonkeys.common</groupId> <version>3.0-rc5</version>
<artifactId>common</artifactId> </parent>
<version>3.0-SNAPSHOT</version> <artifactId>common-io</artifactId>
</parent> <packaging>jar</packaging>
<artifactId>common-io</artifactId> <name>TwelveMonkeys :: Common :: IO</name>
<packaging>jar</packaging> <description>
<name>TwelveMonkeys :: Common :: IO</name> The TwelveMonkeys Common IO support
<description> </description>
The TwelveMonkeys Common IO support
</description> <dependencies>
<dependency>
<dependencies> <groupId>${project.groupId}</groupId>
<dependency> <artifactId>common-lang</artifactId>
<groupId>${project.groupId}</groupId> </dependency>
<artifactId>common-lang</artifactId>
</dependency> <dependency>
<groupId>${project.groupId}</groupId>
<dependency> <artifactId>common-lang</artifactId>
<groupId>${project.groupId}</groupId> <classifier>tests</classifier>
<artifactId>common-lang</artifactId> <scope>test</scope>
<classifier>tests</classifier> </dependency>
<scope>test</scope> </dependencies>
</dependency>
</dependencies> </project>
</project>

View File

@ -1,18 +1,16 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.common</groupId> <groupId>com.twelvemonkeys.common</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>common-lang</artifactId> <artifactId>common-lang</artifactId>
<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 The TwelveMonkeys Common Language support
</description> </description>
</project> </project>

View File

@ -1,56 +1,54 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion> <groupId>com.twelvemonkeys</groupId>
<parent> <artifactId>twelvemonkeys</artifactId>
<groupId>com.twelvemonkeys</groupId> <version>3.0-rc5</version>
<artifactId>twelvemonkeys</artifactId> </parent>
<version>3.0-SNAPSHOT</version> <groupId>com.twelvemonkeys.common</groupId>
</parent> <artifactId>common</artifactId>
<groupId>com.twelvemonkeys.common</groupId> <packaging>pom</packaging>
<artifactId>common</artifactId> <name>TwelveMonkeys :: Common</name>
<packaging>pom</packaging> <description>
<name>TwelveMonkeys :: Common</name> The TwelveMonkeys Common library. Contains common utility classes.
<description> </description>
The TwelveMonkeys Common library. Contains common utility classes.
</description> <modules>
<module>common-lang</module>
<modules> <module>common-io</module>
<module>common-lang</module> <module>common-image</module>
<module>common-io</module> </modules>
<module>common-image</module>
</modules> <dependencyManagement>
<dependencies>
<dependencyManagement> <dependency>
<dependencies> <groupId>${project.groupId}</groupId>
<dependency> <artifactId>common-lang</artifactId>
<groupId>${project.groupId}</groupId> <version>${project.version}</version>
<artifactId>common-lang</artifactId> </dependency>
<version>${project.version}</version>
</dependency> <dependency>
<groupId>${project.groupId}</groupId>
<dependency> <artifactId>common-lang</artifactId>
<groupId>${project.groupId}</groupId> <version>${project.version}</version>
<artifactId>common-lang</artifactId> <classifier>tests</classifier>
<version>${project.version}</version> <scope>test</scope>
<classifier>tests</classifier> </dependency>
<scope>test</scope>
</dependency> <dependency>
<groupId>${project.groupId}</groupId>
<dependency> <artifactId>common-io</artifactId>
<groupId>${project.groupId}</groupId> <version>${project.version}</version>
<artifactId>common-io</artifactId> </dependency>
<version>${project.version}</version> </dependencies>
</dependency> </dependencyManagement>
</dependencies> <dependencies>
</dependencyManagement> <dependency>
<dependencies> <groupId>junit</groupId>
<dependency> <artifactId>junit</artifactId>
<groupId>junit</groupId> <version>4.7</version>
<artifactId>junit</artifactId> <scope>test</scope>
<version>4.7</version> </dependency>
<scope>test</scope> </dependencies>
</dependency> </project>
</dependencies>
</project>

View File

@ -1,64 +1,62 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-batik</artifactId> <artifactId>imageio-batik</artifactId>
<name>TwelveMonkeys :: ImageIO :: Batik Plugin</name> <name>TwelveMonkeys :: ImageIO :: Batik Plugin</name>
<description> <description>
<![CDATA[ <![CDATA[
ImageIO wrapper for the Batik SVG Toolkit, enabling Scalable Vector Graphics (SVG) support. ImageIO wrapper for the Batik SVG Toolkit, enabling Scalable Vector Graphics (SVG) support.
See the <a href="http://xmlgraphics.apache.org/batik/">Batik Home page</a> See the <a href="http://xmlgraphics.apache.org/batik/">Batik Home page</a>
for more information.]]> for more information.]]>
</description> </description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>batik</groupId> <groupId>batik</groupId>
<artifactId>batik-rasterizer-ext</artifactId> <artifactId>batik-rasterizer-ext</artifactId>
<version>1.6-1</version> <version>1.6-1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>batik</groupId> <groupId>batik</groupId>
<artifactId>batik-svggen</artifactId> <artifactId>batik-svggen</artifactId>
<version>1.6-1</version> <version>1.6-1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>batik</groupId> <groupId>batik</groupId>
<artifactId>batik-transcoder</artifactId> <artifactId>batik-transcoder</artifactId>
<version>1.6-1</version> <version>1.6-1</version>
<scope>provided</scope> <scope>provided</scope>
<!-- <!--
There seems to be some weirdness in the There seems to be some weirdness in the
Batik/FOP poms (Batik depends on FOP 0.20-5) that screws things up, Batik/FOP poms (Batik depends on FOP 0.20-5) that screws things up,
making everything end up depending on Batik 1.5, not 1.6 making everything end up depending on Batik 1.5, not 1.6
--> -->
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>fop</groupId> <groupId>fop</groupId>
<artifactId>fop</artifactId> <artifactId>fop</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,14 +1,12 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<name>TwelveMonkeys :: ImageIO :: Core</name> <name>TwelveMonkeys :: ImageIO :: Core</name>
</project> </project>

View File

@ -1,26 +1,24 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-icns</artifactId> <artifactId>imageio-icns</artifactId>
<name>TwelveMonkeys :: ImageIO :: ICNS plugin</name> <name>TwelveMonkeys :: ImageIO :: ICNS plugin</name>
<description>ImageIO plugin for Apple Icon Image (icns) format.</description> <description>ImageIO plugin for Apple Icon Image (icns) format.</description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,26 +1,24 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-ico</artifactId> <artifactId>imageio-ico</artifactId>
<name>TwelveMonkeys :: ImageIO :: ICO plugin</name> <name>TwelveMonkeys :: ImageIO :: ICO plugin</name>
<description>ImageIO plugin for Windows Icon (ICO) and Cursor (CUR) format.</description> <description>ImageIO plugin for Windows Icon (ICO) and Cursor (CUR) format.</description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,12 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-iff</artifactId> <artifactId>imageio-iff</artifactId>
<name>TwelveMonkeys :: ImageIO :: IFF plugin</name> <name>TwelveMonkeys :: ImageIO :: IFF plugin</name>

View File

@ -1,12 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-jmagick</artifactId> <artifactId>imageio-jmagick</artifactId>
<name>TwelveMonkeys :: ImageIO :: JMagick Plugin</name> <name>TwelveMonkeys :: ImageIO :: JMagick Plugin</name>

View File

@ -1,28 +1,26 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-jpeg</artifactId> <artifactId>imageio-jpeg</artifactId>
<name>TwelveMonkeys :: ImageIO :: JPEG plugin</name> <name>TwelveMonkeys :: ImageIO :: JPEG plugin</name>
<description> <description>
ImageIO plugin for Joint Photographer Expert Group images (JPEG/JFIF). ImageIO plugin for Joint Photographer Expert Group images (JPEG/JFIF).
</description> </description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>

View File

@ -1,11 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<parent> <parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>imageio-metadata</artifactId> <artifactId>imageio-metadata</artifactId>

View File

@ -1,29 +1,27 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-pdf</artifactId> <artifactId>imageio-pdf</artifactId>
<name>TwelveMonkeys :: ImageIO :: PDF plugin</name> <name>TwelveMonkeys :: ImageIO :: PDF plugin</name>
<description> <description>
ImageIO plugin for Adobe Portable Document Format (PDF). ImageIO plugin for Adobe Portable Document Format (PDF).
</description> </description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,27 +1,25 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-pict</artifactId> <artifactId>imageio-pict</artifactId>
<name>TwelveMonkeys :: ImageIO :: PICT plugin</name> <name>TwelveMonkeys :: ImageIO :: PICT plugin</name>
<description>ImageIO plugin for Apple Mac Paint Picture (PICT) format.</description> <description>ImageIO plugin for Apple Mac Paint Picture (PICT) format.</description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,28 +1,26 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-psd</artifactId> <artifactId>imageio-psd</artifactId>
<name>TwelveMonkeys :: ImageIO :: PSD plugin</name> <name>TwelveMonkeys :: ImageIO :: PSD plugin</name>
<description> <description>
ImageIO plugin for Adobe Photoshop Document (PSD). ImageIO plugin for Adobe Photoshop Document (PSD).
</description> </description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>

View File

@ -1,28 +1,26 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion> <groupId>com.twelvemonkeys.imageio</groupId>
<parent> <artifactId>imageio</artifactId>
<groupId>com.twelvemonkeys.imageio</groupId> <version>3.0-rc5</version>
<artifactId>imageio</artifactId> </parent>
<version>3.0-SNAPSHOT</version> <artifactId>imageio-reference</artifactId>
</parent> <name>TwelveMonkeys :: ImageIO :: reference test cases</name>
<artifactId>imageio-reference</artifactId> <description>
<name>TwelveMonkeys :: ImageIO :: reference test cases</name> Test cases for the JRE provided ImageReader implementations for reference.
<description> </description>
Test cases for the JRE provided ImageReader implementations for reference.
</description> <dependencies>
<dependency>
<dependencies> <groupId>com.twelvemonkeys.imageio</groupId>
<dependency> <artifactId>imageio-core</artifactId>
<groupId>com.twelvemonkeys.imageio</groupId> </dependency>
<artifactId>imageio-core</artifactId> <dependency>
</dependency> <groupId>com.twelvemonkeys.imageio</groupId>
<dependency> <artifactId>imageio-core</artifactId>
<groupId>com.twelvemonkeys.imageio</groupId> <classifier>tests</classifier>
<artifactId>imageio-core</artifactId> </dependency>
<classifier>tests</classifier> </dependencies>
</dependency> </project>
</dependencies>
</project>

View File

@ -1,28 +1,26 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-thumbsdb</artifactId> <artifactId>imageio-thumbsdb</artifactId>
<name>TwelveMonkeys :: ImageIO :: Thumbs.db plugin</name> <name>TwelveMonkeys :: ImageIO :: Thumbs.db plugin</name>
<description> <description>
ImageIO plugin for Windows Thumbs DB (Thumbs.db) format. ImageIO plugin for Windows Thumbs DB (Thumbs.db) format.
</description> </description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId> <artifactId>imageio-core</artifactId>
<classifier>tests</classifier> <classifier>tests</classifier>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,12 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId> <artifactId>imageio</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<artifactId>imageio-tiff</artifactId> <artifactId>imageio-tiff</artifactId>
<name>TwelveMonkeys :: ImageIO :: TIFF plugin</name> <name>TwelveMonkeys :: ImageIO :: TIFF plugin</name>

View File

@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<parent> <parent>
<groupId>com.twelvemonkeys</groupId> <groupId>com.twelvemonkeys</groupId>
<artifactId>twelvemonkeys</artifactId> <artifactId>twelvemonkeys</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>

433
pom.xml
View File

@ -1,217 +1,216 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent>
<modelVersion>4.0.0</modelVersion> <groupId>org.sonatype.oss</groupId>
<parent> <artifactId>oss-parent</artifactId>
<groupId>org.sonatype.oss</groupId> <version>7</version>
<artifactId>oss-parent</artifactId> </parent>
<version>7</version> <groupId>com.twelvemonkeys</groupId>
</parent> <artifactId>twelvemonkeys</artifactId>
<groupId>com.twelvemonkeys</groupId> <version>3.0-rc5</version>
<artifactId>twelvemonkeys</artifactId> <packaging>pom</packaging>
<version>3.0-SNAPSHOT</version> <name>Twelvemonkeys</name>
<packaging>pom</packaging>
<name>Twelvemonkeys</name> <modules>
<module>common</module>
<modules> <module>servlet</module>
<module>common</module> <module>imageio</module>
<module>servlet</module> <!--<module>swing</module>-->
<module>imageio</module> <!--<module>sandbox</module>-->
<!--<module>swing</module>--> </modules>
<!--<module>sandbox</module>-->
</modules> <developers>
<developer>
<developers> <id>harald.kuhr</id>
<developer> <name>Harald Kuhr</name>
<id>harald.kuhr</id> <email>harald.kuhr@gmail.com</email>
<name>Harald Kuhr</name> <organization>Twelvemonkeys</organization>
<email>harald.kuhr@gmail.com</email> <roles>
<organization>Twelvemonkeys</organization> <role>project-owner</role>
<roles> <role>developer</role>
<role>project-owner</role> </roles>
<role>developer</role> </developer>
</roles> </developers>
</developer>
</developers> <contributors>
<contributor>
<contributors> <name>Erlend Hamnaberg</name>
<contributor> <email>erlend@hamnaberg.net</email>
<name>Erlend Hamnaberg</name> <roles>
<email>erlend@hamnaberg.net</email> <role>maven-guru</role>
<roles> </roles>
<role>maven-guru</role> </contributor>
</roles> </contributors>
</contributor>
</contributors> <scm>
<connection>scm:git:https://github.com/haraldk/TwelveMonkeys</connection>
<scm> <developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection>
<connection>scm:git:https://github.com/haraldk/TwelveMonkeys</connection> <url>https://github.com/haraldk/TwelveMonkeys</url>
<developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection> <tag>twelvemonkeys-3.0-rc5</tag>
<url>https://github.com/haraldk/TwelveMonkeys</url> </scm>
</scm>
<properties>
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
</properties>
<build>
<build> <finalName>twelvemonkeys-${project.artifactId}-${project.version}</finalName>
<finalName>twelvemonkeys-${project.artifactId}-${project.version}</finalName> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId>
<artifactId>maven-jar-plugin</artifactId> <configuration>
<configuration> <archive>
<archive> <manifestEntries>
<manifestEntries> <Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title> <Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor> <Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Version>${project.version}</Implementation-Version> <Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL>
<Implementation-URL>http://github.com/haraldk/TwelveMonkeys</Implementation-URL> </manifestEntries>
</manifestEntries> </archive>
</archive> </configuration>
</configuration> </plugin>
</plugin> </plugins>
</plugins>
<pluginManagement>
<pluginManagement> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId>
<artifactId>maven-resources-plugin</artifactId> <version>2.5</version>
<version>2.5</version> <configuration>
<configuration> <encoding>UTF-8</encoding>
<encoding>UTF-8</encoding> </configuration>
</configuration> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId>
<artifactId>maven-jar-plugin</artifactId> <version>2.4</version>
<version>2.4</version> <inherited>true</inherited>
<inherited>true</inherited> <executions>
<executions> <execution>
<execution> <phase>package</phase>
<phase>package</phase> <id>attach-tests</id>
<id>attach-tests</id> <goals>
<goals> <goal>test-jar</goal>
<goal>test-jar</goal> </goals>
</goals> </execution>
</execution> </executions>
</executions> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
<artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version>
<version>2.9.1</version> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId>
<artifactId>maven-source-plugin</artifactId> <version>2.2.1</version>
<version>2.2.1</version> <inherited>true</inherited>
<inherited>true</inherited> <!-- THIS DOES NOT WORK..?! -->
<!-- THIS DOES NOT WORK..?! --> <executions>
<executions> <execution>
<execution> <phase>package</phase>
<phase>package</phase> <id>attach-sources</id>
<id>attach-sources</id> <goals>
<goals> <goal>jar</goal>
<goal>jar</goal> <goal>test-jar</goal>
<goal>test-jar</goal> </goals>
</goals> </execution>
</execution> </executions>
</executions> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId>
<artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version>
<version>2.3.2</version> <inherited>true</inherited>
<inherited>true</inherited> <configuration>
<configuration> <source>1.5</source>
<source>1.5</source> <target>1.5</target>
<target>1.5</target> <showDeprecation>false</showDeprecation>
<showDeprecation>false</showDeprecation> <compilerArgument>-g:lines</compilerArgument>
<compilerArgument>-g:lines</compilerArgument> <compilerArguments>
<compilerArguments> <encoding>iso-8859-1</encoding>
<encoding>iso-8859-1</encoding> </compilerArguments>
</compilerArguments> </configuration>
</configuration> </plugin>
</plugin>
<plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
<artifactId>maven-surefire-plugin</artifactId> <version>2.10</version>
<version>2.10</version> <configuration>
<configuration> <systemProperties>
<systemProperties> <property>
<property> <name>java.awt.headless</name>
<name>java.awt.headless</name> <value>true</value>
<value>true</value> </property>
</property> </systemProperties>
</systemProperties> </configuration>
</configuration> </plugin>
</plugin>
<plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-idea-plugin</artifactId>
<artifactId>maven-idea-plugin</artifactId> <inherited>true</inherited>
<inherited>true</inherited> <version>2.2</version>
<version>2.2</version> <configuration>
<configuration> <jdkName>1.5</jdkName>
<jdkName>1.5</jdkName> <jdkLevel>1.5</jdkLevel>
<jdkLevel>1.5</jdkLevel> <downloadSources>true</downloadSources>
<downloadSources>true</downloadSources> </configuration>
</configuration> </plugin>
</plugin>
<plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId>
<artifactId>maven-release-plugin</artifactId> <version>2.4.2</version>
<version>2.4.2</version> <dependencies>
<dependencies> <dependency>
<dependency> <groupId>org.apache.maven.scm</groupId>
<groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId>
<artifactId>maven-scm-provider-gitexe</artifactId> <version>1.9</version>
<version>1.9</version> </dependency>
</dependency> </dependencies>
</dependencies> </plugin>
</plugin> </plugins>
</plugins>
</pluginManagement>
</pluginManagement>
</build>
</build>
<reporting>
<reporting> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
<artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version>
<version>2.9.1</version> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId>
<artifactId>maven-surefire-report-plugin</artifactId> <version>2.16</version>
<version>2.16</version> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.codehaus.mojo</groupId>
<groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId>
<artifactId>cobertura-maven-plugin</artifactId> <version>2.6</version>
<version>2.6</version> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId>
<artifactId>maven-pmd-plugin</artifactId> <version>3.0.1</version>
<version>3.0.1</version> <configuration>
<configuration> <targetJdk>1.5</targetJdk>
<targetJdk>1.5</targetJdk> </configuration>
</configuration> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId>
<artifactId>maven-checkstyle-plugin</artifactId> <version>2.10</version>
<version>2.10</version> </plugin>
</plugin> </plugins>
</plugins> </reporting>
</reporting>
</project>
</project>

View File

@ -1,11 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
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">
<parent> <parent>
<groupId>com.twelvemonkeys</groupId> <groupId>com.twelvemonkeys</groupId>
<artifactId>twelvemonkeys</artifactId> <artifactId>twelvemonkeys</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-rc5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>