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>