summaryrefslogtreecommitdiffstats
path: root/dhcp
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-26 15:24:56 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-04-26 15:24:56 +0200
commit63796c77c0ff70d2a8a39667eabbd9d292ed31e8 (patch)
tree22dcb6fa66d1b5e8a66bfc57d0a554403c9ed5a6 /dhcp
parent363beb3a063a5285770a4962de030a34658ee192 (diff)
Set Hc2vpp version back to 1.19.04-SNAPSHOT
Change-Id: I5021dce207d5c30928d2ed49692cfaf190ba6551 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 1626f2ecb..9a0478461 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.19.04-RC1</version>
+ <version>1.19.04-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.19.04-RC1</version>
+ <version>1.19.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/dhcp/dhcp-impl/pom.xml b/dhcp/dhcp-impl/pom.xml
index 90f188057..b9024eb42 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.19.04-RC1</version>
+ <version>1.19.04-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.19.04-RC1</version>
+ <version>1.19.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
@@ -67,7 +67,7 @@
<dependency>
<groupId>io.fd.honeycomb</groupId>
<artifactId>translate-impl</artifactId>
- <version>1.19.04-RC1</version>
+ <version>1.19.04-SNAPSHOT</version>
</dependency>
diff --git a/dhcp/pom.xml b/dhcp/pom.xml
index ff6f9ca53..95089ad1f 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.19.04-RC1</version>
+ <version>1.19.04-SNAPSHOT</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<artifactId>dhcp-aggregator</artifactId>
- <version>1.19.04-RC1</version>
+ <version>1.19.04-SNAPSHOT</version>
<name>dhcp-aggregator</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>