aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-14 08:55:06 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-14 08:55:22 +0200
commitdbc039187e4ca1d621a614e5d3c5f14e704aaaa9 (patch)
tree66f8075fd1b7c5682743d650e98735ac99e87cb4 /pom.xml
parentf6690490a30513c629db3f61378073786d8267dc (diff)
Fix names in distributionManagement
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4da091fec148732b92c2c74f67aa09e7e45d0bd6
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fa18b56..ce91ff9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,12 +85,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>