diff options
author | 2020-04-14 08:55:06 +0200 | |
---|---|---|
committer | 2020-04-14 08:55:22 +0200 | |
commit | dbc039187e4ca1d621a614e5d3c5f14e704aaaa9 (patch) | |
tree | 66f8075fd1b7c5682743d650e98735ac99e87cb4 /pnfsimulator/pom.xml | |
parent | f6690490a30513c629db3f61378073786d8267dc (diff) |
Fix names in distributionManagement
Issue-ID: INT-1517
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I4da091fec148732b92c2c74f67aa09e7e45d0bd6
Diffstat (limited to 'pnfsimulator/pom.xml')
-rw-r--r-- | pnfsimulator/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 29ca352..ee5af98 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -404,12 +404,12 @@ <distributionManagement> <repository> <id>ecomp-releases</id> - <name>AAF Release Repository</name> + <name>Integration simulators Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> + <name>Integration simulators Snapshot Repository</name> <url>${nexusproxy}${snapshotNexusPath}</url> </snapshotRepository> <site> |