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:35:36 UTC

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

Author: lofwyr
Date: Mon Mar 17 13:35:36 2014
New Revision: 1578363

URL: http://svn.apache.org/r1578363
Log:
allow builds with Java 6

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=1578363&r1=1578362&r2=1578363&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:35:36 2014
@@ -908,8 +908,9 @@
                 <configuration>
                   <rules>
                     <requireJavaVersion>
-                      <message>A Tobago release must be compiled with Java 5</message>
-                      <version>[1.5.0,1.5.0-21]</version>
+                      <!-- must runable with Java JDK 1.5 -->
+                      <message>A Tobago release must be compiled with Java 5 or Java 6.</message>
+                      <version>[1.5.0,1.6.0]</version>
                     </requireJavaVersion>
                   </rules>
                 </configuration>