fixed versions in poms.

This commit is contained in:
magenoxx 2010-11-01 13:58:07 +00:00
parent 1d1ce3b55d
commit 3333edcd37
15 changed files with 26 additions and 36 deletions

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<version>${mage-version}</version>
<version>0.3</version>
</parent>
<groupId>org.mage</groupId>

View file

@ -6,13 +6,13 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<version>${mage-version}</version>
<version>0.3</version>
</parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Theme-Plugin</artifactId>
<packaging>jar</packaging>
<version>${plugin-version}</version>
<version>0.3</version>
<name>Mage Theme Plugin</name>
<description>Contains resources for drawing background</description>
@ -76,7 +76,6 @@
</build>
<properties>
<mage-version>0.3</mage-version>
<plugin-version>0.3</plugin-version>
<jspf-version>0.9.1</jspf-version>
</properties>

View file

@ -7,12 +7,12 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>mage-root</artifactId>
<version>${mage-version}</version>
<version>0.3</version>
</parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<version>${mage-version}</version>
<version>0.3</version>
<packaging>pom</packaging>
<name>Mage Plugins</name>
<description>Mage Plugins POM</description>