Release mdsal
[mdsal.git] / dom / mdsal-dom-inmemory-datastore-benchmark / pom.xml
index f541c603d7c48c9ba8c7dd133f11a4d78843732b..2d0f6812042c1258d7db8cdac7522ccd8371ac93 100644 (file)
@@ -11,9 +11,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
-        <relativePath>../dom-parent</relativePath>
+        <artifactId>bundle-parent</artifactId>
+        <version>13.0.0</version>
+        <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-dom-inmemory-datastore-benchmark</artifactId>
@@ -21,6 +21,7 @@
 
     <properties>
         <odlparent.spotbugs.skip>true</odlparent.spotbugs.skip>
+        <doclint>all,-missing</doclint>
     </properties>
 
     <dependencies>