Release Jakarta M4 artifacts
[sdnc/northbound.git] / optical-service / installer / pom.xml
index a0891bd..237f805 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.5.2-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.onap.sdnc.northbound</groupId>
     <artifactId>optical-service-installer</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>2.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name>
     <properties>
         <application.name>sdnc-optical-service</application.name>
         <features.boot>${application.name}</features.boot>
-        <features.repositories>mvn:org.onap.sdnc.northbound/${features.boot}/${project.version}/xml/features</features.repositories>
+        <features.repositories>mvn:org.onap.sdnc.northbound/${features.boot}/${project.version}/xml/features
+        </features.repositories>
         <include.transitive.dependencies>false</include.transitive.dependencies>
     </properties>
 
     <dependencies>
-
         <dependency>
             <groupId>org.onap.sdnc.northbound</groupId>
             <artifactId>${application.name}</artifactId>
             <artifactId>optical-service-model</artifactId>
             <version>${project.version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.onap.sdnc.northbound</groupId>
             <artifactId>optical-service-provider</artifactId>
             <version>${project.version}</version>
         </dependency>
-
-
     </dependencies>
 
     <build>
                             </resources>
                         </configuration>
                     </execution>
-
                 </executions>
             </plugin>
-
         </plugins>
     </build>
 </project>