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/11/24 22:45:10 UTC

svn commit: r883889 - /myfaces/test/trunk/test20/pom.xml

Author: lu4242
Date: Tue Nov 24 21:45:10 2009
New Revision: 883889

URL: http://svn.apache.org/viewvc?rev=883889&view=rev
Log:
set jdk to 1.5

Modified:
    myfaces/test/trunk/test20/pom.xml

Modified: myfaces/test/trunk/test20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/test/trunk/test20/pom.xml?rev=883889&r1=883888&r2=883889&view=diff
==============================================================================
--- myfaces/test/trunk/test20/pom.xml (original)
+++ myfaces/test/trunk/test20/pom.xml Tue Nov 24 21:45:10 2009
@@ -125,8 +125,8 @@
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
+                    <source>1.5</source>
+                    <target>1.5</target>
                 </configuration>
             </plugin>
             <plugin>