summaryrefslogtreecommitdiffstats
path: root/dhcp
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2018-10-22 08:17:13 +0200
committerMichal Cmarada <mcmarada@cisco.com>2018-10-22 08:17:13 +0200
commit8af33853e8da1a2d180f0f9596b7acd8f2c669a9 (patch)
tree7f8f5989ed3ef9bb8c5ddfbe85ed9a5814394b65 /dhcp
parent40828c1c58834dfd8007ac31f4437b079f1e9873 (diff)
Set hc2vpp version back to 1.18.10-SNAPSHOT
Change-Id: Icb47422ce16a563b62ee3d497d28bd12fb7e5fb9 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/dhcp-api/pom.xml4
-rw-r--r--dhcp/dhcp-impl/pom.xml6
-rw-r--r--dhcp/pom.xml4
3 files changed, 7 insertions, 7 deletions
diff --git a/dhcp/dhcp-api/pom.xml b/dhcp/dhcp-api/pom.xml
index 0fa88ef9a..565c1deba 100644
--- a/dhcp/dhcp-api/pom.xml
+++ b/dhcp/dhcp-api/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../common/api-parent</relativePath>
</parent>
@@ -24,7 +24,7 @@
<groupId>io.fd.hc2vpp.dhcp</groupId>
<artifactId>dhcp-api</artifactId>
<name>dhcp-api</name>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/dhcp/dhcp-impl/pom.xml b/dhcp/dhcp-impl/pom.xml
index 4ea07cbef..86fd08e7d 100644
--- a/dhcp/dhcp-impl/pom.xml
+++ b/dhcp/dhcp-impl/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
</parent>
@@ -24,7 +24,7 @@
<groupId>io.fd.hc2vpp.dhcp</groupId>
<artifactId>dhcp-impl</artifactId>
<name>dhcp-impl</name>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
@@ -67,7 +67,7 @@
<dependency>
<groupId>io.fd.honeycomb</groupId>
<artifactId>translate-impl</artifactId>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
</dependency>
diff --git a/dhcp/pom.xml b/dhcp/pom.xml
index 8c459aafb..7a5b7d24a 100644
--- a/dhcp/pom.xml
+++ b/dhcp/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>hc2vpp-parent</artifactId>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<artifactId>dhcp-aggregator</artifactId>
- <version>1.18.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>dhcp-aggregator</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>