Move transaction-invariants into producer
[mdsal.git] / binding2 / pom.xml
index 208d585f771a7e706f690c6f378a162976334be0..9acc1f27cc1a82a60b2bd1e7fde227318ad12d9a 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,
     <parent>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-parent</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.1-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-binding2</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.1-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>
+      <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>
     </modules>
 
   <!--