From 98ddb133dec262b727b93eab40f384b88fed864a Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 1 Sep 2017 17:40:45 -0400 Subject: Build sdnc/oam from ccsdk Update sdnc/oam to build from ccsdk. To get a clean build, it was necessary to also change openecomp references to onap. Change-Id: I90d939e77504cd58148889aff2a50f060e27f963 Issue-ID: SDNC-50 Signed-off-by: Dan Timoney Former-commit-id: e391e1e3ca8ea5385bb1f77ed7c4c83935451575 --- pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 37030ef6..c9274554 100755 --- a/pom.xml +++ b/pom.xml @@ -3,42 +3,42 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.openecomp.sdnc.core - root-boron-sr1 - 1.1.0 + org.onap.ccsdk.parent + odlparent-carbon-sr1 + 0.0.1-SNAPSHOT 4.0.0 pom - org.openecomp.sdnc.oam + org.onap.sdnc.oam sdnc-oam SDN-C OAM - https://wiki.openecomp.org + https://wiki.onap.org The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform. JIRA - https://jira.openecomp.org/ + https://jira.onap.org/ - scm:git:ssh://git@${openecomp.git.host}/sdnc-oam.git - scm:git:ssh://${openecomp.git.host}:${openecomp.git.port}/${openecomp.git.project}/sdnc-oam.git - ${openecomp.git.protocol}://${openecomp.git.host}/projects/${openecomp.git.project}/repos/sdnc-oam/browse + scm:git:ssh://git@${onap.git.host}/sdnc-oam.git + scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git + ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse HEAD Jenkins - https://jenkins.openecomp.org/ + https://jenkins.onap.org/ sdnc-javadoc - dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} + dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} @@ -101,9 +101,9 @@ 1.6.7 true - https://${openecomp.nexus.host} - ${openecomp.nexus.staging.profile-id} - ${openecomp.nexus.staging.server-id} + https://${onap.nexus.host} + ${onap.nexus.staging.profile-id} + ${onap.nexus.staging.server-id} @@ -118,7 +118,7 @@ AT&T - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT -- cgit 1.2.3-korg