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

View file

@ -4,21 +4,19 @@
<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-utils</artifactId>
<version>5.99.1</version>
<name>Legacy Worlds common utilities</name>
<version>${legacyworlds.version.main}.${legacyworlds.version.release}-${legacyworlds.version.build}</version>
<name>Legacy Worlds - Common utilities</name>
<description>The classes in this package are used by all parts of the Legacy Worlds code.</description>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>
<type>jar</type>
</dependency>
</dependencies>
</project>
</project>