Bump versions by x.y.(z+1)
[dlux.git] / modules / pom.xml
index 9f1b3708d5f25f362c938454172cad21eae9b0dd..8504bbfdf8dddd4b509e94ef3875bd93f050ee1b 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>
 
@@ -25,219 +24,18 @@ sd">
     <maven>3.0</maven>
   </prerequisites>
   <modules>
-    <module>node-resources</module>
-    <module>common-yangutils-resources</module>
     <module>common-navigation-resources</module>
     <module>common-layout-resources</module>
     <module>common-authentication-resources</module>
     <module>common-login-resources</module>
     <module>common-general-resources</module>
-    <module>yangui-resources</module>
     <module>network-resources</module>
     <module>flow-resources</module>
     <module>container-resources</module>
-    <module>topology-resources</module>
     <module>loader-resources</module>
     <module>connection_manager-resources</module>
     <module>core-resources</module>
     <module>common-topbar-resources</module>
   </modules>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.node.resources</artifactId>
-      <version>${node.resources.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.common.yangutils.resources</artifactId>
-      <version>${common.yangutils.resources.version}</version>
-       </dependency>
-    <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.common.navigation.resources</artifactId>
-      <version>${common.navigation.resources.version}</version>
-       </dependency>
-       <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.common.layout.resources</artifactId>
-      <version>${common.layout.resources.version}</version>
-       </dependency>
-       <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.common.authentication.resources</artifactId>
-      <version>${common.authentication.resources.version}</version>
-    </dependency>
-       <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.common.login.resources</artifactId>
-      <version>${common.login.resources.version}</version>
-  </dependency>
-       <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.common.general.resources</artifactId>
-      <version>${common.general.resources.version}</version>
-  </dependency>
-  <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.yangui.resources</artifactId>
-      <version>${yangui.resources.version}</version>
-  </dependency>
-  <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.network.resources</artifactId>
-      <version>${network.resources.version}</version>
-  </dependency>
-  <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.flow.resources</artifactId>
-      <version>${flow.resources.version}</version>
-  </dependency>
-  <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.container.resources</artifactId>
-      <version>${container.resources.version}</version>
-  </dependency>
-  <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.topology.resources</artifactId>
-      <version>${topology.resources.version}</version>
-  </dependency>
-  <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.loader.resources</artifactId>
-      <version>${loader.resources.version}</version>
-  </dependency>
-  <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.connection_manager.resources</artifactId>
-      <version>${connection_manager.resources.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.core.resources</artifactId>
-      <version>${core.resources.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>dlux.common.topbar.resources</artifactId>
-      <version>${common.topbar.resources.version}</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-      <plugins>
-      <!--Clean extracted resources-->
-      <plugin>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>2.5</version>
-          <configuration>
-            <filesets>
-              <fileset>
-                <directory>../dlux-web/src/app/node</directory>
-                <directory>../dlux-web/src/common/yangutils</directory>
-                <directory>../dlux-web/src/common/navigation</directory>
-                <directory>../dlux-web/src/common/layout</directory>
-                <directory>../dlux-web/src/common/authentification</directory>
-                <directory>../dlux-web/src/common/login</directory>
-                <directory>../dlux-web/src/common/general</directory>
-                <directory>../dlux-web/src/app/yangui</directory>
-                <directory>../dlux-web/src/app/network</directory>
-                <directory>../dlux-web/src/app/flow</directory>
-                <directory>../dlux-web/src/app/container</directory>
-                <directory>../dlux-web/src/app/topology</directory>
-                <directory>../dlux-web/src/</directory>
-                <directory>../dlux-web/src/app/connection_manager</directory>
-                <directory>../dlux-web/src/app/core</directory>
-                <directory>../dlux-web/src/common/topbar</directory>
-                <includes>
-                         <include></include>
-                         <include>index.html</include>
-                         <include>main.js</include>
-                         <include>app/app.controller.js</include>
-                         <include>app/app.module.js</include>
-                         <include>app/routingConfig.js</include>
-                         <include>assets/</include>
-                           </includes>
-                <excludes></excludes>
-                <followSymlinks>false</followSymlinks>
-              </fileset>
-            </filesets>
-          </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.6</version>
-        <executions>
-         <!--src/app/ Resources-->
-          <execution>
-            <id>unpack-core-resources</id>
-            <goals>
-              <goal>unpack-dependencies</goal>
-            </goals>
-            <phase>generate-sources</phase>
-            <configuration>
-              <outputDirectory>${project.basedir}/../dlux-web/src/app/</outputDirectory>
-              <groupId>org.opendaylight.dlux</groupId>
-              <includeArtifactIds>
-                dlux.node.resources,
-                dlux.yangui.resources,
-                dlux.container.resources,
-                dlux.topology.resources,
-                dlux.connection_manager.resources,
-                dlux.network.resources,
-                dlux.flow.resources,
-                dlux.core.resources,
-              </includeArtifactIds>
-              <excludes>META-INF\/**</excludes>
-              <excludeTransitive>true</excludeTransitive>
-              <ignorePermissions>false</ignorePermissions>
-            </configuration>
-          </execution>
-         <!--src/common Resources-->
-          <execution>
-            <id>unpack-general-resources</id>
-            <goals>
-              <goal>unpack-dependencies</goal>
-            </goals>
-            <phase>generate-sources</phase>
-            <configuration>
-              <outputDirectory>${project.basedir}/../dlux-web/src/common/</outputDirectory>
-              <groupId>org.opendaylight.dlux</groupId>
-              <includeArtifactIds>
-                dlux.common.yangutils.resources,
-                dlux.common.navigation.resources,
-                dlux.common.layout.resources,
-                dlux.common.authentication.resources,
-                dlux.common.login.resources,
-                dlux.common.general.resources,
-                dlux.common.topbar.resources,
-              </includeArtifactIds>
-              <excludes>META-INF\/**</excludes>
-              <excludeTransitive>true</excludeTransitive>
-              <ignorePermissions>false</ignorePermissions>
-            </configuration>
-          </execution>
-         <!--loader Resources-->
-          <execution>
-            <id>unpack-loader-resources</id>
-            <goals>
-              <goal>unpack-dependencies</goal>
-            </goals>
-            <phase>generate-sources</phase>
-            <configuration>
-              <outputDirectory>${project.basedir}/../dlux-web/src/</outputDirectory>
-              <groupId>org.opendaylight.dlux</groupId>
-              <includeArtifactIds>dlux.loader.resources</includeArtifactIds>
-              <excludes>META-INF\/**</excludes>
-              <excludeTransitive>true</excludeTransitive>
-              <ignorePermissions>false</ignorePermissions>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      </plugins>
-  </build>
 </project>