[embjopr-commits] EMBJOPR SVN: r871 - branches/EmbJopr-1.4.0-SN-EAP5/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Jan 25 11:50:28 EST 2010


Author: ozizka at redhat.com
Date: 2010-01-25 11:50:28 -0500 (Mon, 25 Jan 2010)
New Revision: 871

Modified:
   branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
Log:
POM: Maven compiler plugin: Java sources version and target class  set to 1.6 .

Modified: branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
===================================================================
--- branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml	2010-01-25 13:07:36 UTC (rev 870)
+++ branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml	2010-01-25 16:50:28 UTC (rev 871)
@@ -1045,9 +1045,18 @@
             </execution>
           </executions>
         </plugin>
-
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <version>2.0.2</version>
+            <configuration>
+               <source>1.6</source>
+               <target>1.6</target>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 
 </project>
 
+



More information about the embjopr-commits mailing list