Bump versions by x.y.(z+1)
[mdsal.git] / binding2 / pom.xml
index 208d585f771a7e706f690c6f378a162976334be0..01537d5d8715eca14e69766535159080ee98df54 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.5-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.5-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>
 
   <!--