commit | bf8059ec03da9af1ad6bae1a2d58c25c26bac89d | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Mon Mar 04 09:01:52 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Mon Mar 04 09:01:52 2013 +0000 |
tree | b49d189fd86c99bb9c521735c612c36f6872da7a | |
parent | 2b1c94c6f72ada04d8920b4cf8ebab7d0a7bde88 [diff] [blame] |
Use java 5. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1452216 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core/pom.xml b/ipojo/runtime/core/pom.xml index 280a228..caf523b 100644 --- a/ipojo/runtime/core/pom.xml +++ b/ipojo/runtime/core/pom.xml
@@ -91,7 +91,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>