[Clirr-devel] CVS: clirr/core/src/changes changes.xml,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2013-05-11 16:22:13
|
Update of /cvsroot/clirr/clirr/core/src/changes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12330 Modified Files: changes.xml Log Message: improved changelog wording Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/changes/changes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.xml 29 May 2009 20:06:25 -0000 1.3 +++ changes.xml 11 May 2013 16:22:09 -0000 1.4 @@ -19,10 +19,10 @@ Removed dependency commons-lang. </action> <action dev="lkuehne" type="add"> - Converted the build system to Maven 2, dropped Maven 1 build system and Maven 1 plugin. + Converted the build system to Maven 3, dropped Maven 1 build system and Maven 1 plugin. </action> <action dev="lkuehne" type="fix"> - Upgraded dependencies (ant, commons-cli) to recent release versions. + Upgraded dependencies (ant, commons-cli) to newer release versions. </action> <action dev="lkuehne" type="add"> Dropped support for JDK 1.3. The API now uses chained exceptions, |