Bump to odlparent-3.1.5
[yangtools.git] / common / util / pom.xml
index e5c5265baae9c61497e98af11a849d75f4e14e94..daa85fbe8d9fd2f7dc2f50fdbeab40dd4359023d 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.2</version>
+        <version>3.1.5</version>
         <relativePath/>
     </parent>
     <packaging>bundle</packaging>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>util</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
                 <configuration>
                     <failOnError>true</failOnError>
                 </configuration>
-           </plugin>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Import-Package>
+                            !org.immutables.value,
+                            *
+                        </Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
         </plugins>
     </build>