Bump versions to 0.21.5-SNAPSHOT
[bgpcep.git] / bgp / parser-mock / pom.xml
index 8f4f2ed1097809d466bfc6ab01c11b160645f060..8b3e187180cbfb8a43aeb4ee86bac74ec2919117 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.21.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>