diff options
Diffstat (limited to 'ecomp-sdk')
-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 c687234d..0cc981ec 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -201,12 +201,12 @@ <distributionManagement> <!-- The id below must match .m2/settings.xml/servers/server/id --> <repository> - <id>ecomp-releases</id> + <id>releases</id> <name>OpenECOMP - Release Repository</name> <url>${nexusproxy}/${releaseNexusPath}</url> </repository> <snapshotRepository> - <id>ecomp-snapshots</id> + <id>snapshots</id> <name>OpenECOMP - Snapshot Repository</name> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> |