Merge dev/fluorine work across to master
[unimgr.git] / dlux / cpeui / pom.xml
diff --git a/dlux/cpeui/pom.xml b/dlux/cpeui/pom.xml
deleted file mode 100644 (file)
index 8157e89..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <packaging>pom</packaging>
-    <groupId>org.opendaylight.unimgr</groupId>
-    <artifactId>cpeui</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
-    <!-- <name> formatting is used by autorelease to parse and notify projects on
-         build failure. Please do not modify this unless you have a good reason. -->
-    <name>ODL :: unimgr :: ${project.artifactId}</name>
-
-    <prerequisites>
-        <maven>3.0</maven>
-    </prerequisites>
-
-    <properties>
-        <osgi.core.version>5.0.0</osgi.core.version>
-        <apache.felix.compendium>1.4.0</apache.felix.compendium>
-        <dlux.loader.version>0.7.0-SNAPSHOT</dlux.loader.version>
-    </properties>
-
-
-  <modules>
-    <module>cpeui-module</module>
-    <module>cpeui-bundle</module>
-  </modules>
-</project>