Change openecomp to onap in pom.xml 63/12263/1
authorMarcus G K Williams <marcus.williams@intel.com>
Wed, 13 Sep 2017 18:52:07 +0000 (11:52 -0700)
committerMarcus G K Williams <marcus.williams@intel.com>
Wed, 13 Sep 2017 18:52:12 +0000 (11:52 -0700)
Update components to onap. This change should fix
sdnc-northbound-master-release-version-java-daily
and allow sonar updates.

Issue-Id: SDNC-65
Change-Id: Id6ccb9b3d39cddc64f95eb89efb0de6a10b58485
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2af8f57..e0f5883 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <artifactId>sdnc-northbound</artifactId>
 
        <name>sdnc-northbound</name>
-       <url>https://wiki.openecomp.org</url>
+       <url>https://wiki.onap.org</url>
        <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description>
 
 
        <issueManagement>
                <system>JIRA</system>
-               <url>https://jira.openecomp.org/</url>
+               <url>https://jira.onap.org/</url>
        </issueManagement>
 
 
        <scm>
-               <connection>scm:git:ssh://git@${openecomp.git.host}/sdnc-northbound.git</connection>
+               <connection>scm:git:ssh://git@${onap.git.host}/sdnc-northbound.git</connection>
 
-               <developerConnection>scm:git:ssh://${openecomp.git.host}:${openecomp.git.port}/${openecomp.git.project}/sdnc-northbound.git</developerConnection>
-               <url>${openecomp.git.protocol}://${openecomp.git.host}/projects/${openecomp.git.project}/repos/sdnc-northbound/browse</url>
+               <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-northbound.git</developerConnection>
+               <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-northbound/browse</url>
        </scm>
 
        <ciManagement>
                <system>Jenkins</system>
-               <url>https://jenkins.openecomp.org/</url>
+               <url>https://jenkins.onap.org/</url>
        </ciManagement>
 
        <distributionManagement>
                <site>
                        <id>sdnc-javadoc</id>
-                       <url>dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url>
+                       <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>
        <profiles>
@@ -97,9 +97,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>