From: Andrew Grimberg Date: Fri, 8 Jan 2016 18:58:39 +0000 (-0800) Subject: Update vpp maven deployment X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F104%2F1;p=ci-management.git Update vpp maven deployment Update the vpp maven deployment script to use the correct repo and namespace Change-Id: If3da11885ea674131cc1fe5fd91d3ccaca8f5a83 Signed-off-by: Andrew Grimberg --- diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh index ad6c52516..aea6067d9 100644 --- a/jjb/vpp/include-raw-vpp-maven-push.sh +++ b/jjb/vpp/include-raw-vpp-maven-push.sh @@ -7,9 +7,9 @@ if [ -z "${MAVEN_SELECTOR}" ]; then fi MVN="${HOME}/tools/hudson.tasks.Maven_MavenInstallation/${MAVEN_SELECTOR}/bin/mvn" -GROUP_ID="info.projectrotterdam.${PROJECT}" -BASEURL="${NEXUSPROXY}/content/repositories/rotterdam." -BASEREPOID='rotterdam-' +GROUP_ID="io.fd.${PROJECT}" +BASEURL="${NEXUSPROXY}/content/repositories/fd.io." +BASEREPOID='fdio-' # find the files JARS=$(find . -type f -iname '*.jar')