Author: eworley
Date: Wed Nov 28 00:31:29 2007
New Revision: 598910

URL: http://svn.apache.org/viewvc?rev=598910&view=rev
Log:
Changed artifact id and name from dotnet-executable to dotnet-compiler, removed 
unnecessary dependencies, changed to depend on maven 2.0.8 core instead of 
dotnet-core

Modified:
    
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/pom.xml

Modified: 
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/pom.xml?rev=598910&r1=598909&r2=598910&view=diff
==============================================================================
--- 
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/pom.xml
 (original)
+++ 
incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/pom.xml
 Wed Nov 28 00:31:29 2007
@@ -26,34 +26,20 @@
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>org.apache.maven.dotnet</groupId>  
-  <artifactId>dotnet-executable</artifactId>  
-  <name>dotnet-executable</name>  
-  <description>NMaven</description>  
+  <artifactId>dotnet-compiler</artifactId>  
+  <name>dotnet-compiler</name>  
+  <description>NMaven</description>
+
+  <!-- The version of maven components/plugins that we depend on -->
+  <properties>
+    <mavenVersion>2.0.8</mavenVersion>
+  </properties>
+
   <dependencies> 
     <dependency> 
-      <groupId>org.apache.maven.dotnet</groupId>  
-      <artifactId>dotnet-core</artifactId>  
-      <version>0.14-incubating-SNAPSHOT</version> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven.dotnet</groupId>  
-      <artifactId>dotnet-artifact</artifactId>  
-      <version>0.14-incubating-SNAPSHOT</version> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven.dotnet</groupId>  
-      <artifactId>dotnet-model-executable-plugins</artifactId>  
-      <version>0.14-incubating-SNAPSHOT</version> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven.dotnet</groupId>  
-      <artifactId>dotnet-model-compiler-plugins</artifactId>  
-      <version>0.14-incubating-SNAPSHOT</version> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven.dotnet</groupId>  
-      <artifactId>dotnet-vendor</artifactId>  
-      <version>0.14-incubating-SNAPSHOT</version> 
-    </dependency> 
+      <groupId>org.apache.maven</groupId>  
+      <artifactId>maven-core</artifactId>  
+      <version>${mavenVersion}</version> 
+    </dependency>
   </dependencies> 
 </project>


Reply via email to