From: Michal Cmarada Date: Thu, 14 Mar 2019 13:54:12 +0000 (+0100) Subject: fix jvpp group id for install scripts X-Git-Tag: v1.19.04-RC1~14 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=563c7bd1c3d00e3e1af02f31b6f5f2a04f371a0c;p=hc2vpp.git fix jvpp group id for install scripts Change-Id: I2a6baa1e6593d9af872cd670c13f03aba448014b Signed-off-by: Michal Cmarada --- diff --git a/jvpp/common.sh b/jvpp/common.sh index 40546acfc..8b8c4fe94 100755 --- a/jvpp/common.sh +++ b/jvpp/common.sh @@ -17,7 +17,7 @@ function install_jvpp_jar { mvn install:install-file \ -Dfile=$jarfile \ - -DgroupId=io.fd.vpp \ + -DgroupId=io.fd.jvpp \ -DartifactId=$artifactId \ -Dversion=$version \ -Dpackaging=jar