Small upgrade to the R4.2 API. Modernized the pom in preparation for a release.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1097268 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/deploymentadmin/pom.xml b/deploymentadmin/pom.xml
index a86f77e..f23335f 100644
--- a/deploymentadmin/pom.xml
+++ b/deploymentadmin/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. See the NOTICE file
@@ -16,20 +17,20 @@
 specific language governing permissions and limitations
 under the License. 
 -->
-<project>
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-	    <groupId>org.apache.felix</groupId>
-	    <artifactId>felix-parent</artifactId>
-	    <version>1.2.0</version>
-	    <relativePath>../../pom/pom.xml</relativePath>
-	</parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>1.2.0</version>
+        <relativePath>../../pom/pom.xml</relativePath>
+    </parent>
     <packaging>pom</packaging>
     <name>Apache Felix Deployment Admin Subproject</name>
     <artifactId>deploymentadmin-reactor</artifactId>
     <version>1</version>
     <modules>
-        <module>service</module>
+        <module>deploymentadmin</module>
         <module>autoconf</module>
     </modules>
 </project>