Release netconf
[netconf.git] / netconf / mdsal-netconf-notification / pom.xml
index a0bb97d8bbc6f8ddff7230e8394701ae0c9f6bf7..d2a37c4052ead516c794f4e92cdac8f51eafe96f 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.13.2-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>mdsal-netconf-notification</artifactId>
-    <version>1.13.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <packaging>bundle</packaging>
 
@@ -70,7 +69,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-generator-impl</artifactId>
+            <artifactId>mdsal-binding-generator</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>