Update Robert's coordinates
[honeycomb.git] / samples / interfaces / models / pom.xml
index d78d6f4..0af5766 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>api-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.19.08-SNAPSHOT</version>
     <relativePath>../../../common/api-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>io.fd.honeycomb.samples.interfaces</groupId>
   <artifactId>interfaces-models</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <name>${project.artifactId}</name>
+  <version>1.19.08-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.opendaylight.mdsal.model</groupId>
-        <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.8.2-Beryllium-SR2</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
+  <properties>
+    <sonar.skip>true</sonar.skip>
+  </properties>
 
   <dependencies>
     <!-- Uncomment if iana-if-type model is imported -->