artifactId to lowercase

This commit is contained in:
Loki 2011-10-28 15:42:54 +04:00
parent 416e8cd30b
commit a004ced17d
22 changed files with 89 additions and 72 deletions

View file

@ -6,11 +6,11 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<artifactId>mage-plugins</artifactId>
<version>0.8.1</version>
</parent>
<artifactId>Mage-Counter-Plugin</artifactId>
<artifactId>mage-counter-plugin</artifactId>
<packaging>jar</packaging>
<name>Mage Counter Plugin</name>
<description>Implements game counter to display amount of games played</description>
@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Common</artifactId>
<artifactId>mage-common</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>

View file

@ -5,12 +5,12 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<artifactId>mage-plugins</artifactId>
<version>0.8.1</version>
</parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Rating-Plugin</artifactId>
<artifactId>mage-rating-plugin</artifactId>
<packaging>jar</packaging>
<version>${plugin-version}</version>
<name>Mage Rating Plugin</name>
@ -19,12 +19,12 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>Mage-Sets</artifactId>
<artifactId>mage-sets</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>Mage-Client</artifactId>
<artifactId>mage-client</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>

View file

@ -5,11 +5,11 @@
<parent>
<groupId>org.mage</groupId>
<artifactId>Mage-Plugins</artifactId>
<artifactId>mage-plugins</artifactId>
<version>0.8.1</version>
</parent>
<artifactId>Mage-Theme-Plugin</artifactId>
<artifactId>mage-theme-plugin</artifactId>
<packaging>jar</packaging>
<version>${plugin-version}</version>
<name>Mage Theme Plugin</name>
@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Mage-Common</artifactId>
<artifactId>mage-common</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>

View file

@ -10,7 +10,7 @@
<version>0.8.1</version>
</parent>
<artifactId>Mage-Plugins</artifactId>
<artifactId>mage-plugins</artifactId>
<packaging>pom</packaging>
<name>Mage Plugins</name>
<description>Mage Plugins POM</description>