diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-08-06 11:31:24 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-08-06 11:51:22 +0200 |
commit | 4c495720cda3800fc4047eb8974751da34b40f1f (patch) | |
tree | 2f776336de1a4c2fa4642d779aa22055ed46fd51 /samples/samples-api/pom.xml | |
parent | 9a2de65614f217de24fac1e4146be8da57d8be77 (diff) |
Hc2vpp 1.18.07 releasev1.18.07
Change-Id: I153668022fd1de45bdb4b23af743d285bae267fb
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'samples/samples-api/pom.xml')
-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 e68c74746..cf5137baa 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.18.07-SNAPSHOT</version> + <version>1.18.07</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.18.07-SNAPSHOT</version> + <version>1.18.07</version> <packaging>bundle</packaging> <dependencies> |