Binding generator v2 - uses statement - support choice
[mdsal.git] / binding2 / pom.xml
index 208d585f771a7e706f690c6f378a162976334be0..ab24eb1f473c81d63236e7f074645a9d154d1c5e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=4 tabstop=4: -->
 <!--
- Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
 
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
 <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>1.8.2-SNAPSHOT</version>
+      <relativePath/>
     </parent>
+
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>mdsal-binding2</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding2-aggregator</artifactId>
+    <version>0.10.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
     <modules>
       <module>mdsal-binding2-spec</module>
+      <module>mdsal-model-binding2-parent</module>
+
+      <!-- binding2 generator -->
+      <module>mdsal-binding2-maven-api-gen-plugin</module>
+      <module>mdsal-binding2-generator-api</module>
+      <module>mdsal-binding2-generator-impl</module>
+      <module>mdsal-binding2-java-api-generator</module>
+      <module>mdsal-binding2-generator-util</module>
+
+      <!-- binding2 runtime -->
+      <module>mdsal-binding2-api</module>
+      <module>mdsal-binding2-runtime</module>
+      <module>mdsal-binding2-dom-codec</module>
+      <module>mdsal-binding2-dom-adapter</module>
+
+      <!-- binding2 utils and testing models -->
+      <module>mdsal-binding2-util</module>
+      <module>mdsal-binding2-test-model</module>
     </modules>
 
   <!--