Consolidate EnumTypeEffectiveStatementImpl
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index d6fbd5b50c0d3168bcb3ad10315a2f928ec627df..80215eb5530c5eec316ecb81a0a3d02557a57c8f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.6-SNAPSHOT</version>
+        <version>5.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>RFC6020/RFC7950 parser support</description>
 
-    <properties>
-        <!-- FIXME: YANGTOOLS-1056: remove this knob -->
-        <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>