diff options
Diffstat (limited to 'netconfsimulator')
-rw-r--r-- | netconfsimulator/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 78ee66d..5896378 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -319,12 +319,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> |