Author: vsiveton
Date: Sat Aug  8 13:14:54 2009
New Revision: 802358

URL: http://svn.apache.org/viewvc?rev=802358&view=rev
Log:
o filtering version in doc

Added:
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt.vm
      - copied, changed from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt.vm
      - copied, changed from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm
      - copied, changed from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt.vm
      - copied, changed from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt
Removed:
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt
    
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt

Copied: 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt.vm
 (from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt.vm?p2=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt.vm&p1=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt&r1=801017&r2=802358&rev=802358&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt
 (original)
+++ 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/binaries-filtering.apt.vm
 Sat Aug  8 13:14:54 2009
@@ -43,7 +43,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.3</version>
+        <version>${project.version}</version>
         <configuration>
           ...
           <nonFilteredFileExtensions>

Copied: 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt.vm
 (from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt.vm?p2=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt.vm&p1=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt&r1=801017&r2=802358&rev=802358&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt
 (original)
+++ 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/copy-resources.apt.vm
 Sat Aug  8 13:14:54 2009
@@ -38,7 +38,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.3</version>
+        <version>${project.version}</version>
         <executions>
           <execution>
             <id>copy-resources</id>

Copied: 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm
 (from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm?p2=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm&p1=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt&r1=801017&r2=802358&rev=802358&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt 
(original)
+++ 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/encoding.apt.vm
 Sat Aug  8 13:14:54 2009
@@ -42,7 +42,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.3</version>
+        <version>${project.version}</version>
         <configuration>
           ...
           <encoding>UTF-8</encoding>

Copied: 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt.vm
 (from r801017, 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt.vm?p2=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt.vm&p1=maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt&r1=801017&r2=802358&rev=802358&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt
 (original)
+++ 
maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/escape-filtering.apt.vm
 Sat Aug  8 13:14:54 2009
@@ -43,7 +43,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.3</version>
+        <version>${project.version}</version>
         <configuration>
           ...
           <escapeString>\</escapeString>


Reply via email to