Bump versions to 8.0.4-SNAPSHOT
[yangtools.git] / data / yang-data-api / pom.xml
index 69e46b61de5916246a84d24dac7bdd160a263871..9dec3ec2c9593ac69cfaec7f866bc4aec6751ca2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>8.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-model-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.immutables</groupId>
+            <artifactId>value</artifactId>
+            <classifier>annotations</classifier>
+        </dependency>
     </dependencies>
-
 </project>