You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/07/08 21:28:22 UTC

svn commit: r1608910 - /maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm

Author: khmarbaise
Date: Tue Jul  8 19:28:22 2014
New Revision: 1608910

URL: http://svn.apache.org/r1608910
Log:
[MRESOURCES-180]
 - Fixed problem with documentation.

Modified:
    maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm

Modified: maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm?rev=1608910&r1=1608909&r2=1608910&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm Tue Jul  8 19:28:22 2014
@@ -107,7 +107,7 @@ public class ItFilter
   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-resources-plugin</artifactId>
-    <version>@pom.version@</version>
+    <version>${project.version}</version>
     <configuration>
       ...
       <mavenFilteringHints>
@@ -119,4 +119,4 @@ public class ItFilter
  </plugin>
 +-----+ 
   
- And that's it !
\ No newline at end of file
+ And that's it !