2.3-SNAPSHOT to 3.0-SNAPSHOT

This commit is contained in:
Erlend Hamnaberg
2010-01-29 20:06:18 +01:00
parent 41853cec7e
commit 830035bcec
18 changed files with 22 additions and 22 deletions

View File

@@ -5,12 +5,12 @@
<parent>
<groupId>com.twelvemonkeys</groupId>
<artifactId>twelvemonkeys-parent</artifactId>
<version>2.3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio</artifactId>
<version>2.3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</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>3.0-SNAPSHOT</core.version>
<imageio.core.version>3.0-SNAPSHOT</imageio.core.version>
</properties>
<dependencies>