Release mdsal
[mdsal.git] / binding2 / mdsal-binding2-generator-util / pom.xml
index cdc212c18f7bbb2496d8516780dad8ea88248714..6b34615c2fb104bfac92e381fe21298b1642c395 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.15</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-binding2-generator-util</artifactId>
-    <version>0.15.2-SNAPSHOT</version>
+    <version>0.15.15</version>
     <packaging>bundle</packaging>
 
     <dependencies>
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Import-Package>
+                            !javax.annotation,
+                            *
+                        </Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>