Fixed wrong versions in poms.

This commit is contained in:
magenoxx 2011-01-31 18:37:30 +03:00
parent cfca84e4e0
commit 93f35535af
3 changed files with 5 additions and 4 deletions

View file

@ -82,13 +82,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Theme-Plugin</artifactId>
<version>${project.version}</version>
<version>0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Card-Plugin</artifactId>
<version>0.3</version>
<version>0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>

View file

@ -10,7 +10,8 @@
</parent>
<artifactId>Mage-Theme-Plugin</artifactId>
<packaging>jar</packaging>
<packaging>jar</packaging>
<version>${plugin-version}</version>
<name>Mage Theme Plugin</name>
<description>Contains resources for drawing background</description>
@ -49,7 +50,7 @@
</build>
<properties>
<plugin-version>0.3</plugin-version>
<plugin-version>0.4</plugin-version>
<jspf-version>0.9.1</jspf-version>
</properties>
</project>