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 /ioam | |
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 'ioam')
-rw-r--r-- | ioam/impl/pom.xml | 11 |
1 files changed, 3 insertions, 8 deletions
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 @@ <version>1.19.08-SNAPSHOT</version> <packaging>bundle</packaging> - <properties> - <ioam.version>19.08-SNAPSHOT</ioam.version> - <jvpp.version>19.08-SNAPSHOT</jvpp.version> - </properties> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -88,17 +83,17 @@ <dependency> <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-ioamtrace</artifactId> - <version>${ioam.version}</version> + <version>${jvpp.version}</version> </dependency> <dependency> <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-ioampot</artifactId> - <version>${ioam.version}</version> + <version>${jvpp.version}</version> </dependency> <dependency> <groupId>io.fd.jvpp</groupId> <artifactId>jvpp-ioamexport</artifactId> - <version>${ioam.version}</version> + <version>${jvpp.version}</version> </dependency> <dependency> <groupId>io.fd.hc2vpp.common</groupId> |