You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/09/27 02:45:24 UTC

svn commit: r579876 - in /incubator/nmaven/trunk: pom-modify-versions.xml pom.xml

Author: sisbell
Date: Wed Sep 26 19:45:23 2007
New Revision: 579876

URL: http://svn.apache.org/viewvc?rev=579876&view=rev
Log:
Remove uneeded prop.

Modified:
    incubator/nmaven/trunk/pom-modify-versions.xml
    incubator/nmaven/trunk/pom.xml

Modified: incubator/nmaven/trunk/pom-modify-versions.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom-modify-versions.xml?rev=579876&r1=579875&r2=579876&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom-modify-versions.xml (original)
+++ incubator/nmaven/trunk/pom-modify-versions.xml Wed Sep 26 19:45:23 2007
@@ -42,7 +42,6 @@
               <goal>alter-version</goal>
             </goals>
           </execution>
-          <!--
           <execution>
             <configuration>
               <projectFile>misc/dotnet-repository-builder/pom-dotnet.xml</projectFile>
@@ -55,7 +54,6 @@
               <goal>alter-by-xpath</goal>
             </goals>
           </execution>
-          -->
           <execution>
             <configuration>
               <projectFile>pom.xml</projectFile>

Modified: incubator/nmaven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=579876&r1=579875&r2=579876&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Wed Sep 26 19:45:23 2007
@@ -232,7 +232,6 @@
   </dependencies>  
   <properties> 
     <mavenVersion>2.1-SNAPSHOT</mavenVersion>  
-    <nmavenVersion>0.14-SNAPSHOT</nmavenVersion>  
     <jettyVersion>6.1.5</jettyVersion>  
     <xfireVersion>1.2.5</xfireVersion> 
   </properties>