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 2010/06/06 04:04:43 UTC

svn commit: r951797 - /myfaces/core/branches/1.1.x/pom.xml

Author: lu4242
Date: Sun Jun  6 02:04:43 2010
New Revision: 951797

URL: http://svn.apache.org/viewvc?rev=951797&view=rev
Log:
fix java version to 1.4

Modified:
    myfaces/core/branches/1.1.x/pom.xml

Modified: myfaces/core/branches/1.1.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.1.x/pom.xml?rev=951797&r1=951796&r2=951797&view=diff
==============================================================================
--- myfaces/core/branches/1.1.x/pom.xml (original)
+++ myfaces/core/branches/1.1.x/pom.xml Sun Jun  6 02:04:43 2010
@@ -44,8 +44,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.0.2</version>
         <configuration>
-          <source>1.3</source>
-          <target>1.3</target>
+          <source>1.4</source>
+          <target>1.4</target>
         </configuration>
       </plugin>
       <plugin>