mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08: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>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>Mage-Theme-Plugin</artifactId>
|
<artifactId>Mage-Theme-Plugin</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>0.4</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>Mage-Card-Plugin</artifactId>
|
<artifactId>Mage-Card-Plugin</artifactId>
|
||||||
<version>0.3</version>
|
<version>0.5</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
<artifactId>Mage-Theme-Plugin</artifactId>
|
<artifactId>Mage-Theme-Plugin</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
<version>${plugin-version}</version>
|
||||||
<name>Mage Theme Plugin</name>
|
<name>Mage Theme Plugin</name>
|
||||||
<description>Contains resources for drawing background</description>
|
<description>Contains resources for drawing background</description>
|
||||||
|
|
||||||
|
|
@ -49,7 +50,7 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<plugin-version>0.3</plugin-version>
|
<plugin-version>0.4</plugin-version>
|
||||||
<jspf-version>0.9.1</jspf-version>
|
<jspf-version>0.9.1</jspf-version>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue