Changing names of modules.

This commit is contained in:
marcins78@gmail.com
2011-08-29 21:51:41 +00:00
parent 83e787c822
commit 389ef1cfe8
322 changed files with 652 additions and 638 deletions

View File

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