Release Carbon
[unimgr.git] / dlux / cpeui / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4     <packaging>pom</packaging>
5     <groupId>org.opendaylight.unimgr</groupId>
6     <artifactId>cpeui</artifactId>
7     <version>0.2.0-Carbon</version>
8     <!-- <name> formatting is used by autorelease to parse and notify projects on
9          build failure. Please do not modify this unless you have a good reason. -->
10     <name>ODL :: unimgr :: ${project.artifactId}</name>
11
12     <prerequisites>
13         <maven>3.0</maven>
14     </prerequisites>
15
16     <properties>
17         <osgi.core.version>5.0.0</osgi.core.version>
18         <apache.felix.compendium>1.4.0</apache.felix.compendium>
19         <dlux.loader.version>0.5.0-Carbon</dlux.loader.version>
20     </properties>
21
22
23   <modules>
24     <module>cpeui-module</module>
25     <module>cpeui-bundle</module>
26   </modules>
27 </project>