Author: lfryc(a)redhat.com
Date: 2010-09-17 09:13:58 -0400 (Fri, 17 Sep 2010)
New Revision: 19237
Modified:
modules/tests/metamer/trunk/application/pom.xml
modules/tests/metamer/trunk/ftest-source/pom.xml
Log:
source level upgraded to 1.6
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2010-09-17 11:31:48 UTC (rev 19236)
+++ modules/tests/metamer/trunk/application/pom.xml 2010-09-17 13:13:58 UTC (rev 19237)
@@ -108,11 +108,11 @@
</resources>
<plugins>
- <plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: modules/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest-source/pom.xml 2010-09-17 11:31:48 UTC (rev 19236)
+++ modules/tests/metamer/trunk/ftest-source/pom.xml 2010-09-17 13:13:58 UTC (rev 19237)
@@ -65,6 +65,13 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Show replies by date