POM-changes for 3.1 development.

This commit is contained in:
Harald Kuhr 2014-10-01 13:43:23 +02:00
parent 2dd489f6ac
commit c6558d7433
7 changed files with 9 additions and 9 deletions

View File

@ -47,8 +47,8 @@
</modules> </modules>
<properties> <properties>
<core.version>3.0-SNAPSHOT</core.version> <core.version>3.1-SNAPSHOT</core.version>
<imageio.core.version>3.0-SNAPSHOT</imageio.core.version> <imageio.core.version>3.1-SNAPSHOT</imageio.core.version>
</properties> </properties>
<dependencies> <dependencies>

View File

@ -48,7 +48,7 @@
<developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection> <developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection>
<url>https://github.com/haraldk/TwelveMonkeys</url> <url>https://github.com/haraldk/TwelveMonkeys</url>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.twelvemonkeys.sandbox</groupId> <groupId>com.twelvemonkeys.sandbox</groupId>
<artifactId>sandbox</artifactId> <artifactId>sandbox</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.1-SNAPSHOT</version>
<name>TwelveMonkeys :: Sandbox</name> <name>TwelveMonkeys :: Sandbox</name>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -16,7 +16,7 @@
<parent> <parent>
<groupId>com.twelvemonkeys</groupId> <groupId>com.twelvemonkeys</groupId>
<artifactId>twelvemonkeys</artifactId> <artifactId>twelvemonkeys</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.1-SNAPSHOT</version>
</parent> </parent>
<modules> <modules>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.twelvemonkeys.sandbox</groupId> <groupId>com.twelvemonkeys.sandbox</groupId>
<artifactId>sandbox</artifactId> <artifactId>sandbox</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sandbox-common</artifactId> <artifactId>sandbox-common</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -34,7 +34,7 @@
<parent> <parent>
<groupId>com.twelvemonkeys.sandbox</groupId> <groupId>com.twelvemonkeys.sandbox</groupId>
<artifactId>sandbox</artifactId> <artifactId>sandbox</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sandbox-imageio</artifactId> <artifactId>sandbox-imageio</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -34,7 +34,7 @@
<parent> <parent>
<groupId>com.twelvemonkeys.sandbox</groupId> <groupId>com.twelvemonkeys.sandbox</groupId>
<artifactId>sandbox</artifactId> <artifactId>sandbox</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>sandbox-servlet</artifactId> <artifactId>sandbox-servlet</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.twelvemonkeys.sandbox</groupId> <groupId>com.twelvemonkeys.sandbox</groupId>
<artifactId>sandbox</artifactId> <artifactId>sandbox</artifactId>
<version>3.0-SNAPSHOT</version> <version>310-SNAPSHOT</version>
</parent> </parent>
<artifactId>sandbox-swing</artifactId> <artifactId>sandbox-swing</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>