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..ef7973c 100644
--- a/providers/hostprobing/pom.xml
+++ b/providers/hostprobing/pom.xml
@@ -22,10 +22,10 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>onos-host-provider</artifactId>
+    <artifactId>onos-hostprobing-provider</artifactId>
     <packaging>bundle</packaging>
 
     <properties>