From: stephane b. <le...@us...> - 2004-11-29 14:24:32
|
le_phan 04/11/29 06:24:25 Modified: kodo/xdocs changes.xml index.xml goals.xml Log: prepare release 3.2.3 Revision Changes Path 1.3 +7 -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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 16 Jun 2004 18:55:11 -0000 1.2 +++ changes.xml 29 Nov 2004 14:24:25 -0000 1.3 @@ -5,6 +5,13 @@ </properties> <body> + <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. + Add a "buildschema" goal. + This version requires Kodo 3.2.3 jars. + </action> + </release> <release version="3.1.2" date="16-Jun-2004" description="Released for Kodo 3.1.2"> <action dev="andy_jefferson" type="add"> Released for Kodo 3.1.2 contrib by Stephane Bouchet 1.2 +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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 21 Aug 2003 11:11:41 -0000 1.1 +++ index.xml 29 Nov 2004 14:24:25 -0000 1.2 @@ -19,8 +19,8 @@ your Kodo installation directory. <source> ${maven.repo.local}/kodo/jars/ -${maven.repo.local}/kodo/jars/kodo-jdo-2.5.2.jar -${maven.repo.local}/kodo/jars/kodo-jdo-runtime-2.5.2.jar +${maven.repo.local}/kodo/jars/kodo-jdo-3.2.3.jar +${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.3.jar </source> </p> </section> 1.3 +3 -3 maven-plugins/kodo/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/goals.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- goals.xml 25 Sep 2003 08:15:24 -0000 1.2 +++ goals.xml 29 Nov 2004 14:24:25 -0000 1.3 @@ -17,10 +17,10 @@ </description> </goal> <goal> - <name>kodo:schematool</name> + <name>kodo:buildschema</name> <description> - This runs the schematool to generate database tables - using a set of JDO files. It uses '-action refresh'. + This runs the mappingtool to generate database tables + using a set of JDO files. It uses '-action buildSchema'. </description> </goal> <goal> |