Author: brett Date: Wed Jan 18 02:55:51 2012 New Revision: 1232726 URL: http://svn.apache.org/viewvc?rev=1232726&view=rev Log: use the current version, not the bootstrap, to run the ITs
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=1232726&r1=1232725&r2=1232726&view=diff ============================================================================== --- incubator/npanday/trunk/plugins/pom.xml (original) +++ incubator/npanday/trunk/plugins/pom.xml Wed Jan 18 02:55:51 2012 @@ -197,7 +197,7 @@ <localRepositoryPath>target/local-repo</localRepositoryPath> --> <postBuildHookScript>verify</postBuildHookScript> <filterProperties> - <npandayVersion>${bootstrap.npanday.version}</npandayVersion> + <npandayVersion>${project.version}</npandayVersion> </filterProperties> </configuration> <executions>