Upgrade target/source level to 1.5, with the right user properties this time

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@1515167 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8bad06c..6e78c84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,8 +200,8 @@
     </reporting>
 
     <properties>
-        <maven.compile.source>1.5</maven.compile.source>
-        <maven.compile.target>1.5</maven.compile.target>
+        <maven.compiler.source>1.5</maven.compiler.source>
+        <maven.compiler.target>1.5</maven.compiler.target>
         <commons.componentid>jci</commons.componentid>
         <commons.release.version>1.0</commons.release.version>
         <commons.jira.id>JCI</commons.jira.id>