Bump versions to 0.19.1-SNAPSHOT
[bgpcep.git] / algo / algo-impl / pom.xml
index 8ce1ea4982daac9cc49902b5721b84eaae01212d..4352b30345fd6e74516c10eb9b9a8c9b514e5ea1 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.16.12-SNAPSHOT</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
@@ -58,8 +58,8 @@
             <artifactId>yang-common</artifactId>
         </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>
@@ -70,7 +70,7 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
     </dependencies>
 </project>