diff options
Diffstat (limited to 'jvpp/common.sh')
-rwxr-xr-x | jvpp/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |