Bump odlparent to 5.0.2
[genius.git] / fcapsmanager / pom.xml
index 04afc15b78175e9f0ba3673ad34f2ac832c364b0..c677438b6d72e17456a1e16831f4c10ee2b6e55f 100644 (file)
@@ -6,28 +6,29 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
 <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.odlparent</groupId>
-        <artifactId>odlparent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <artifactId>odlparent-lite</artifactId>
+        <version>5.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.genius</groupId>
-    <artifactId>fcapsmanager</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
-    <name>fcapsmanager</name>
+    <artifactId>fcapsmanager-aggregator</artifactId>
+    <version>0.8.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 :: genius :: ${project.artifactId}</name>
     <packaging>pom</packaging>
-    <modelVersion>4.0.0</modelVersion>
-    <prerequisites>
-        <maven>3.1.1</maven>
-    </prerequisites>
+
     <modules>
         <module>fcaps-api</module>
         <module>alarmmanager</module>
         <module>countermanager</module>
     </modules>
+
     <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
     <build>
         <plugins>
@@ -47,4 +48,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>