Project: * Clean-up (Eclipse cruft, unused files, etc...) * Git-specific changes * Maven POMs clean-up and changes for the build system * Version set to 1.0.0-0 in the development branches * Maven plug-ins updated to latest versions * Very partial dev. documentation added

This commit is contained in:
Emmanuel BENOîT 2011-12-09 08:07:33 +01:00
parent c74e30d5ba
commit 0665a760de
1439 changed files with 1020 additions and 1649 deletions
legacyworlds-session

View file

@ -4,13 +4,13 @@
<parent>
<artifactId>legacyworlds</artifactId>
<groupId>com.deepclone.lw</groupId>
<version>5.99.1</version>
<version>1.0.0</version>
<relativePath>../legacyworlds/pom.xml</relativePath>
</parent>
<groupId>com.deepclone.lw</groupId>
<artifactId>legacyworlds-session</artifactId>
<version>5.99.1</version>
<name>Legacy Worlds sessions</name>
<name>Legacy Worlds - Sessions</name>
<version>${legacyworlds.version.main}.${legacyworlds.version.release}-${legacyworlds.version.build}</version>
<description>This module contains the definition of sessions used in client-server communications and all related classes and exceptions.</description>
</project>
</project>