You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/11/07 15:32:10 UTC

svn commit: r712134 - /myfaces/orchestra/trunk/flow/pom.xml

Author: skitching
Date: Fri Nov  7 06:32:01 2008
New Revision: 712134

URL: http://svn.apache.org/viewvc?rev=712134&view=rev
Log:
Compile with java1.5 now that orchestra-flow requires JSF1.2 or later.

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

Modified: myfaces/orchestra/trunk/flow/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/flow/pom.xml?rev=712134&r1=712133&r2=712134&view=diff
==============================================================================
--- myfaces/orchestra/trunk/flow/pom.xml (original)
+++ myfaces/orchestra/trunk/flow/pom.xml Fri Nov  7 06:32:01 2008
@@ -202,8 +202,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>