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

@ -5,7 +5,7 @@
<parent>
<artifactId>mage-root</artifactId>
<groupId>org.mage</groupId>
<version>0.7.3</version>
<version>0.7.4</version>
</parent>
<groupId>org.mage</groupId>
<artifactId>Mage.Server.Console</artifactId>
@ -22,7 +22,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Common</artifactId>
<version>0.7.3</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.swinglabs</groupId>