Author: dblevins
Date: Sat Aug 20 01:41:57 2011
New Revision: 1159831
URL: http://svn.apache.org/viewvc?rev=1159831&view=rev
Log:
set jdk level to 1.6
Modified:
openejb/trunk/sandbox/arquillian-tomee/pom.xml
Modified: openejb/trunk/sandbox/arquillian-tomee/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/arquillian-tomee/pom.xml?rev=1159831&r1=1159830&r2=1159831&view=diff
==============================================================================
--- openejb/trunk/sandbox/arquillian-tomee/pom.xml (original)
+++ openejb/trunk/sandbox/arquillian-tomee/pom.xml Sat Aug 20 01:41:57 2011
@@ -49,4 +49,17 @@
<module>arquillian-tomee-remote</module>
<module>moviefun-example</module>
</modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file