diff options
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index a06b22db..39e04dde 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -307,13 +307,13 @@ The IDs MUST match Jenkins template values. --> <repository> <id>releases</id> - <name>OpenECOMP - Release Repository</name> + <name>ONAP - Release Repository</name> <url>${nexusproxy}/${releaseNexusPath}</url> </repository> <!-- no support for a "stagingRepository" --> <snapshotRepository> <id>snapshots</id> - <name>OpenECOMP - Snapshot Repository</name> + <name>ONAP - Snapshot Repository</name> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> <!-- Javadocs --> |