Write schema and namespace def in one line as a workaround for a bug in the mvn release plugin

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@569306 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/commons/activation/pom.xml b/commons/activation/pom.xml
index f69eb9f..0b3b5d4 100644
--- a/commons/activation/pom.xml
+++ b/commons/activation/pom.xml
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     under the License. 
 -->
-<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">
+<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.commons</groupId>