Impact on performance fix
[ccsdk/sli/northbound.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4d2bb20..ded5f12 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,19 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
-               <artifactId>odlparent-boron-sr3</artifactId>
-               <version>0.0.1-SNAPSHOT</version>
+               <artifactId>odlparent-carbon-sr1</artifactId>
+               <version>0.1.0</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.sli.northbound</groupId>
-       <artifactId>sdnc-northbound</artifactId>
+       <artifactId>ccsdk-sli-northbound</artifactId>
 
-       <name>SDN-C Northbound APIs</name>
+       <name>ccsdk-sli-northbound</name>
        <url>https://wiki.openecomp.org</url>
        <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description>
 
@@ -87,7 +86,7 @@
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.17</version>
                                <configuration>
-                                       <skipTests>true</skipTests>
+                                       <skipTests>false</skipTests>
                                </configuration>
                        </plugin>
                        <plugin>
@@ -96,9 +95,9 @@
                                <version>1.6.7</version>
                                <extensions>true</extensions>
                                <configuration>
-                                       <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
-                                       <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId>
-                                       <serverId>${openecomp.nexus.staging.server-id}</serverId>
+                                       <nexusUrl>https://${onap.nexus.host}</nexusUrl>
+                                       <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
+                                       <serverId>${onap.nexus.staging.server-id}</serverId>
                                </configuration>
                        </plugin>
                </plugins>
        <organization>
                <name>AT&amp;T</name>
        </organization>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>0.2.0-SNAPSHOT</version>
 
 
 </project>