summaryrefslogtreecommitdiffstats
path: root/vpp-classifier
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-08-06 11:31:24 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-08-06 11:51:22 +0200
commit4c495720cda3800fc4047eb8974751da34b40f1f (patch)
tree2f776336de1a4c2fa4642d779aa22055ed46fd51 /vpp-classifier
parent9a2de65614f217de24fac1e4146be8da57d8be77 (diff)
Hc2vpp 1.18.07 releasev1.18.07
Change-Id: I153668022fd1de45bdb4b23af743d285bae267fb Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-classifier')
-rw-r--r--vpp-classifier/api/pom.xml4
-rw-r--r--vpp-classifier/impl/pom.xml6
-rw-r--r--vpp-classifier/pom.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/vpp-classifier/api/pom.xml b/vpp-classifier/api/pom.xml
index 48bf726d0..346640097 100644
--- a/vpp-classifier/api/pom.xml
+++ b/vpp-classifier/api/pom.xml
@@ -21,7 +21,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>
@@ -29,7 +29,7 @@
<groupId>io.fd.hc2vpp.vpp.classifier</groupId>
<artifactId>vpp-classifier-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.07</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/vpp-classifier/impl/pom.xml b/vpp-classifier/impl/pom.xml
index 62eb7eb21..df594a928 100644
--- a/vpp-classifier/impl/pom.xml
+++ b/vpp-classifier/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.07</version>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
</parent>
@@ -30,14 +30,14 @@
<groupId>io.fd.hc2vpp.vpp.classifier</groupId>
<artifactId>vpp-classifier-impl</artifactId>
<name>${project.artifactId}</name>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.07</version>
<dependencies>
<!-- Api -->
<dependency>
<groupId>io.fd.hc2vpp.vpp.classifier</groupId>
<artifactId>vpp-classifier-api</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.07</version>
</dependency>
<!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present
diff --git a/vpp-classifier/pom.xml b/vpp-classifier/pom.xml
index 056ce3af4..4512e85c6 100644
--- a/vpp-classifier/pom.xml
+++ b/vpp-classifier/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>hc2vpp-parent</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.07</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>