diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-02-28 10:21:59 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-03-04 11:11:16 +0100 |
commit | 2388db4347cf0c4a1032cb945db2fdb1011d74d7 (patch) | |
tree | 3eb778d84464edc9bd49d1f0f895232944477ea8 /docs | |
parent | 2fc03523c64803826e74ce0af42880f65f60a107 (diff) |
Update package names
updating package names from io.fd.vpp.jvpp* to io.fd.jvpp*
Change-Id: Ia1634db8f0875ff6ecfeddc281041cd49c4aacc2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/jvpp.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/jvpp.rst b/docs/jvpp.rst index 02a8e69..fe90f2d 100644 --- a/docs/jvpp.rst +++ b/docs/jvpp.rst @@ -106,7 +106,7 @@ Getting JVPP jar VPP provides java bindings which can be downloaded at: -* https://nexus.fd.io/content/repositories/fd.io.release/io/fd/vpp/jvpp-core/19.01/jvpp-core-19.01.jar +* https://nexus.fd.io/content/repositories/fd.io.release/io/fd/jvpp/jvpp-core/19.04/jvpp-core-19.04.jar Getting JVPP via maven ------------------------------------ @@ -136,9 +136,9 @@ For more information on setting up maven repositories in settings.xml, please lo .. code-block:: console <dependency> - <groupId>io.fd.vpp</groupId> + <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-core</artifactId> - <version>19.01</version> + <version>19.04</version> </dependency> For more information on maven dependency managment, please look at: |