From 00ff935bf62e58a1bfe937be8df7c329942bf025 Mon Sep 17 00:00:00 2001 From: sthelen Date: Thu, 13 May 2010 18:55:47 +0800 Subject: Changed Java version to 1.5 in pom file The NarInfo class uses static method Boolean.parseBoolean which was introduced with Java version 1.5. Without any specification maven dafaults to Java 1.4. --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 9c796cc..580ad5a 100644 --- a/pom.xml +++ b/pom.xml @@ -170,8 +170,23 @@ maven-release-plugin 2.5 + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + -- cgit v1.2.3