diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-03-14 14:54:12 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-03-15 11:21:08 +0100 |
commit | 563c7bd1c3d00e3e1af02f31b6f5f2a04f371a0c (patch) | |
tree | e5b9cd4db4cdd9a121b1f0efc86573243576dc84 /jvpp | |
parent | 53f7c0c6184692a75cf2838a60ead925073587d5 (diff) |
fix jvpp group id for install scripts
Change-Id: I2a6baa1e6593d9af872cd670c13f03aba448014b
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'jvpp')
-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 |