Bump versions to 6.0.2-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 772af085389c976f452d0afcd7490f2a6d5b8bd6..fb0d265b59eea98894943b752768d669a2f63220 100644 (file)
@@ -4,18 +4,13 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>6.0.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>sal-clustering-commons</artifactId>
   <packaging>bundle</packaging>
 
-  <properties>
-    <!-- FIXME: Remove this -->
-    <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce>
-  </properties>
-
   <dependencies>
     <!-- Java -->
     <dependency>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>osgi.cmpn</artifactId>
+      <artifactId>org.osgi.service.component.annotations</artifactId>
     </dependency>
 
     <!-- Google -->