Bump versions to 8.0.5-SNAPSHOT
[yangtools.git] / common / util / pom.xml
index 02c212d3fd24982784581b6c9ec424524c055b1c..dd912938d28f2a021d472780684d8356aae1d223 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>bundle-parent</artifactId>
-        <version>6.0.2-SNAPSHOT</version>
-        <relativePath>../../bundle-parent</relativePath>
+        <artifactId>bnd-parent</artifactId>
+        <version>8.0.5-SNAPSHOT</version>
+        <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>util</artifactId>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>Common utilities</description>
 
             <artifactId>value</artifactId>
             <classifier>annotations</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.checkerframework</groupId>
+            <artifactId>checker-qual</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
@@ -47,7 +52,6 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava-testlib</artifactId>
-            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>