Bump versions to 0.20.5-SNAPSHOT
[bgpcep.git] / bmp / bmp-spi / pom.xml
index 51c706ec9c3406db3868eda1c780cb0d837313c6..8a5e5003673330a03ef470713289a103744c44d5 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.16.2-SNAPSHOT</version>
+        <version>0.20.5-SNAPSHOT</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
     <description>BMP SPI</description>
     <name>${project.artifactId}</name>
 
+    <properties>
+        <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -86,7 +90,7 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>com.guicedee.services</groupId>