Bump versions to 7.0.5-SNAPSHOT
[netconf.git] / model / rfc6241 / pom.xml
index 34ace8f15053d34de6b5bee2dd46a3bcb3b435d9..d388011fb3a2a9d7e4faf976aff4b80c21bcb1cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>7.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <description>RFC6241 Network Configuration Protocol (NETCONF)</description>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-common</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.netconf.rfc6241</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>