Release mdsal
[mdsal.git] / model / ietf / rfc7952 / pom.xml
index 78c3731a854b3a5fca4658e1fa14bf10004cb5a2..24f250f724eb6b6127ec2a4feaa2bb0a219d8dd0 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>9.0.3-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc7952</artifactId>
-    <version>9.0.3-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
     <description>RFC7952 YANG Metadata</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-common</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.yang.metadata.rfc7952</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>