diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 19:32:25 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-01-24 19:32:25 +0100 |
commit | d3282c185070d0aea4afa1e5cfe3525ca9be63ea (patch) | |
tree | 5aa76b7c9efe92caf69ec994f929ff0e35ebe491 /mpls/api | |
parent | a6832f1f7fbec16bba59394cae65a28b189f5124 (diff) |
Set Hc2vpp version back to 1.19.01-SNAPSHOT
Change-Id: I46a38a61f309b69446253d95eae706b60752e905
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'mpls/api')
-rw-r--r-- | mpls/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpls/api/pom.xml b/mpls/api/pom.xml index 4acfcbd6e..5f521bcf9 100644 --- a/mpls/api/pom.xml +++ b/mpls/api/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.mpls</groupId> <artifactId>mpls-api</artifactId> <name>${project.artifactId}</name> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <dependencies> <dependency> |