summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-03-29 15:43:36 +0000
committerVenkata Harish K Kajur <vk250x@att.com>2017-03-29 15:43:49 +0000
commit60b6c81ad8504f9a23e93c97fdb4d689cd1418c6 (patch)
treecae29c767ac6f91013d964e5f28088758ef06f1a
parent74573bfac95f78bf9ae45ff11512721daadde7cc (diff)
Update nexus url from openecomp to onap
Change-Id: Ia8a6c270310af099b626e909b11c74f973dbb344 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--.gitreview1
-rw-r--r--pom.xml8
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitreview b/.gitreview
index 01d111b..bcbe040 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,3 +2,4 @@
host=gerrit.openecomp.org
port=29418
project=aai/model-loader
+defaultbranch=release-1.0.0
diff --git a/pom.xml b/pom.xml
index 5157b21..2166f0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
<sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
- <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>
<distributionManagement>
@@ -175,17 +175,17 @@
<repository>
<id>ecomp-releases</id>
<name>ECOMP Release Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/releases/</url>
+ <url>${nexusproxy}/content/repositories/releases/</url>
</repository>
<repository>
<id>ecomp-snapshots</id>
<name>ECOMP Snapshot Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
</repository>
<repository>
<id>ecomp-staging</id>
<name>ECOMP Staging Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/staging/</url>
+ <url>${nexusproxy}/content/repositories/staging/</url>
</repository>
</repositories>