You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/03/17 14:41:33 UTC

svn commit: r1578368 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: lofwyr
Date: Mon Mar 17 13:41:33 2014
New Revision: 1578368

URL: http://svn.apache.org/r1578368
Log:
switching off the enforcer

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=1578368&r1=1578367&r2=1578368&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Mon Mar 17 13:41:33 2014
@@ -894,6 +894,7 @@
               </execution>
             </executions>
           </plugin>
+<!--
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
@@ -908,7 +909,7 @@
                 <configuration>
                   <rules>
                     <requireJavaVersion>
-                      <!-- must runable with Java JDK 1.5 -->
+                      &lt;!&ndash; must runable with Java JDK 1.5 &ndash;&gt;
                       <message>A Tobago release must be compiled with Java 5 or Java 6.</message>
                       <version>[1.5.0,1.6.0]</version>
                     </requireJavaVersion>
@@ -917,7 +918,8 @@
               </execution>
             </executions>
           </plugin>
-          
+-->
+
           <plugin>
             <artifactId>maven-source-plugin</artifactId>
             <version>2.0.2</version>