aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-04-14 07:03:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-14 07:03:46 +0000
commitb15adf912307fbca34e94aad51bea03d76337bd4 (patch)
tree75b65ee0be1b04fa0f4e55ea1b7049b679267123 /pom.xml
parent70bc645844c3566c29972dc741ac6900b3fd05dd (diff)
parentdbc039187e4ca1d621a614e5d3c5f14e704aaaa9 (diff)
Merge "Fix names in distributionManagement"
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 7e336f9..743de34 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>