Release netconf
[netconf.git] / netconf / mdsal-netconf-impl / pom.xml
index 19beac329e4e0324d27235f338b07c6b7c461ecb..63fee7c58d316163647fb9a75fe203a6c43698bc 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
-    <relativePath>../netconf-parent</relativePath>
+    <version>3.0.7</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>mdsal-netconf-impl</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
 
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-            <Embed-Dependency>netconf-impl</Embed-Dependency>
+            <Import-Package>
+                io.netty.channel,
+                io.netty.util,
+                org.opendaylight.controller.config.threadpool,
+                org.opendaylight.netconf.api.monitoring,
+                org.opendaylight.netconf.impl,
+                org.opendaylight.netconf.impl.osgi,
+                org.opendaylight.netconf.mapping.api,
+                *
+            </Import-Package>
           </instructions>
         </configuration>
       </plugin>