mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 03:25:28 -04:00
Updated POMs to 2.3 release.
This commit is contained in:
parent
7ea9b8f537
commit
779f720aa0
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>twelvemonkeys-core</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys Core</name>
|
||||
<description>
|
||||
The TwelveMonkeys Core library. Contains common utility classes.
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-batik</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO Batik Plugin</name>
|
||||
<description>
|
||||
<![CDATA[
|
||||
@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,12 +5,12 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-core</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO Core</name>
|
||||
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
</project>
|
@ -5,14 +5,14 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-ico</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO ICO plugin</name>
|
||||
<description>ImageIO plugin for Windows Icon (ICO) and Cursor (CUR) format.</description>
|
||||
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-iff</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO IFF plugin</name>
|
||||
<description>
|
||||
ImageIO plugin for Amiga/Electronic Arts Interchange Filed Format (IFF)
|
||||
@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-metadata</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO Metadata</name>
|
||||
<description>
|
||||
ImageIO metadata module.
|
||||
@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,14 +5,14 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-pict</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO PICT plugin</name>
|
||||
<description>ImageIO plugin for Apple Mac Paint Picture (PICT) format.</description>
|
||||
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>TwelveMonkeys ImageIO</name>
|
||||
|
||||
@ -47,8 +47,8 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<core.version>2.3-SNAPSHOT</core.version>
|
||||
<imageio.core.version>2.3-SNAPSHOT</imageio.core.version>
|
||||
<core.version>2.3</core.version>
|
||||
<imageio.core.version>2.3</imageio.core.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-psd</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO PSD plugin</name>
|
||||
<description>
|
||||
ImageIO plugin for Adobe Photoshop Document (PSD).
|
||||
@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-reference</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO reference test cases</name>
|
||||
<description>
|
||||
Test cases for the JDK provided ImageReader implementations for reference.
|
||||
@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.2</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.imageio</groupId>
|
||||
<artifactId>twelvemonkeys-imageio-thumbsdb</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys ImageIO Thumbs.db plugin</name>
|
||||
<description>
|
||||
ImageIO plugin for Windows Thumbs DB (Thumbs.db) format.
|
||||
@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<artifactId>twelvemonkeys-imageio</artifactId>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<artifactId>twelvemonkeys-servlet</artifactId>
|
||||
<version>2.3-SNAPSHOT</version>
|
||||
<version>2.3</version>
|
||||
<name>TwelveMonkeys Servlet</name>
|
||||
|
||||
<parent>
|
||||
@ -15,7 +15,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<core.version>2.2</core.version>
|
||||
<core.version>2.3</core.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user