summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-19 17:38:42 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-24 13:55:45 +0100
commit9db53630c6033bba49a6da4e4ecd511047d53f25 (patch)
treef35c2091809763a2b9b28c869915b9e378ce09e4 /vpp-integration
parent9813b4e4047e1226198bf215d89417a2dfc7f664 (diff)
Set hc2vpp version back to 1.17.01-SNAPSHOT
Change-Id: I4503dbc1f8737ca4d780e180a7c279c980f6a80e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/minimal-distribution/pom.xml20
-rw-r--r--vpp-integration/pom.xml4
2 files changed, 12 insertions, 12 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml
index 74999d201..ffef78614 100644
--- a/vpp-integration/minimal-distribution/pom.xml
+++ b/vpp-integration/minimal-distribution/pom.xml
@@ -19,25 +19,25 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-distribution-parent</artifactId>
- <version>1.17.01-RC2</version>
+ <version>1.17.01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.integration</groupId>
<artifactId>vpp-integration-distribution</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-RC2</version>
+ <version>1.17.01-SNAPSHOT</version>
<properties>
<main.class>io.fd.honeycomb.infra.distro.Main</main.class>
- <v3po.version>1.17.01-RC2</v3po.version>
- <lisp.version>1.17.01-RC2</lisp.version>
- <vpp.common.integration.version>1.17.01-RC2</vpp.common.integration.version>
- <vppnsh.version>1.17.01-RC2</vppnsh.version>
- <nat.version>1.17.01-RC2</nat.version>
- <ioam.version>1.17.01-RC2</ioam.version>
- <routing.version>1.17.01-RC2</routing.version>
- <acl.version>1.17.01-RC2</acl.version>
+ <v3po.version>1.17.01-SNAPSHOT</v3po.version>
+ <lisp.version>1.17.01-SNAPSHOT</lisp.version>
+ <vpp.common.integration.version>1.17.01-SNAPSHOT</vpp.common.integration.version>
+ <vppnsh.version>1.17.01-SNAPSHOT</vppnsh.version>
+ <nat.version>1.17.01-SNAPSHOT</nat.version>
+ <ioam.version>1.17.01-SNAPSHOT</ioam.version>
+ <routing.version>1.17.01-SNAPSHOT</routing.version>
+ <acl.version>1.17.01-SNAPSHOT</acl.version>
<distribution.modules>
io.fd.hc2vpp.common.integration.VppCommonModule,
diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml
index 08eb5ed24..5186b1149 100644
--- a/vpp-integration/pom.xml
+++ b/vpp-integration/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-RC2</version>
+ <version>1.17.01-SNAPSHOT</version>
</parent>
<groupId>io.fd.hc2vpp.integration</groupId>
<artifactId>vpp-integration</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-RC2</version>
+ <version>1.17.01-SNAPSHOT</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<description>Aggregator for Honeycomb's VPP distribution. Aggregating all VPP plugins.</description>