diff options
author | 2019-04-29 13:18:33 +0200 | |
---|---|---|
committer | 2019-04-29 13:18:33 +0200 | |
commit | 338f7434a5c0c825c28191b71516aa42a67572fd (patch) | |
tree | 746f94f3ae7d0c84f8399a4a3fdd3a40fe92fad0 /vpp-integration/api-docs/core/pom.xml | |
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-integration/api-docs/core/pom.xml')
-rw-r--r-- | vpp-integration/api-docs/core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index efaf2199c..b36c901ab 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.19.04-RC2</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs-core</artifactId> - <version>1.19.04-RC2</version> + <version>1.19.04-SNAPSHOT</version> <name>${project.artifactId}</name> <properties> <mockito-core.version>2.2.9</mockito-core.version> |