aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>