CP35

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/daemon/trunk@1643396 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 2989241..7f89406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>23</version>
+    <version>35</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
@@ -89,8 +89,8 @@
   </dependencies>
 
   <properties>
-    <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>daemon</commons.componentid>
     <commons.release.version>1.0.8</commons.release.version>
     <commons.jira.id>DAEMON</commons.jira.id>