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/24 21:45:13 UTC

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

Author: sisbell
Date: Mon Sep 24 14:45:11 2007
New Revision: 578989

URL: http://svn.apache.org/viewvc?rev=578989&view=rev
Log:
Fixed bug that caused the maven-pom-plugin not to change the dotnet repo builder pom version.

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

Modified: incubator/nmaven/trunk/pom-modify-versions.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom-modify-versions.xml?rev=578989&r1=578988&r2=578989&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom-modify-versions.xml (original)
+++ incubator/nmaven/trunk/pom-modify-versions.xml Mon Sep 24 14:45:11 2007
@@ -44,7 +44,7 @@
           </execution>
           <execution>
             <configuration>
-              <projectFile>pom-dotnet.xml</projectFile>
+              <projectFile>misc/dotnet-repository-builder/pom-dotnet.xml</projectFile>
               <xpath>//project/version</xpath>
               <newValue>${pom.version}</newValue>
             </configuration>