Reference odlparent to get common settings 05/13205/1
authorRobert Varga <rovarga@cisco.com>
Fri, 28 Nov 2014 14:58:54 +0000 (15:58 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 28 Nov 2014 14:58:54 +0000 (15:58 +0100)
Change-Id: If12f2a59b039d43fd8f325445a4246ef578c45a2
Signed-off-by: Robert Varga <rovarga@cisco.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index da66cf0c5f7a53fa23fa522ec0e7ff60593d0adc..bf773394ea2971ef9f06bae375354bb341cdbc7c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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.odlparent</groupId>
+        <artifactId>odlparent</artifactId>
+        <version>1.5.0-SNAPSHOT</version>
+        <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-parent</artifactId>
     <version>0.6.0-SNAPSHOT</version>
@@ -14,7 +21,7 @@
         <module>openflow-protocol-it</module>
         <module>features</module>
         <module>simple-client</module>
-  </modules>
+    </modules>
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowjava.git</developerConnection>
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>