mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
artifactId to lowercase
This commit is contained in:
parent
416e8cd30b
commit
a004ced17d
22 changed files with 89 additions and 72 deletions
|
|
@ -10,14 +10,14 @@
|
|||
</parent>
|
||||
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage.Server.Console</artifactId>
|
||||
<artifactId>mage.server.console</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Mage Server Console</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>Mage-Common</artifactId>
|
||||
<artifactId>mage-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue