Merge "Startup arch - add odlparent to root pom."
authorTony Tkacik <ttkacik@cisco.com>
Wed, 25 Feb 2015 09:56:13 +0000 (09:56 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 25 Feb 2015 09:56:14 +0000 (09:56 +0000)
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml

index 616704ada025601d9c0b069e6de3448bcea78bdf..6dfd614a295e275917cccc90bf53b50075f32bc3 100644 (file)
@@ -6,6 +6,13 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
 <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">
+
+  <parent>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent</artifactId>
+    <version>1.5.0-SNAPSHOT</version>
+  </parent>
+
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}-aggregator</artifactId>
   <version>${version}</version>