User: ecrutchfield
Date: 06/03/06 12:28:35
Modified: andromdapp/projects/csharp/maven2 pom.xml
Log:
removed version element for core
Revision Changes Path
1.2 +0 -1 plugins/andromdapp/projects/csharp/maven2/pom.xml
Index: pom.xml
===================================================================
RCS file: /cvsroot/andromdaplugins/plugins/andromdapp/projects/csharp/maven2/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- pom.xml 5 Mar 2006 06:16:56 -0000 1.1
+++ pom.xml 6 Mar 2006 20:28:35 -0000 1.2
@@ -13,7 +13,6 @@
<dependency>
<groupId>org.andromda</groupId>
<artifactId>andromda-core</artifactId>
- <version>3.2-RC1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
|