1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-12 09:11:05 -09:00

updated poms with new version

This commit is contained in:
BetaSteward 2010-12-21 23:25:54 -05:00
parent 55957f17a0
commit 66d3ad1b15
22 changed files with 23 additions and 23 deletions
Mage.Client
Mage.Common
Mage.Plugins
Mage.Card.Plugin
Mage.Counter.Plugin
Mage.Rating.Plugin
Mage.Theme.Plugin
pom.xml
Mage.Server.Plugins
Mage.Deck.Constructed
Mage.Deck.Limited
Mage.Game.FreeForAll
Mage.Game.TwoPlayerDuel
Mage.Player.AI
Mage.Player.AIMinimax
Mage.Player.Human
pom.xml
Mage.Server
pom.xml
src/main/java/mage/server
Mage.Sets
Mage.Tests
Mage
pom.xml

View file

@ -1,3 +1,3 @@
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
SplashScreen-Image: splash.jpg

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<groupId>org.mage</groupId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Common</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Card-Plugin</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Counter-Plugin</artifactId>

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<groupId>org.mage</groupId>

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Theme-Plugin</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Plugins</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Deck-Constructed</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Deck-Limited</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Game-FreeForAll</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Game-TwoPlayerDuel</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Player-AI</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Player-AIMinimax</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Player-Human</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Server-Plugins</artifactId>

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Server</artifactId>

View file

@ -55,7 +55,7 @@ public class Main {
private final static String testModeArg = "-testMode=";
private final static String pluginFolder = "plugins";
private final static String version = "0.5";
private final static String version = "0.5.1";
public static PluginClassLoader classLoader = new PluginClassLoader();
public static ServerImpl server;

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<groupId>org.mage</groupId>

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage-Tests</artifactId>

View file

@ -7,7 +7,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>Mage</artifactId>

View file

@ -6,7 +6,7 @@
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.5</version>
<version>0.5.1</version>
<packaging>pom</packaging>
<name>Mage Root</name>
<description>Mage Root POM</description>
@ -40,6 +40,6 @@
</repositories>
<properties>
<mage-version>0.5</mage-version>
<mage-version>0.5.1</mage-version>
</properties>
</project>