From: Chris M. <cm...@us...> - 2006-09-27 13:32:24
|
User: cmicali Date: 06/09/27 06:32:23 Modified: andromda-cs pom.xml andromda-nspring pom.xml Log: Revision Changes Path 1.8 +7 -1 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- pom.xml 21 Sep 2006 02:33:08 -0000 1.7 +++ pom.xml 27 Sep 2006 13:32:20 -0000 1.8 @@ -10,8 +10,14 @@ <artifactId>andromda-cs-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA C# Cartridge</name> - <description>Produces C# objects from a model.</description> <version>1.0</version> + <description> + Produces C# objects from a model. + </description> + <issueManagement> + <system>jira</system> + <url>http://galaxy.andromda.org/jira/browse/NETCART</url> + </issueManagement> <developers> <developer> <name>Naresh Bhatia</name> 1.5 +7 -1 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- pom.xml 21 Sep 2006 02:33:08 -0000 1.4 +++ pom.xml 27 Sep 2006 13:32:20 -0000 1.5 @@ -10,8 +10,14 @@ <artifactId>andromda-nspring-cartridge</artifactId> <packaging>andromda-cartridge</packaging> <name>AndroMDA NSpring Cartridge</name> - <description>Generates NSpring with NHibernate support</description> <version>1.0</version> + <description> + Generates NSpring with NHibernate support + </description> + <issueManagement> + <system>jira</system> + <url>http://galaxy.andromda.org/jira/browse/NETCART</url> + </issueManagement> <developers> <developer> <name>Naresh Bhatia</name> |