Author: brett
Date: Tue Nov 23 06:35:30 2010
New Revision: 1037999
URL: http://svn.apache.org/viewvc?rev=1037999&view=rev
Log:
use the correct version of the install plugin also
Modified:
incubator/npanday/trunk/dotnet/pom.xml
Modified: incubator/npanday/trunk/dotnet/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1037999&r1=1037998&r2=1037999&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Tue Nov 23 06:35:30 2010
@@ -61,6 +61,11 @@ under the License.
</plugin>
<plugin>
<groupId>npanday.plugin</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>${stable.npanday.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>npanday.plugin</groupId>
<artifactId>maven-resolver-plugin</artifactId>
<configuration>
<skip>true</skip>