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 /mpls/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 'mpls/impl')
-rw-r--r-- | mpls/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpls/impl/pom.xml b/mpls/impl/pom.xml index eafa8d606..2d8324ae5 100644 --- a/mpls/impl/pom.xml +++ b/mpls/impl/pom.xml @@ -21,14 +21,14 @@ <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> <groupId>io.fd.hc2vpp.mpls</groupId> <artifactId>mpls-impl</artifactId> <name>${project.artifactId}</name> - <version>1.19.04</version> + <version>1.19.04.1-SNAPSHOT</version> <dependencies> <!-- Honeycomb infrastructure --> |