diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 13:18:33 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 13:18:33 +0200 |
commit | 338f7434a5c0c825c28191b71516aa42a67572fd (patch) | |
tree | 746f94f3ae7d0c84f8399a4a3fdd3a40fe92fad0 /vpp-common/naming-context-impl | |
parent | 783013bb00129f61cb81ee592763b86e6476db0b (diff) |
Set Hc2vpp version back to 1.19.04-SNAPSHOT
Change-Id: Ibe4d08ddd65984218e6c65dea6b3ee8b1395b0f5
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'vpp-common/naming-context-impl')
-rw-r--r-- | vpp-common/naming-context-impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index cf03999e9..482fab449 100644 --- a/vpp-common/naming-context-impl/pom.xml +++ b/vpp-common/naming-context-impl/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.19.04-RC2</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>naming-context-impl</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-RC2</version> + <version>1.19.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |