[embjopr-commits] EMBJOPR SVN: r872 - branches/EmbJopr-1.4.0-SN-EAP5/core.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Jan 25 14:20:51 EST 2010


Author: ozizka at redhat.com
Date: 2010-01-25 14:20:50 -0500 (Mon, 25 Jan 2010)
New Revision: 872

Modified:
   branches/EmbJopr-1.4.0-SN-EAP5/core/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/core/pom.xml
===================================================================
--- branches/EmbJopr-1.4.0-SN-EAP5/core/pom.xml	2010-01-25 16:50:28 UTC (rev 871)
+++ branches/EmbJopr-1.4.0-SN-EAP5/core/pom.xml	2010-01-25 19:20:50 UTC (rev 872)
@@ -320,6 +320,16 @@
         </configuration>
       </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>
 



More information about the embjopr-commits mailing list