diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-26 16:48:02 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-29 10:27:59 +0100 |
commit | dc93876f356864e26d00075b9d7be6c32d602445 (patch) | |
tree | 17b0aee110b25278a883f1bb7e6b03623332b7bf /common/impl-parent | |
parent | bb94464f2321b03b45c03c42effbcc458081c72e (diff) |
Set Hc2vpp version to 1.18.10.1-SNAPSHOTstable/1810
Change-Id: I78daf8ca553636c63f7baa8dd47685025eb82b9b
Signed-off-by: Michal Cmarada <mcmarada@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 0193e6300..484a0fbdb 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.10</version> + <version>1.18.10.1-SNAPSHOT</version> <relativePath>../hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <packaging>pom</packaging> <dependencyManagement> @@ -23,7 +23,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |