From 2ba3eeeecab667397b1996ec2f2cbd6081ec4df6 Mon Sep 17 00:00:00 2001 From: Michal Cmarada <mcmarada@cisco.com> Date: Mon, 29 Apr 2019 14:43:28 +0200 Subject: Hc2vpp 1.19.04 release Change-Id: I88900eb1c47ce3ba9e4d301e04b5d7b8c615879c Signed-off-by: Michal Cmarada <mcmarada@cisco.com> --- l3/api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'l3/api') diff --git a/l3/api/pom.xml b/l3/api/pom.xml index 86c725e80..8f0f87051 100644 --- a/l3/api/pom.xml +++ b/l3/api/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <relativePath>../../common/api-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-api</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <dependencies> <dependency> -- cgit 1.2.3-korg