From e0a2498c90a3b7c3ca74783f2f38d3d2048e49eb Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 9 May 2019 14:48:12 +0200 Subject: unify jvpp variables When bumping jvpp a lot of variables need to be changed. This is useles because all of them have the same value, unifying them will simplify the bump process. Change-Id: Ie62c4bef0b899acc463f9b855cbb4d5e7e302667 Signed-off-by: Michal Cmarada --- acl/acl-impl/pom.xml | 6 +----- common/hc2vpp-parent/pom.xml | 1 + ioam/impl/pom.xml | 11 +++-------- ipsec/ipsec-impl/pom.xml | 4 ---- it/api-coverage/pom.xml | 4 ---- it/jvpp-benchmark/pom.xml | 1 - vpp-common/vpp-common-integration/pom.xml | 1 - vpp-common/vpp-impl-parent/pom.xml | 4 ---- vpp-integration/api-docs/core/pom.xml | 1 - 9 files changed, 5 insertions(+), 28 deletions(-) diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index 0b3139044..fb4759f0b 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -29,10 +29,6 @@ acl-impl 1.19.08-SNAPSHOT - - 19.08-SNAPSHOT - - io.fd.honeycomb @@ -48,7 +44,7 @@ io.fd.jvpp jvpp-acl - ${jvpp.acl.version} + ${jvpp.version} diff --git a/common/hc2vpp-parent/pom.xml b/common/hc2vpp-parent/pom.xml index 47f2158fd..edd52aff9 100644 --- a/common/hc2vpp-parent/pom.xml +++ b/common/hc2vpp-parent/pom.xml @@ -19,5 +19,6 @@ 1.19.08-SNAPSHOT + 19.08-SNAPSHOT \ No newline at end of file diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index 0bd3ee627..d92b800a3 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -29,11 +29,6 @@ 1.19.08-SNAPSHOT bundle - - 19.08-SNAPSHOT - 19.08-SNAPSHOT - - ${project.groupId} @@ -88,17 +83,17 @@ io.fd.jvpp jvpp-ioamtrace - ${ioam.version} + ${jvpp.version} io.fd.jvpp jvpp-ioampot - ${ioam.version} + ${jvpp.version} io.fd.jvpp jvpp-ioamexport - ${ioam.version} + ${jvpp.version} io.fd.hc2vpp.common diff --git a/ipsec/ipsec-impl/pom.xml b/ipsec/ipsec-impl/pom.xml index e843fb7df..6f0582fe8 100644 --- a/ipsec/ipsec-impl/pom.xml +++ b/ipsec/ipsec-impl/pom.xml @@ -30,10 +30,6 @@ 1.19.08-SNAPSHOT bundle - - 19.08-SNAPSHOT - - ${project.groupId} diff --git a/it/api-coverage/pom.xml b/it/api-coverage/pom.xml index 9802528fc..cebeb310e 100644 --- a/it/api-coverage/pom.xml +++ b/it/api-coverage/pom.xml @@ -31,10 +31,6 @@ 1.19.08-SNAPSHOT ${project.artifactId} - - 19.08-SNAPSHOT - - io.fd.jvpp diff --git a/it/jvpp-benchmark/pom.xml b/it/jvpp-benchmark/pom.xml index bf75e651c..47a4b2c4b 100644 --- a/it/jvpp-benchmark/pom.xml +++ b/it/jvpp-benchmark/pom.xml @@ -33,7 +33,6 @@ 1.21 - 19.08-SNAPSHOT diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 8e2c3eac5..8ead44419 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -30,7 +30,6 @@ ${project.artifactId} - 19.08-SNAPSHOT 2.1 diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index 5ba80e2e1..2014725ed 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -30,10 +30,6 @@ 1.19.08-SNAPSHOT pom - - 19.08-SNAPSHOT - - diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index b26d561dd..98288e72c 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -37,7 +37,6 @@ 7.0 1.5.4 1.7.25 - 19.08-SNAPSHOT 23.6-jre 0.9.11 -- cgit 1.2.3-korg