Author: mcculls
Date: Thu Sep 20 20:38:03 2007
New Revision: 577974
URL: http://svn.apache.org/viewvc?rev=577974&view=rev
Log:
Target 1.3 bytecode level by default
Modified:
felix/trunk/pom/pom.xml
Modified: felix/trunk/pom/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=577974&r1=577973&r2=577974&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Thu Sep 20 20:38:03 2007
@@ -301,7 +301,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <target>1.4</target>
+ <target>1.3</target>
</configuration>
</plugin>
<plugin>