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 2011/06/01 19:44:53 UTC

svn commit: r1130243 - /myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Author: lu4242
Date: Wed Jun  1 17:44:52 2011
New Revision: 1130243

URL: http://svn.apache.org/viewvc?rev=1130243&view=rev
Log:
set source to jdk 1.4

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=1130243&r1=1130242&r2=1130243&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Wed Jun  1 17:44:52 2011
@@ -332,6 +332,14 @@
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <configuration>
+                <source>1.4</source>
+                <target>1.4</target>
+              </configuration>
+            </plugin>
         </plugins>
     </build>