CLeaning up moved modules and running mvn tidy:pom
[sdnc/northbound.git] / optical-service / features / sdnc-optical-service / pom.xml
index 6755177..edafbc5 100644 (file)
@@ -5,23 +5,22 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.onap.sdnc.northbound</groupId>
     <artifactId>sdnc-optical-service</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name>
 
     <dependencies>
-
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>
             <artifactId>ccsdk-sli</artifactId>
-            <version>${ccsdk.sli.core.version}</version>
+            <version>${ccsdk.sli.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -35,6 +34,5 @@
             <artifactId>optical-service-provider</artifactId>
             <version>${project.version}</version>
         </dependency>
-
     </dependencies>
 </project>