aboutsummaryrefslogtreecommitdiffstats
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
parent70bc645844c3566c29972dc741ac6900b3fd05dd (diff)
parentdbc039187e4ca1d621a614e5d3c5f14e704aaaa9 (diff)
Merge "Fix names in distributionManagement"
-rw-r--r--netconfsimulator/pom.xml4
-rw-r--r--pnfsimulator/pom.xml4
-rw-r--r--pom.xml4
3 files changed, 6 insertions, 6 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>
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml
index 533b91b..752914f 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>
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>