CP35

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bsf/trunk@1643400 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4971f2b..ec6f8c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>21</version>
+        <version>35</version>
     </parent>
 
     <groupId>bsf</groupId>
@@ -41,8 +41,8 @@
     <properties>
       <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
       <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-      <maven.compile.source>1.3</maven.compile.source>
-      <maven.compile.target>1.3</maven.compile.target>
+      <maven.compiler.source>1.3</maven.compiler.source>
+      <maven.compiler.target>1.3</maven.compiler.target>
       <commons.componentid>bsf</commons.componentid>
       <commons.release.version>2.4.0</commons.release.version>
       <commons.release.desc></commons.release.desc>