Merge "Use odlparent-lite as artifacts parent"
authorSam Hague <shague@redhat.com>
Mon, 30 Nov 2015 16:36:01 +0000 (16:36 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 30 Nov 2015 16:36:01 +0000 (16:36 +0000)
ovsdb-artifacts/pom.xml

index 62b622c9777986544a6a7620f4d850a9068bc0ed..20e5f92e8da2c7d4a6468011c96b2b963d85c9fd 100644 (file)
@@ -11,6 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
          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-lite</artifactId>
+    <version>1.6.0-SNAPSHOT</version>
+    <relativePath/>
+  </parent>
+
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>ovsdb-artifacts</artifactId>
   <version>1.2.1-SNAPSHOT</version>