Duplicate artifact name was breaking the maven build

Change-Id: Iea7a0b519095ebd59541680a85fe0c2b29c58ba1
This commit is contained in:
Ray Milkey 2018-06-07 10:57:22 -07:00
parent a8cf59e03a
commit 54ec9268d0

View File

@ -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>