Switch from config-parent to binding-parent in archetype resource poms 30/58730/1
authorTom Pantelis <tompantelis@gmail.com>
Mon, 12 Jun 2017 12:28:33 +0000 (08:28 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 12 Jun 2017 12:28:33 +0000 (08:28 -0400)
Change-Id: Ibbebaf67e14da2cc958db05a01ca44fdff074bc7
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml

index 6cea3cbf49e37588b11372a40e229af266077c82..cc6541d5a2c6c48bf846157725592ac8548e1b00 100644 (file)
@@ -16,9 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
index 61ce25a63f8084721a2f864b5e72df1dabed4ca0..03e48a51192e1af310b42fe7e07c472266e2cafa 100644 (file)
@@ -16,9 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
     <relativePath/>
   </parent>