Switch from config-parent to bundle-parent in mdsal-trace 28/58528/3
authorTom Pantelis <tompantelis@gmail.com>
Mon, 12 Jun 2017 12:02:05 +0000 (08:02 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 12 Jun 2017 12:02:05 +0000 (08:02 -0400)
Change-Id: Ieaca84db2ff205b6717cd2d37443459b75bdc7fa
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/md-sal/mdsal-trace/binding-impl/pom.xml
opendaylight/md-sal/mdsal-trace/dom-impl/pom.xml

index 5e14745ad8ab3e1b57dd11c9db31c72b50d0cceb..befc357051c8fc48370aa90e15007eb229735160 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>bundle-parent</artifactId>
+    <version>1.8.0-Carbon</version>
     <relativePath/>
   </parent>
 
     <relativePath/>
   </parent>
 
index d0f7dd5762fc2d4e9aa3526a7ad9df0810dbdc34..c08bc89226307b798ab39bc8a757ae264480825d 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
   <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>
 
     <relativePath/>
   </parent>
 
@@ -26,11 +26,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependencies>
        <dependency>
          <groupId>org.opendaylight.controller</groupId>
     <dependencies>
        <dependency>
          <groupId>org.opendaylight.controller</groupId>
-            <artifactId>mdsal-artifacts</artifactId>
-            <version>${project.version}</version>
-            <type>pom</type>
-            <scope>import</scope>
-         </dependency>
+         <artifactId>mdsal-artifacts</artifactId>
+         <version>${project.version}</version>
+         <type>pom</type>
+         <scope>import</scope>
+       </dependency>
+       <dependency>
+          <groupId>org.opendaylight.mdsal</groupId>
+          <artifactId>mdsal-artifacts</artifactId>
+          <version>2.3.0-SNAPSHOT</version>
+          <type>pom</type>
+          <scope>import</scope>
+      </dependency>
       </dependencies>
     </dependencyManagement>
 
       </dependencies>
     </dependencyManagement>
 
@@ -51,6 +58,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>${project.groupId}</groupId>
       <artifactId>sal-broker-impl</artifactId>
     </dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>sal-broker-impl</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-binding-dom-codec</artifactId>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>
 
     <!-- Testing Dependencies -->
     <dependency>