Duplicate artifact name was breaking the maven build

Change-Id: Iea7a0b519095ebd59541680a85fe0c2b29c58ba1
diff --git a/providers/hostprobing/pom.xml b/providers/hostprobing/pom.xml
index 3f3c001..31116ce 100644
--- a/providers/hostprobing/pom.xml
+++ b/providers/hostprobing/pom.xml
@@ -25,7 +25,7 @@
         <version>1.12.1-SNAPSHOT</version>
     </parent>
 
-    <artifactId>onos-host-provider</artifactId>
+    <artifactId>onos-hostprobing-provider</artifactId>
     <packaging>bundle</packaging>
 
     <properties>