Bump versions to 0.20.0-SNAPSHOT
[bgpcep.git] / bgp / openconfig-spi / pom.xml
index 91b1c7feb36017b7bedf2f9e1ecd4c41e6be801f..f8816121f5a8d00ae245608b56d825fa1a91f52b 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.16.3-SNAPSHOT</version>
+        <version>0.20.0-SNAPSHOT</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
+            <groupId>jakarta.annotation</groupId>
+            <artifactId>jakarta.annotation-api</artifactId>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
     </dependencies>