Release mdsal
[mdsal.git] / model / ietf / rfc8520-ietf-acldns / pom.xml
index 7d86513dcd3d70f57565b408f22bfdf3157d85f2..32cfc47fdc73ce138b4d5e7c901091a44904c9b0 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8520-ietf-acldns</artifactId>
-    <version>6.0.1-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
     <description>RFC8520 ietf-acldns</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8519-ietf-access-control-list</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.acldns.rfc8520</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>