diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 14:52:55 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 14:52:55 +0200 |
commit | 7419ebbac5fc99ae954eb756ec56edc6b1034edd (patch) | |
tree | 3df03f023606ef6743fc48c6552710e6028681fa /infra/northbound/common | |
parent | b770a24ae3c8460a836daa10813259335f5dc6c3 (diff) |
Set Honeycomb version to 1.19.04.1-SNAPSHOTstable/1904
Change-Id: Idc574442618d5ace087015c842fe2b8f72fb0ae2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'infra/northbound/common')
-rw-r--r-- | infra/northbound/common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index a1eb589ff..af9b7043c 100644 --- a/infra/northbound/common/pom.xml +++ b/infra/northbound/common/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.19.04</version> + <version>1.19.04.1-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -29,7 +29,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> - <version>1.19.04</version> + <version>1.19.04.1-SNAPSHOT</version> <name>${project.artifactId}</name> <dependencies> |