mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 11:05:29 -04:00
POM-changes for 3.1 development.
This commit is contained in:
parent
2dd489f6ac
commit
c6558d7433
@ -47,8 +47,8 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<core.version>3.0-SNAPSHOT</core.version>
|
||||
<imageio.core.version>3.0-SNAPSHOT</imageio.core.version>
|
||||
<core.version>3.1-SNAPSHOT</core.version>
|
||||
<imageio.core.version>3.1-SNAPSHOT</imageio.core.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
2
pom.xml
2
pom.xml
@ -48,7 +48,7 @@
|
||||
<developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection>
|
||||
<url>https://github.com/haraldk/TwelveMonkeys</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twelvemonkeys.sandbox</groupId>
|
||||
<artifactId>sandbox</artifactId>
|
||||
<version>3.0-SNAPSHOT</version>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
<name>TwelveMonkeys :: Sandbox</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>com.twelvemonkeys</groupId>
|
||||
<artifactId>twelvemonkeys</artifactId>
|
||||
<version>3.0-SNAPSHOT</version>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.twelvemonkeys.sandbox</groupId>
|
||||
<artifactId>sandbox</artifactId>
|
||||
<version>3.0-SNAPSHOT</version>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>sandbox-common</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<parent>
|
||||
<groupId>com.twelvemonkeys.sandbox</groupId>
|
||||
<artifactId>sandbox</artifactId>
|
||||
<version>3.0-SNAPSHOT</version>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>sandbox-imageio</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<parent>
|
||||
<groupId>com.twelvemonkeys.sandbox</groupId>
|
||||
<artifactId>sandbox</artifactId>
|
||||
<version>3.0-SNAPSHOT</version>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>sandbox-servlet</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.twelvemonkeys.sandbox</groupId>
|
||||
<artifactId>sandbox</artifactId>
|
||||
<version>3.0-SNAPSHOT</version>
|
||||
<version>310-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>sandbox-swing</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
Loading…
x
Reference in New Issue
Block a user