aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorStilwell, David (stilwelld) <stilwelld@att.com>2017-08-10 00:50:12 +0000
committerStilwell, David (stilwelld) <stilwelld@att.com>2017-08-10 14:57:42 +0000
commit4515ffa52bc89b1bf40c791749fe518930441d82 (patch)
treed11fc5588a07a519df2b58db194e79d50a508580 /pom.xml
parent7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed (diff)
Refactor plugins to org onap ccsdk
Refactor code to use new package name org.onap.ccsdk.sli.plugins Change-Id: Ia5399b21e95d556890aef5ad27437f1ac120ef8d Issue-ID: CCSDK-21 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 96436f7e..215f173f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -14,33 +14,33 @@
<artifactId>sdnc-plugins</artifactId>
<name>SDN-C Java Plugins</name>
- <url>https://wiki.openecomp.org</url>
+ <url>https://wiki.onap.org</url>
<description>The SDN-C core components contains the SLI, dblib and root pom</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-plugins.git</connection>
- <developerConnection>scm:git:ssh://${openecomp.git.host}:${openecomp.git.port}/${openecomp.git.project}/sdnc-iplugins.git</developerConnection>
- <url>${openecomp.git.protocol}://${openecomp.git.host}/projects/${openecomp.git.project}/repos/sdnc-plugins/browse</url>
+ <connection>scm:git:ssh://git@${onap.git.host}/ccsdk/sli/plugins.git</connection>
+ <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/ccsdk/sli/plugins.git</developerConnection>
+ <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/ccsdk/sli/plugins/browse</url>
<tag>HEAD</tag>
</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}/content/sites/site/org/onap/sdnc/plugins/${project.artifactId}/${project.version}</url>
+ <url>dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/plugins/${project.artifactId}/${project.version}</url>
</site>
</distributionManagement>
@@ -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>