aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-03-29 08:43:11 -0400
committerMarco Platania <platania@research.att.com>2017-03-29 08:43:11 -0400
commit05d20012109a28272701446b64559da2efcbd743 (patch)
treeae22b0019d9616fa909698e68db746b74d32b2b3
parent95d3eb13003ed7aab79b56fdd39e907294f06a71 (diff)
update Nexus URL in pom file
Change-Id: I51b4ea0c822f0df49fd2d0d62dd34d1999cd1399 Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r--heat/vFW/base_vfw.env2
-rw-r--r--heat/vLB/base_vlb.env2
-rw-r--r--heat/vLB/dnsscaling.env2
-rw-r--r--heat/vLB/packet_gen_vlb.env2
-rwxr-xr-xpom.xml6
5 files changed, 7 insertions, 7 deletions
diff --git a/heat/vFW/base_vfw.env b/heat/vFW/base_vfw.env
index cadd18f8..b1b6d3d3 100644
--- a/heat/vFW/base_vfw.env
+++ b/heat/vFW/base_vfw.env
@@ -23,7 +23,7 @@ parameters:
vf_module_id: vFirewall
dcae_collector_ip: 10.0.4.102
dcae_collector_port: 8080
- repo_url_blob: https://nexus.onap.org/content/repositories/raw
+ repo_url_blob: https://nexus.onap.org/content/sites/raw
repo_url_artifacts: https://nexus.onap.org/content/groups/staging
demo_artifacts_version: 1.0.0
key_name: vfw_key
diff --git a/heat/vLB/base_vlb.env b/heat/vLB/base_vlb.env
index c07e7e46..2f6a5575 100644
--- a/heat/vLB/base_vlb.env
+++ b/heat/vLB/base_vlb.env
@@ -17,7 +17,7 @@ parameters:
vf_module_id: vLoadBalancer
dcae_collector_ip: 10.0.4.102
dcae_collector_port: 8080
- repo_url_blob: https://nexus.onap.org/content/repositories/raw
+ repo_url_blob: https://nexus.onap.org/content/sites/raw
repo_url_artifacts: https://nexus.onap.org/content/groups/staging
demo_artifacts_version: 1.0.0
key_name: vlb_key
diff --git a/heat/vLB/dnsscaling.env b/heat/vLB/dnsscaling.env
index 489b3a77..43b21d49 100644
--- a/heat/vLB/dnsscaling.env
+++ b/heat/vLB/dnsscaling.env
@@ -12,7 +12,7 @@ parameters:
vdns_name_0: zdfw1lb01dns02
vnf_id: vLoadBalancer_demo_app
vf_module_id: vLoadBalancer
- repo_url_blob: https://nexus.onap.org/content/repositories/raw
+ repo_url_blob: https://nexus.onap.org/content/sites/raw
repo_url_artifacts: https://nexus.onap.org/content/groups/staging
demo_artifacts_version: 1.0.0
key_name: vlb_key_scaling
diff --git a/heat/vLB/packet_gen_vlb.env b/heat/vLB/packet_gen_vlb.env
index 6b530769..df50637c 100644
--- a/heat/vLB/packet_gen_vlb.env
+++ b/heat/vLB/packet_gen_vlb.env
@@ -4,7 +4,7 @@ parameters:
public_net_id: 00000000-0000-0000-0000-000000000000
vlb_ipaddr: INSERT THE PUBLIC ADDRESS OF THE vLB HERE
vpg_name_0: ziad1vdnspg01pg01
- repo_url_blob: https://nexus.onap.org/content/repositories/raw
+ repo_url_blob: https://nexus.onap.org/content/sites/raw
repo_url_artifacts: https://nexus.onap.org/content/groups/staging
demo_artifacts_version: 1.0.0
key_name: pgforvdnsdemo_key
diff --git a/pom.xml b/pom.xml
index d16b6818..470a2325 100755
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>https://nexus.openecomp.org/</nexusUrl>
+ <nexusUrl>https://nexus.onap.org/</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
@@ -102,12 +102,12 @@
<repository>
<id>ecomp-releases</id>
<name>Demo Release Repository</name>
- <url> https://nexus.openecomp.org/content/repositories/releases/</url>
+ <url> https://nexus.onap.org/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>Demo Snapshot Repository</name>
- <url> https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ <url> https://nexus.onap.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>