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/19 01:08:22 UTC

svn commit: r882010 - /myfaces/current20/test-webapp/webapp/pom.xml

Author: lu4242
Date: Thu Nov 19 00:08:22 2009
New Revision: 882010

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

Modified:
    myfaces/current20/test-webapp/webapp/pom.xml

Modified: myfaces/current20/test-webapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current20/test-webapp/webapp/pom.xml?rev=882010&r1=882009&r2=882010&view=diff
==============================================================================
--- myfaces/current20/test-webapp/webapp/pom.xml (original)
+++ myfaces/current20/test-webapp/webapp/pom.xml Thu Nov 19 00:08:22 2009
@@ -76,8 +76,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>