Moved version to 0.7.3 in pom files.

This commit is contained in:
magenoxx 2011-05-19 23:49:43 +04:00
parent cbeab91889
commit 74c7feb470
24 changed files with 28 additions and 28 deletions

View file

@ -5,7 +5,7 @@
<parent>
<artifactId>mage-root</artifactId>
<groupId>org.mage</groupId>
<version>0.7.2</version>
<version>0.7.3</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.2</version>
<version>0.7.3</version>
</dependency>
<dependency>
<groupId>org.swinglabs</groupId>