summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-02-28 09:52:16 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-02-28 08:56:26 +0000
commite4c3640eb7a140351cf804c48ff96ab5a650e1e6 (patch)
tree0750585b9f3f620805f9e52cbe110c217a4eaa62 /vpp-integration
parent841b1c32e2905f99b59a885ba0608cb729e51898 (diff)
HC2VPP-404: migrate all JVPP APIs from vpp to jvpp
in order to switch to the new JVPP we need to update all JVPP dependencies to new groupId. Change-Id: Icd8c07f7553a04111cf5a768dfbb26094ff99db8 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/api-docs/core/pom.xml4
-rw-r--r--vpp-integration/api-docs/scripts/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml
index dc7b0ff75..5df6324e8 100644
--- a/vpp-integration/api-docs/core/pom.xml
+++ b/vpp-integration/api-docs/core/pom.xml
@@ -60,12 +60,12 @@
</dependency>
<dependency>
- <groupId>io.fd.vpp</groupId>
+ <groupId>io.fd.jvpp</groupId>
<artifactId>jvpp-core</artifactId>
<version>${jvpp.version}</version>
</dependency>
<dependency>
- <groupId>io.fd.vpp</groupId>
+ <groupId>io.fd.jvpp</groupId>
<artifactId>jvpp-registry</artifactId>
<version>${jvpp.version}</version>
</dependency>
diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml
index 02577a51d..f9fa65d82 100644
--- a/vpp-integration/api-docs/scripts/pom.xml
+++ b/vpp-integration/api-docs/scripts/pom.xml
@@ -48,12 +48,12 @@
<version>${groovy.version}</version>
</dependency>
<dependency>
- <groupId>io.fd.vpp</groupId>
+ <groupId>io.fd.jvpp</groupId>
<artifactId>jvpp-registry</artifactId>
<version>${jvpp.version}</version>
</dependency>
<dependency>
- <groupId>io.fd.vpp</groupId>
+ <groupId>io.fd.jvpp</groupId>
<artifactId>jvpp-core</artifactId>
<version>${jvpp.version}</version>
</dependency>