Bump versions to 6.0.0-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / pom.xml
index 57005b46537befbffe485d851d41b27c6b6cced3..39e4d372e36dbbe87680949c975040669e62f5c5 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>6.0.0-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>