From: Eric C <ecr...@us...> - 2006-03-06 20:24:53
|
User: ecrutchfield Date: 06/03/06 12:24:48 Modified: andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2 pom.xml.vsl Log: use plugin version Revision Changes Path 1.2 +8 -13 plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/pom.xml.vsl Index: pom.xml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/pom.xml.vsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml.vsl 5 Mar 2006 06:16:56 -0000 1.1 +++ pom.xml.vsl 6 Mar 2006 20:24:48 -0000 1.2 @@ -48,19 +48,18 @@ <type>xml.zip</type> <scope>runtime</scope> </dependency> - <!-- Specify and configure our cartridges --> <dependency> <groupId>andromda</groupId> <artifactId>andromda-cs-cartridge</artifactId> - <version>$andromda.cs.version</version> + <version>$andromdapluginsVersion</version> <type>jar</type> </dependency> #if ($web) <dependency> <groupId>andromda</groupId> <artifactId>andromda-aspdotnet-cartridge</artifactId> - <version>$andromda.aspdotnet.version</version> + <version>$andromdapluginsVersion</version> <type>jar</type> </dependency> #end @@ -68,7 +67,7 @@ <dependency> <groupId>andromda</groupId> <artifactId>andromda-nspring-cartridge</artifactId> - <version>$andromda.nspring.version</version> + <version>$andromdapluginsVersion</version> <type>jar</type> </dependency> <dependency> @@ -92,7 +91,7 @@ <dependency> <groupId>andromda</groupId> <artifactId>andromda-nhibernate-cartridge</artifactId> - <version>$andromda.nhibernate.version</version> + <version>$andromdapluginsVersion</version> <type>jar</type> </dependency> #end @@ -182,11 +181,7 @@ <application.version>${applicationVersion}</application.version> <application.name>${applicationName}</application.name> - - <dotNetFramework>${dotNetVersion}</dotNetFramework> - - <visual.studio.version>${visualStudioVersion}</visual.studio.version> - + <andromdapluginsVersion>1.0-SNAPSHOT</andromdapluginsVersion> </properties> <profiles> <profile> |