From: stephane b. <le...@us...> - 2005-01-14 16:15:12
|
le_phan 05/01/14 08:15:04 Modified: kodo/xdocs index.xml changes.xml Log: Release for 3.2.4 kodo's jars. Revision Changes Path 1.3 +2 -2 maven-plugins/kodo/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 29 Nov 2004 14:24:25 -0000 1.2 +++ index.xml 14 Jan 2005 16:15:04 -0000 1.3 @@ -19,8 +19,8 @@ your Kodo installation directory. <source> ${maven.repo.local}/kodo/jars/ -${maven.repo.local}/kodo/jars/kodo-jdo-3.2.3.jar -${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.3.jar +${maven.repo.local}/kodo/jars/kodo-jdo-3.2.4.jar +${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.4.jar </source> </p> </section> 1.4 +5 -0 maven-plugins/kodo/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/changes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.xml 29 Nov 2004 14:24:25 -0000 1.3 +++ changes.xml 14 Jan 2005 16:15:04 -0000 1.4 @@ -5,6 +5,11 @@ </properties> <body> + <release version="3.2.4" date="14-Jan-2005" description="Released for Kodo 3.2.4"> + <action dev="sbouchet" type="add"> + This version requires Kodo 3.2.4 jars. + </action> + </release> <release version="3.2.3" date="23-Nov-2004" description="Released for Kodo 3.2.3"> <action dev="sbouchet" type="add"> Removed the "schematool" goal. |