mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
updated version (from 0.7.3 to 0.7.4) in all pom files
This commit is contained in:
parent
8230775e0c
commit
97eea533f3
24 changed files with 27 additions and 27 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Common</artifactId>
|
<artifactId>Mage-Common</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Plugins</artifactId>
|
<artifactId>Mage-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Card-Plugin</artifactId>
|
<artifactId>Mage-Card-Plugin</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Plugins</artifactId>
|
<artifactId>Mage-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Counter-Plugin</artifactId>
|
<artifactId>Mage-Counter-Plugin</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Plugins</artifactId>
|
<artifactId>Mage-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Plugins</artifactId>
|
<artifactId>Mage-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Theme-Plugin</artifactId>
|
<artifactId>Mage-Theme-Plugin</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Plugins</artifactId>
|
<artifactId>Mage-Plugins</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage.Server.Console</artifactId>
|
<artifactId>Mage.Server.Console</artifactId>
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>Mage-Common</artifactId>
|
<artifactId>Mage-Common</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.swinglabs</groupId>
|
<groupId>org.swinglabs</groupId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Deck-Constructed</artifactId>
|
<artifactId>Mage-Deck-Constructed</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Deck-Limited</artifactId>
|
<artifactId>Mage-Deck-Limited</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Game-FreeForAll</artifactId>
|
<artifactId>Mage-Game-FreeForAll</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Game-TwoPlayerDuel</artifactId>
|
<artifactId>Mage-Game-TwoPlayerDuel</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Player-AI-MA</artifactId>
|
<artifactId>Mage-Player-AI-MA</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Player-AI</artifactId>
|
<artifactId>Mage-Player-AI</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Player-AIMinimax</artifactId>
|
<artifactId>Mage-Player-AIMinimax</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Player-Human</artifactId>
|
<artifactId>Mage-Player-Human</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Tournament-BoosterDraft</artifactId>
|
<artifactId>Mage-Tournament-BoosterDraft</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Tournament-Sealed</artifactId>
|
<artifactId>Mage-Tournament-Sealed</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Server-Plugins</artifactId>
|
<artifactId>Mage-Server-Plugins</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Server</artifactId>
|
<artifactId>Mage-Server</artifactId>
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
||||||
<artifactId>maven-jaxb2-plugin</artifactId>
|
<artifactId>maven-jaxb2-plugin</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<generatePackage>mage.server.util.config</generatePackage>
|
<generatePackage>mage.server.util.config</generatePackage>
|
||||||
<schemaDirectory>./src/main/xml-resources/jaxb/Config/</schemaDirectory>
|
<schemaDirectory>./src/main/xml-resources/jaxb/Config/</schemaDirectory>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage-Tests</artifactId>
|
<artifactId>Mage-Tests</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>Mage</artifactId>
|
<artifactId>Mage</artifactId>
|
||||||
|
|
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>mage-root</artifactId>
|
<artifactId>mage-root</artifactId>
|
||||||
<version>0.7.3</version>
|
<version>0.7.4</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Mage Root</name>
|
<name>Mage Root</name>
|
||||||
<description>Mage Root POM</description>
|
<description>Mage Root POM</description>
|
||||||
|
|
@ -60,6 +60,6 @@
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<mage-version>0.7.3</mage-version>
|
<mage-version>0.7.4</mage-version>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue