diff options
-rw-r--r-- | .gitreview | 3 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitreview b/.gitreview index 7dbf8daa3..9e38e62ac 100644 --- a/.gitreview +++ b/.gitreview @@ -1,5 +1,4 @@ [gerrit] -host=gerrit.openecomp.org +host=gerrit.onap.org port=29418 project=policy/engine.git -defaultbranch=master @@ -31,7 +31,7 @@ <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> <common-modules.version>1.1.0-SNAPSHOT</common-modules.version> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> |