Specify xml schema location in one line as this is required by the maven release plugin (otherwise it removes the license header during the release process)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@611220 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jmood/pom.xml b/jmood/pom.xml
index 4185409..3f365a7 100644
--- a/jmood/pom.xml
+++ b/jmood/pom.xml
@@ -16,9 +16,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">
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix</artifactId>