mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Fixed wrong versions in poms.
This commit is contained in:
parent
cfca84e4e0
commit
93f35535af
3 changed files with 5 additions and 4 deletions
Binary file not shown.
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue