Author: struberg
Date: Tue Aug 9 12:19:34 2011
New Revision: 1155330
URL: http://svn.apache.org/viewvc?rev=1155330&view=rev
Log:
OWB-582 back to target-1.5
gnnn, that gives us 1000s of warnings when compiling,
I really don't like that :/
Modified:
openwebbeans/trunk/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1155330&r1=1155329&r2=1155330&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Tue Aug 9 12:19:34 2011
@@ -314,7 +314,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.6</source>
+ <source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>