Author: brett
Date: Thu Jan 19 05:27:03 2012
New Revision: 1233182
URL: http://svn.apache.org/viewvc?rev=1233182&view=rev
Log:
revert r1232726 - this won't work in a release scenario. We already run the ITs
for a given plugin with the built version of the plugin, it's ok to use an older
version of NPanday for other plugins
Modified:
incubator/npanday/trunk/plugins/pom.xml
Modified: incubator/npanday/trunk/plugins/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1233182&r1=1233181&r2=1233182&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/pom.xml Thu Jan 19 05:27:03 2012
@@ -197,7 +197,7 @@
<localRepositoryPath>target/local-repo</localRepositoryPath> -->
<postBuildHookScript>verify</postBuildHookScript>
<filterProperties>
- <npandayVersion>${project.version}</npandayVersion>
+ <npandayVersion>${bootstrap.npanday.version}</npandayVersion>
</filterProperties>
</configuration>
<executions>