Use java 5.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1452216 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/metadata/pom.xml b/ipojo/metadata/pom.xml
index ea98b1f..d0648f0 100644
--- a/ipojo/metadata/pom.xml
+++ b/ipojo/metadata/pom.xml
@@ -94,6 +94,14 @@
<configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <target>1.5</target>
+ <source>1.5</source>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>