You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/10/19 03:26:08 UTC

svn commit: r826574 - /myfaces/orchestra/trunk/core/pom.xml

Author: lu4242
Date: Mon Oct 19 01:26:08 2009
New Revision: 826574

URL: http://svn.apache.org/viewvc?rev=826574&view=rev
Log:
update JDK to 1.5, according to comments in dev list

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=826574&r1=826573&r2=826574&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Mon Oct 19 01:26:08 2009
@@ -424,8 +424,8 @@
   </profiles>
 
   <properties>
-    <maven.compile.source>1.4</maven.compile.source>
-    <maven.compile.target>1.4</maven.compile.target>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
   </properties>
 
 </project>