commit | 5c77e1de523c0ca1c7af5dd7db7a6a979f27d595 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Sat Jun 16 19:13:30 2012 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Sat Jun 16 19:13:30 2012 +0000 |
tree | ef2d20e45d2c0c3d53545b53fcd252f175015ea5 | |
parent | d3424fe34f0b6b357e46de6a05e951d1fb27e66a [diff] [blame] |
Target Java 1.5. (FELIX-3455) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1350985 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/pom.xml b/framework/pom.xml index b9fd228..bc40a13 100644 --- a/framework/pom.xml +++ b/framework/pom.xml
@@ -44,7 +44,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <target>jsr14</target> + <target>1.5</target> <source>1.5</source> </configuration> </plugin>