diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-05-07 15:21:20 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-05-07 15:21:20 +0200 |
commit | a5ed73b7ffa04b50474c9ff778a8e3914dc462c5 (patch) | |
tree | b81159887810d78ea7cce560f017c40997be5671 /l3/impl | |
parent | 2ba3eeeecab667397b1996ec2f2cbd6081ec4df6 (diff) |
Set Hc2vpp version to 1.19.04.1-SNAPSHOTstable/1904
Change-Id: I4d30b1b6ff4a6ef341e0a73f1e9598ba5271ed20
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'l3/impl')
-rw-r--r-- | l3/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l3/impl/pom.xml b/l3/impl/pom.xml index 846ba40c2..127753afd 100644 --- a/l3/impl/pom.xml +++ b/l3/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.19.04</version> + <version>1.19.04.1-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-impl</artifactId> <name>${project.artifactId}</name> - <version>1.19.04</version> + <version>1.19.04.1-SNAPSHOT</version> <dependencies> <dependency> |