1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Adds l2jserver2-tools as a module

This commit is contained in:
2011-12-13 01:01:56 -02:00
parent 3ee0639ebd
commit 73f47f76e2
2 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>com.l2jserver</groupId>
<artifactId>l2jserver2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>l2jserver2-tools</artifactId>
@@ -17,12 +17,12 @@
<dependency>
<groupId>com.l2jserver</groupId>
<artifactId>l2jserver2-common</artifactId>
<version>${project.version}</version>
<version>0.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.l2jserver</groupId>
<artifactId>l2jserver2-gameserver</artifactId>
<version>${project.version}</version>
<version>0.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>