Share Class Type
[mdsal.git] / binding / pom.xml
index df8753c47e7de51eaf4ad1fe6467c27139c68cf4..fb9e4b2e09b153e5e3ccbdb6c9ff2f71d6e9f800 100644 (file)
 <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.mdsal</groupId>
-        <artifactId>mdsal-parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
-        <relativePath>../common/parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>3.1.0</version>
+        <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>mdsal-binding</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-aggregator</artifactId>
+    <version>0.13.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
         <module>mdsal-binding-test-model</module>
         <module>mdsal-binding-dom-codec</module>
+        <module>mdsal-binding-dom-codec-osgi</module>
 
         <module>mdsal-binding-api</module>
         <module>mdsal-binding-util</module>
+        <module>mdsal-binding-test-utils</module>
         <module>mdsal-binding-dom-adapter</module>
     </modules>