Author: apetrelli
Date: Sun Mar 13 12:33:09 2011
New Revision: 1081094

URL: http://svn.apache.org/viewvc?rev=1081094&view=rev
Log:
TILESSHARED-24
Fixed pom for malfunctioning in Maven 3.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=1081094&r1=1081093&r2=1081094&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Sun Mar 13 12:33:09 2011
@@ -184,6 +184,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.7</version>
                 <reportSets>
                     <reportSet>
                         <id>aggregated</id>
@@ -327,6 +328,7 @@
                                     <plugin>
                                         
<groupId>org.apache.maven.plugins</groupId>
                                         
<artifactId>maven-javadoc-plugin</artifactId>
+                                        <version>2.7</version>
                                         <reports>
                                             <report>aggregate</report>
                                         </reports>


Reply via email to