summaryrefslogtreecommitdiffstats
path: root/vpp-classifier
diff options
context:
space:
mode:
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..67d8f2fbb 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-RC1</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-RC1</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/vpp-classifier/impl/pom.xml b/vpp-classifier/impl/pom.xml
index 62eb7eb21..795ca22e8 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-RC1</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-RC1</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-RC1</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..45585f800 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-RC1</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>