summaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-05-09 14:48:12 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-05-23 09:12:37 +0200
commite0a2498c90a3b7c3ca74783f2f38d3d2048e49eb (patch)
tree2c30b2af91f9966ffd37290a5f343eaabf237489 /it
parent824c740124a9a73f567ff600ab6b388292cfcdd9 (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 'it')
-rw-r--r--it/api-coverage/pom.xml4
-rw-r--r--it/jvpp-benchmark/pom.xml1
2 files changed, 0 insertions, 5 deletions
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 @@
<version>1.19.08-SNAPSHOT</version>
<name>${project.artifactId}</name>
- <properties>
- <jvpp.version>19.08-SNAPSHOT</jvpp.version>
- </properties>
-
<dependencies>
<dependency>
<groupId>io.fd.jvpp</groupId>
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 @@
<properties>
<jmh.version>1.21</jmh.version>
- <jvpp.version>19.08-SNAPSHOT</jvpp.version>
</properties>
<dependencies>