Bump versions by x.y.(z+1)
[mdsal.git] / common / features / pom.xml
index b26c4cd81788dbbc93b66aa5b902dcc05ccab5ac..1d155ccc676222588e3c3f5f2ec75075aec721c8 100644 (file)
@@ -7,53 +7,52 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.4</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>features-mdsal-aggregator</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.5.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>features-mdsal</module>
+
+        <!-- Binding -->
         <module>odl-mdsal-binding</module>
         <module>odl-mdsal-binding-api</module>
         <module>odl-mdsal-binding-base</module>
         <module>odl-mdsal-binding-dom-adapter</module>
         <module>odl-mdsal-binding-runtime</module>
+
+        <!-- Binding 2 -->
+        <module>odl-mdsal-binding2</module>
+        <module>odl-mdsal-binding2-api</module>
+        <module>odl-mdsal-binding2-base</module>
+        <module>odl-mdsal-binding2-dom-adapter</module>
+        <module>odl-mdsal-binding2-runtime</module>
+
+        <!-- Common -->
         <module>odl-mdsal-common</module>
+
+        <!-- DOM -->
         <module>odl-mdsal-dom</module>
         <module>odl-mdsal-dom-api</module>
         <module>odl-mdsal-dom-broker</module>
+
+        <!-- EOS -->
         <module>odl-mdsal-eos-binding</module>
         <module>odl-mdsal-eos-common</module>
         <module>odl-mdsal-eos-dom</module>
+
+        <!-- Singleton -->
         <module>odl-mdsal-singleton-common</module>
         <module>odl-mdsal-singleton-dom</module>
     </modules>
-
-    <!--
-        Maven Site Configuration
-
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/${project.artifactId}/</url>
-        </site>
-    </distributionManagement>
-
 </project>