diff options
author | 2018-04-09 16:41:22 +0200 | |
---|---|---|
committer | 2018-04-09 16:53:30 +0200 | |
commit | 1cc459d8afb3aa4d5aaef9da3b6e7431bfc02dcb (patch) | |
tree | ff5c99fa15eabe490d7ddaa05cc87422af8e2eac /it/api-test | |
parent | d39f8a20bd14f4b461ebb081334efff64670e309 (diff) |
Set Hc2vpp version back to 1.18.04-SNAPSHOT
Change-Id: I7b191fa93bbdfbcf3a3558b0fbf48d5c1e524b30
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'it/api-test')
-rw-r--r-- | it/api-test/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml index 6ac69449a..94527c57d 100644 --- a/it/api-test/pom.xml +++ b/it/api-test/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <relativePath>../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-test</artifactId> - <version>1.18.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> |