Update pom descriptions.

This commit is contained in:
asofold 2012-12-14 10:36:58 +01:00
parent 4b07eadc32
commit c433bfe215
5 changed files with 18 additions and 5 deletions

View File

@ -20,5 +20,7 @@
<version>4.8.2</version>
</dependency>
</dependencies>
<description>Common data structures and other, no use of Bukkit.</description>
<description>Common data structures and other, no use of Bukkit.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
</project>

View File

@ -28,5 +28,7 @@
</dependency>
</dependencies>
<description>API for the compatibility modules. Uses Bukkit.</description>
<description>API for the compatibility modules. Uses Bukkit.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
</project>

View File

@ -31,5 +31,7 @@
</dependency>
</dependencies>
<description>Compatibility up to CB2512 (i.e. 1.4.5-R0.2).</description>
<description>Compatibility up to CB2512 (i.e. 1.4.5-R0.2).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
</project>

View File

@ -31,5 +31,7 @@
</dependency>
</dependencies>
<description>Compatibility since CB2512.</description>
<description>Compatibility since CB2512.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
</project>

View File

@ -4,7 +4,7 @@
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<version>1.0.1</version>
<name>NoCheatPlus Parent</name>
<url>http://nocheatplus.org</url>
<properties>
@ -27,4 +27,9 @@
</repository>
</repositories>
<description>The pom design has been taken from mbax (GitHub, TODO: link).
TODO: Switch it to an assembly pom + consider using one bukkit version only for compilation? [Downside: the compat part should be the minimal bukkit version supported, though then the plugin would be taken out, so... do it!]
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
</project>