Fixed Mage.Client mvn dependency to point to latest mage-card-plugin version (caused build failing on new environment).

This commit is contained in:
magenoxx 2011-08-02 09:47:44 +04:00
parent 44f49db176
commit c021a6fdb5

View file

@ -88,7 +88,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Card-Plugin</artifactId>
<version>0.6</version>
<version>0.7</version>
<scope>runtime</scope>
</dependency>
<dependency>