Merge "Enhancing junits of interface-manager phase5"
[genius.git] / alivenessmonitor / pom.xml
index 47f277b36d1b357d49eb5a6bb7830d7e22778c8b..198e9d5f98d88800a63dea0044f12881a7d17f67 100644 (file)
@@ -11,14 +11,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>alivenessmonitor-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>alivenessmonitor</name>
+  <version>0.2.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>
@@ -27,6 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>alivenessmonitor-api</module>
     <module>alivenessmonitor-impl</module>
+    <module>alivenessmonitor-impl-protocols</module>
   </modules>
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>