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 /it/jvpp-benchmark | |
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 'it/jvpp-benchmark')
-rw-r--r-- | it/jvpp-benchmark/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it/jvpp-benchmark/pom.xml b/it/jvpp-benchmark/pom.xml index 1781a7fb0..46cf29c50 100644 --- a/it/jvpp-benchmark/pom.xml +++ b/it/jvpp-benchmark/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <relativePath>../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.it</groupId> <artifactId>jvpp-benchmark</artifactId> - <version>1.19.01-RC1</version> + <version>1.19.01-SNAPSHOT</version> <name>${project.artifactId}</name> <properties> |