Bump versions to 5.0.2-SNAPSHOT
[netconf.git] / netconf / mdsal-netconf-impl / pom.xml
index 0753825f7c51671eb3feb9db22eb7a30bfc31df0..6666a3c4765c7934c9fcfe89a3cd0cb2d381c2be 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
-    <relativePath>../netconf-parent</relativePath>
+    <version>5.0.2-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>mdsal-netconf-impl</artifactId>
-  <version>1.7.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>