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 /samples/samples-api | |
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 'samples/samples-api')
-rw-r--r-- | samples/samples-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/samples-api/pom.xml b/samples/samples-api/pom.xml index 2c35f0566..884190051 100644 --- a/samples/samples-api/pom.xml +++ b/samples/samples-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.19.04-RC2</version> + <version>1.19.04-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -13,7 +13,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>samples-api</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-RC2</version> + <version>1.19.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |