Migration to use MD-SAL Project
[nemo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5403f3663a22ade5b3401cafcc01249b3858f7d7..22b85c9ddaaaebff8936988df60d3782d1b45ffa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,15 +5,14 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>releasepom</artifactId>
     <version>0.3.0-SNAPSHOT</version>
-    <relativePath />
+    <relativePath></relativePath>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
@@ -59,7 +58,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
-    <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
   </scm>
-</project>
\ No newline at end of file
+</project>