Fix build issue in alivenessmonitor 93/31193/1
authorVishal Thapar <vishal.thapar@ericsson.com>
Fri, 11 Dec 2015 12:03:17 +0000 (17:33 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Fri, 11 Dec 2015 12:03:17 +0000 (17:33 +0530)
Alivenessmonitor pom has wrong groupid, so tries to push
artifacts to wrong location.

Change-Id: Iaaf000dba471df62e4965a4e4efae248b3228cdd
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
alivenessmonitor/pom.xml

index 838abc8243a301a5fc0a7daf29eb4c68d8ec4d46..c6d15a7047647089289f0c67538617d21a962a0f 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
+  <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>alivenessmonitor-aggregator</artifactId>
   <version>0.2.0-SNAPSHOT</version>
   <name>alivenessmonitor</name>