diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-05-09 14:48:12 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-05-23 09:12:37 +0200 |
commit | e0a2498c90a3b7c3ca74783f2f38d3d2048e49eb (patch) | |
tree | 2c30b2af91f9966ffd37290a5f343eaabf237489 /vpp-integration | |
parent | 824c740124a9a73f567ff600ab6b388292cfcdd9 (diff) |
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 <mcmarada@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r-- | vpp-integration/api-docs/core/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ <asm.version>7.0</asm.version> <asciidoctorj.version>1.5.4</asciidoctorj.version> <slf4j-simple.version>1.7.25</slf4j-simple.version> - <jvpp.version>19.08-SNAPSHOT</jvpp.version> <guava.version>23.6-jre</guava.version> <reflections.version>0.9.11</reflections.version> |