Bump odlparent 2.0.2 to 2.0.4
[controller.git] / opendaylight / md-sal / sal-akka-raft-example / pom.xml
index 2b216140db9cc014e791376c993f221f283fc376..6df76208ab3c459a7fc09804b940ca87883332df 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>2.0.4</version>
     <relativePath/>
   </parent>
 
@@ -51,9 +51,6 @@
         <configuration>
           <instructions>
             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-            <Export-package>org.opendaylight.controller.cluster.example</Export-package>
-            <Import-Package>*</Import-Package>
-            <DynamicImport-Package>*</DynamicImport-Package>
           </instructions>
         </configuration>
       </plugin>