Bump versions by x.y.(z+1)
[dlux.git] / bundles / pom.xml
index 1bcd96da25be7a6d408d6d24fe008579b629d9e8..fa962b63668f336bee482074d4319fdfe5c8b315 100644 (file)
@@ -6,14 +6,13 @@
  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-insta
-nce" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x
-sd">
+<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.dlux</groupId>
     <artifactId>dlux-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.5.4-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -26,9 +25,12 @@ sd">
   </prerequisites>
   <modules>
     <module>core</module>
-    <module>connection_manager</module>
-       <module>container</module>
-       <module>flow</module>
+    <module>navigation</module>
+    <module>topbar</module>
+    <module>layout</module>
+    <module>login</module>
+    <module>general</module>
+    <module>authentication</module>
   </modules>
 
 </project>