diff options
Diffstat (limited to 'vpp-common/vpp-common-integration')
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 9c638aaf7..944350f27 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -29,7 +29,6 @@ <version>1.18.04-SNAPSHOT</version> <properties> - <honeycomb.min.distro.version>1.18.04-SNAPSHOT</honeycomb.min.distro.version> <jvpp.version>18.04-SNAPSHOT</jvpp.version> <hamcrest.version>1.3</hamcrest.version> </properties> @@ -61,12 +60,11 @@ <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>minimal-distribution-core</artifactId> - <version>${honeycomb.min.distro.version}</version> + <version>${honeycomb.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> |