Changing names of modules.
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.gempukku.lotro</groupId>
|
||||
<artifactId>lotro-cards</artifactId>
|
||||
<artifactId>gemp-lotr-cards</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>lotro-common</artifactId>
|
||||
<artifactId>gemp-lotr-common</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>lotro-logic</artifactId>
|
||||
<artifactId>gemp-lotr-logic</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user