diff options
Diffstat (limited to 'pnfsimulator')
-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> |