Title: [615] trunk/qdox/pom.xml: fix for qdox-170: setting version for maven-resources-plugin
Revision
615
Author
rfscholte
Date
2009-06-25 13:25:25 -0500 (Thu, 25 Jun 2009)

Log Message

fix for qdox-170: setting version for maven-resources-plugin

Modified Paths


Diff

Modified: trunk/qdox/pom.xml (614 => 615)

--- trunk/qdox/pom.xml	2009-06-24 19:54:23 UTC (rev 614)
+++ trunk/qdox/pom.xml	2009-06-25 18:25:25 UTC (rev 615)
@@ -277,8 +277,9 @@
           </execution>
         </executions>
       </plugin>
-            <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.3</version>
         <executions>
           <execution>
             <id>pre-copy-resources</id>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to