You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/03/21 17:30:16 UTC

svn commit: r639699 - /maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml

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>