Fix yang-parser-rfc7950 module name
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index 8cabb34bfd65fb978595ead79b0e91e27bee6891..64e78fa41ca99847f28b928ea24e1da255394938 100644 (file)
@@ -95,7 +95,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.parser.reactor</Automatic-Module-Name>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.parser.rfc7950</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>