fix mage.counter.plugin version for mage.client

This commit is contained in:
Loki 2010-12-02 20:30:37 +00:00
parent 1cbd75b3cb
commit bdaf26f1a4
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>