You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/08/17 10:43:27 UTC

svn commit: r986239 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: hboutemy
Date: Tue Aug 17 08:43:27 2010
New Revision: 986239

URL: http://svn.apache.org/viewvc?rev=986239&view=rev
Log:
avoid enforcer requireMavenVersion failure when built with Maven 3.0-SNAPSHOT

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=986239&r1=986238&r2=986239&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Tue Aug 17 08:43:27 2010
@@ -275,7 +275,7 @@ under the License.
               <rules>
                 <requireMavenVersion>
                   <!-- The tests check file encoding and class path ordering which depends on fixes in latest Maven -->
-                  <version>[2.0.9,3.0],[3.0,)</version><!-- workaround for MENFORCER-94 -->
+                  <version>[2.0.9,3.0-SNAPSHOT],[3.0,)</version><!-- workaround for MENFORCER-94 -->
                 </requireMavenVersion>
               </rules>
             </configuration>