Author: bentmann Date: Fri Mar 21 09:30:09 2008 New Revision: 639699 URL: http://svn.apache.org/viewvc?rev=639699&view=rev Log: o Enabled filtering of plugin version for IT POM
Modified: maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml Modified: maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml?rev=639699&r1=639698&r2=639699&view=diff ============================================================================== --- maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml (original) +++ maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml Fri Mar 21 09:30:09 2008 @@ -15,7 +15,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ant-plugin</artifactId> - <version>2.1-SNAPSHOT</version> + <version>@pom.version@</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>