aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFraboni, Gino (gf403a) <gino.fraboni@amdocs.com>2017-05-05 11:41:36 -0400
committerFraboni, Gino (gf403a) <gino.fraboni@amdocs.com>2017-05-05 11:45:12 -0400
commit8c047b1cbc0b536043b49102d04d02db8c26ee08 (patch)
tree83bb77659c74623589accd8fa639810c7d642630
parent9d193f88972dbf80054cc637f803c97bc9941e89 (diff)
Update nexusproxy property in top level pom.xml
Change-Id: I1bd145de5e901158218c7a88e3e52ecb5307317c Signed-off-by: Fraboni, Gino (gf403a) <gino.fraboni@amdocs.com>
-rw-r--r--.gitreview1
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitreview b/.gitreview
index 14aaedd..39403a5 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,3 +2,4 @@
host=gerrit.openecomp.org
port=29418
project=aai/logging-service.git
+defaultbranch=release-1.0.0
diff --git a/pom.xml b/pom.xml
index 0b3c631..c4eb706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<properties>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
- <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
<!-- Sonar Properties -->
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>