You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/12/08 10:45:41 UTC

svn commit: r1211791 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

Author: dennisl
Date: Thu Dec  8 09:45:40 2011
New Revision: 1211791

URL: http://svn.apache.org/viewvc?rev=1211791&view=rev
Log:
[MEAR-140] HTML Anchors on page "EAR Modules" defect

o Solved by updating the parent to maven-plugins:22, which uses a newer version of maven-site-plugin

Modified:
    maven/plugins/trunk/maven-ear-plugin/pom.xml

Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=1211791&r1=1211790&r2=1211791&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Thu Dec  8 09:45:40 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>21</version>
+    <version>22</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>