You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/09/24 23:28:23 UTC

svn commit: r1001085 - /maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml

Author: olamy
Date: Fri Sep 24 21:28:22 2010
New Revision: 1001085

URL: http://svn.apache.org/viewvc?rev=1001085&view=rev
Log:
fix build for 1.5

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml?rev=1001085&r1=1001084&r2=1001085&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/it/MSITE-507/pom.xml Fri Sep 24 21:28:22 2010
@@ -518,30 +518,6 @@
         </executions> 
       </plugin> 
  
-      <plugin> 
-        <groupId>org.apache.maven.plugins</groupId> 
-        <artifactId>maven-enforcer-plugin</artifactId> 
-        <version>1.0-beta-1</version> 
-        <executions> 
-          <execution> 
-            <id>enforce-plugin-versions</id> 
-            <goals> 
-              <goal>enforce</goal> 
-            </goals> 
-            <configuration> 
-              <rules> 
-                <requireJavaVersion> 
-                  <version>1.6.0</version> 
-                </requireJavaVersion> 
-                <requireMavenVersion> 
-                  <version>3.0-RC1</version> 
-                </requireMavenVersion> 
-              </rules> 
-            </configuration> 
-          </execution> 
-        </executions> 
-      </plugin> 
- 
       <!--This is a duplicate definition to avoid problems with the jxr plugin that else can't resolve the style sheet--> 
       <plugin> 
         <groupId>org.apache.maven.plugins</groupId>