Disable applications build
[dlux.git] / bundles / pom.xml
index 4022630da6b7b98cf9b51321687d477b654f47c8..157c836d61874bf89889cf3db540f793313524cb 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.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -26,16 +25,12 @@ sd">
   </prerequisites>
   <modules>
     <module>core</module>
-    <module>connection_manager</module>
-       <module>container</module>
-    <module>network</module>
-    <module>yangui</module>
-    <module>flow</module>
     <module>navigation</module>
     <module>topbar</module>
-    <module>node</module>
+    <module>layout</module>
+    <module>login</module>
     <module>general</module>
-       <module>layout</module>
+    <module>authentication</module>
   </modules>
 
 </project>