Bump versions to 6.0.3-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / pom.xml
index 57fdfc21c7dc7d1ee9857270052468903fe71b5d..8d27dcbee4571edd9e19f3273ef19ac4fb67d141 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.5-SNAPSHOT</version>
+        <version>6.0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.metatype.annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>