You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/10/16 01:54:20 UTC

svn commit: r825706 - /myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Author: matzew
Date: Thu Oct 15 23:54:19 2009
New Revision: 825706

URL: http://svn.apache.org/viewvc?rev=825706&view=rev
Log:
making the JSF 2.0 version/branch of Trinidad require modern java (1.6)

Modified:
    myfaces/trinidad/branches/trinidad-2.0.x/pom.xml

Modified: myfaces/trinidad/branches/trinidad-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x/pom.xml?rev=825706&r1=825705&r2=825706&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-2.0.x/pom.xml (original)
+++ myfaces/trinidad/branches/trinidad-2.0.x/pom.xml Thu Oct 15 23:54:19 2009
@@ -38,7 +38,7 @@
 
   <properties>
     <!-- Standards -->
-    <jdk.version>1.5</jdk.version>    
+    <jdk.version>1.6</jdk.version>    
     <servlet.version>2.5</servlet.version>
     <portlet.version>2.0</portlet.version>
     <jsp.version>2.1</jsp.version>