diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2017-08-10 00:50:12 +0000 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2017-08-10 14:57:42 +0000 |
commit | 4515ffa52bc89b1bf40c791749fe518930441d82 (patch) | |
tree | d11fc5588a07a519df2b58db194e79d50a508580 /jenkins-settings.xml | |
parent | 7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed (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 'jenkins-settings.xml')
-rw-r--r-- | jenkins-settings.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/jenkins-settings.xml b/jenkins-settings.xml index 344994f8..88f9805f 100644 --- a/jenkins-settings.xml +++ b/jenkins-settings.xml @@ -13,11 +13,11 @@ <profiles> <profile> - <id>openecomp-release</id> + <id>onap-release</id> <repositories> <repository> - <id>openecomp-release</id> - <name>openecomp-release</name> + <id>onap-release</id> + <name>onap-release</name> <url>https://ecomp-nexus:8443/repository/maven-releases/</url> <releases> <enabled>true</enabled> @@ -30,8 +30,8 @@ </repositories> <pluginRepositories> <pluginRepository> - <id>openecomp-release</id> - <name>openecomp-release</name> + <id>onap-release</id> + <name>onap-release</name> <url>https://ecomp-nexus:8443/repository/maven-releases/</url> <releases> <enabled>true</enabled> @@ -45,11 +45,11 @@ </profile> <profile> - <id>openecomp-snapshots</id> + <id>onap-snapshots</id> <repositories> <repository> - <id>openecomp-snapshot</id> - <name>openecomp-snapshot</name> + <id>onap-snapshot</id> + <name>onap-snapshot</name> <url>https://ecomp-nexus:8443/repository/maven-snapshots/</url> <releases> <enabled>false</enabled> @@ -61,8 +61,8 @@ </repositories> <pluginRepositories> <pluginRepository> - <id>openecomp-snapshot</id> - <name>openecomp-snapshot</name> + <id>onap-snapshot</id> + <name>onap-snapshot</name> <url>https://ecomp-nexus:8443/repository/maven-snapshots/</url> <releases> <enabled>false</enabled> @@ -137,8 +137,8 @@ </profiles> <activeProfiles> - <activeProfile>openecomp-release</activeProfile> - <activeProfile>openecomp-snapshots</activeProfile> + <activeProfile>onap-release</activeProfile> + <activeProfile>onap-snapshots</activeProfile> <activeProfile>opendaylight-release</activeProfile> <activeProfile>opendaylight-snapshots</activeProfile> </activeProfiles> @@ -150,12 +150,12 @@ <password>${ecomp.nexus.password}</password> </server> <server> - <id>openecomp-release</id> + <id>onap-release</id> <username>${ecomp.nexus.user}</username> <password>${ecomp.nexus.password}</password> </server> <server> - <id>openecomp-snapshot</id> + <id>onap-snapshot</id> <username>${ecomp.nexus.user}</username> <password>${ecomp.nexus.password}</password> </server> |