updated version (from 0.7.3 to 0.7.4) in all pom files

This commit is contained in:
magenoxx 2011-06-16 11:39:20 +04:00
parent 8230775e0c
commit 97eea533f3
24 changed files with 27 additions and 27 deletions

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>0.7.3</version>
<version>0.7.4</version>
</parent>
<artifactId>Mage-Server</artifactId>
@ -121,7 +121,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.7.3</version>
<version>0.7.4</version>
<configuration>
<generatePackage>mage.server.util.config</generatePackage>
<schemaDirectory>./src/main/xml-resources/jaxb/Config/</schemaDirectory>