<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opendaylight.mdsal</groupId>
- <artifactId>bundle-parent</artifactId>
+ <artifactId>bnd-parent</artifactId>
<version>14.0.10-SNAPSHOT</version>
- <relativePath>../../bundle-parent</relativePath>
+ <relativePath>../../bnd-parent</relativePath>
</parent>
<artifactId>mdsal-singleton-impl</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
+ <name>${project.artifactId}</name>
+ <description>Cluster Singleton Service implementation</description>
<properties>
<!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->