Author: ozizka(a)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>
+
Show replies by date