Bump versions to 0.20.5-SNAPSHOT
[bgpcep.git] / bgp / parser-mock / pom.xml
index 0b1456ebb425a07ad60d66905d352c5992e9b697..19b20a3dbce14faad714cccd8db2c4f8ba1b4d79 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.17.2-SNAPSHOT</version>
+        <version>0.20.5-SNAPSHOT</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
     <description>BGP Parser Mock Implementation</description>
     <name>${project.artifactId}</name>
 
+    <properties>
+        <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>