From: Chris M. <cm...@us...> - 2006-09-21 02:33:09
|
User: cmicali Date: 06/09/20 19:33:08 Modified: andromda-cs pom.xml andromda-nhibernate pom.xml andromda-nspring pom.xml Log: - Updated to 1.0 Revision Changes Path 1.7 +1 -0 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- pom.xml 15 Aug 2006 22:48:43 -0000 1.6 +++ pom.xml 21 Sep 2006 02:33:08 -0000 1.7 @@ -11,6 +11,7 @@ <packaging>andromda-cartridge</packaging> <name>AndroMDA C# Cartridge</name> <description>Produces C# objects from a model.</description> + <version>1.0</version> <developers> <developer> <name>Naresh Bhatia</name> 1.9 +1 -0 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- pom.xml 8 Sep 2006 14:48:54 -0000 1.8 +++ pom.xml 21 Sep 2006 02:33:08 -0000 1.9 @@ -10,6 +10,7 @@ <artifactId>andromda-nhibernate-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NHibernate Cartridge</name> + <version>1.0</version> <description> Produces NHibernate entities optionally services implemented as Session EJB facades. </description> 1.4 +1 -0 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- pom.xml 15 Aug 2006 22:48:47 -0000 1.3 +++ pom.xml 21 Sep 2006 02:33:08 -0000 1.4 @@ -11,6 +11,7 @@ <packaging>andromda-cartridge</packaging> <name>AndroMDA NSpring Cartridge</name> <description>Generates NSpring with NHibernate support</description> + <version>1.0</version> <developers> <developer> <name>Naresh Bhatia</name> |