diff options
author | 2018-02-15 14:32:49 +0100 | |
---|---|---|
committer | 2018-02-15 14:34:41 +0100 | |
commit | 92240de131b0c38ee091ca0bdae53b54363450ed (patch) | |
tree | f30fde927ab207763a17e3574310d9c0e679a757 /common/impl-parent | |
parent | d3da66038e055b3782cf681492c717aa75d608ce (diff) |
Set hc2vpp version to 1.18.01.2-SNAPSHOT
Change-Id: I4ecf551152bd1ec077fbb479727fc2c4716a062f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/impl-parent')
-rw-r--r-- | common/impl-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index b3b31cf15..840d3c4ae 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -7,14 +7,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.18.01.1</version> + <version>1.18.01.2-SNAPSHOT</version> <relativePath>../hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.01.1</version> + <version>1.18.01.2-SNAPSHOT</version> <packaging>pom</packaging> <!-- import dependencies from honeycomb impl-parent --> @@ -23,7 +23,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.01.1</version> + <version>1.18.01.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |