Update vpp maven deployment 04/104/1
authorAndrew Grimberg <[email protected]>
Fri, 8 Jan 2016 18:58:39 +0000 (10:58 -0800)
committerAndrew Grimberg <[email protected]>
Fri, 8 Jan 2016 18:58:39 +0000 (10:58 -0800)
Update the vpp maven deployment script to use the correct repo and
namespace

Change-Id: If3da11885ea674131cc1fe5fd91d3ccaca8f5a83
Signed-off-by: Andrew Grimberg <[email protected]>
jjb/vpp/include-raw-vpp-maven-push.sh

index ad6c525..aea6067 100644 (file)
@@ -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')