mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
fixed versions in poms.
This commit is contained in:
parent
1d1ce3b55d
commit
3333edcd37
15 changed files with 26 additions and 36 deletions
|
@ -6,13 +6,13 @@
|
|||
<parent>
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>mage-root</artifactId>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage-Client</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
<name>Mage Client</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<parent>
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>mage-root</artifactId>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage-Common</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
<name>Mage Common Classes</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
|
|
|
@ -48,7 +48,5 @@
|
|||
<finalName>mage-deck-contructed</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
<properties/>
|
||||
</project>
|
||||
|
|
|
@ -48,7 +48,5 @@
|
|||
<finalName>mage-game-freeforall</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
<properties/>
|
||||
</project>
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
<finalName>mage-game-twoplayerduel</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
<properties/>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
<finalName>mage-player-ai</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
<properties/>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
<finalName>mage-player-aiminimax</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
<properties/>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
<finalName>mage-player-human</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
<properties/>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage-Plugins</artifactId>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.mage</groupId>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<parent>
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage-Plugins</artifactId>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage-Theme-Plugin</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>${plugin-version}</version>
|
||||
<version>0.3</version>
|
||||
<name>Mage Theme Plugin</name>
|
||||
<description>Contains resources for drawing background</description>
|
||||
|
||||
|
@ -76,7 +76,6 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
<plugin-version>0.3</plugin-version>
|
||||
<jspf-version>0.9.1</jspf-version>
|
||||
</properties>
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
<parent>
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>mage-root</artifactId>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage-Plugins</artifactId>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Mage Plugins</name>
|
||||
<description>Mage Plugins POM</description>
|
||||
|
|
|
@ -97,6 +97,6 @@
|
|||
<finalName>mage-server</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
</properties>
|
||||
<properties/>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
<finalName>mage-sets</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.3</mage-version>
|
||||
</properties>
|
||||
<properties/>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -44,6 +44,6 @@
|
|||
<finalName>mage</finalName>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
</properties>
|
||||
<properties/>
|
||||
|
||||
</project>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>mage-root</artifactId>
|
||||
<version>${mage-version}</version>
|
||||
<version>0.3</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Mage Root</name>
|
||||
<description>Mage Root POM</description>
|
||||
|
|
Loading…
Reference in a new issue