mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix mage.counter.plugin version for mage.client
This commit is contained in:
parent
1cbd75b3cb
commit
bdaf26f1a4
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>Mage-Counter-Plugin</artifactId>
|
<artifactId>Mage-Counter-Plugin</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>0.1</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
||||||
|
|
@ -14,12 +14,13 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Mage Counter Plugin</name>
|
<name>Mage Counter Plugin</name>
|
||||||
<description>Implements game counter to display amount of games played</description>
|
<description>Implements game counter to display amount of games played</description>
|
||||||
|
<version>${plugin-version}</version>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>Mage-Common</artifactId>
|
<artifactId>Mage-Common</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${mage-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.googlecode.jspf</groupId>
|
<groupId>com.googlecode.jspf</groupId>
|
||||||
|
|
@ -44,7 +45,6 @@
|
||||||
<target>1.6</target>
|
<target>1.6</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
<finalName>mage-counter-plugin</finalName>
|
<finalName>mage-counter-plugin</finalName>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue