Bump version to 1.17.07-SNAPSHOT
[honeycomb.git] / infra / notification / api / pom.xml
index 2291025..b1b967d 100644 (file)
     <parent>
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.17.07-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>notification-api</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
+    <version>1.17.07-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-dom-api</artifactId>
-            <version>2.0.2-Beryllium-SR2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>yang-binding</artifactId>
         </dependency>
     </dependencies>
-
-
 </project>