Merge changes I994c19ee,I245e9e7a
authorEd Warnicke <eaw@cisco.com>
Wed, 8 Jan 2014 17:52:25 +0000 (17:52 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 8 Jan 2014 17:52:25 +0000 (17:52 +0000)
* changes:
  sal-rest-connector test refactoring
  More test for improving of code coverage + test refactoring

opendaylight/md-sal/model/pom.xml

index 1fc9b50b3f5d23f70f6acb3be3447cca3190f37a..571e9d8df2a66f2ea7e48b7aebc03c7e4a338320 100644 (file)
@@ -19,7 +19,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <bundle.plugin.version>2.3.7</bundle.plugin.version>
+        <bundle.plugin.version>2.4.0</bundle.plugin.version>
     </properties>
 
     <modules>
@@ -40,7 +40,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                        <Import-Package>*,org.opendaylight.yangtools.yang.binding.annotations</Import-Package>
+                        <Import-Package>org.opendaylight.yangtools.yang.binding.annotations, *</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>