commit | 98f7c40e9eb38a827b53ab8f81cf04f4a2e8b410 | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Fri Sep 21 03:38:03 2007 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Fri Sep 21 03:38:03 2007 +0000 |
tree | 875a8e59bc053f90821a1d011083b4073597c9a4 | |
parent | fe090f81d2837ae976b93822ddca1af4188960f0 [diff] |
Target 1.3 bytecode level by default git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@577974 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom/pom.xml b/pom/pom.xml index 335717d..41d5bd1 100644 --- a/pom/pom.xml +++ b/pom/pom.xml
@@ -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>