diff options
author | 2017-01-04 20:24:32 +0100 | |
---|---|---|
committer | 2017-01-04 20:26:18 +0100 | |
commit | b2c050e5a3634d8e4448e7d0c3a8068cfccf2310 (patch) | |
tree | fcd321ad1d7f4a6ab3d524fce473e813ddb5601e /vpp-integration/minimal-distribution | |
parent | 6ef5f9f43e31fbbd18e5dc014575bedf9d4ecca2 (diff) |
Set hc2vpp version back to 1.17.01-SNAPSHOT
Change-Id: I9501aad4fb54ba9190c1e0b4d6e7fb4ee7c33842
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/minimal-distribution')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 6e52767cd..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-RC1</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-RC1</version> + <version>1.17.01-SNAPSHOT</version> <properties> <main.class>io.fd.honeycomb.infra.distro.Main</main.class> - <v3po.version>1.17.01-RC1</v3po.version> - <lisp.version>1.17.01-RC1</lisp.version> - <vpp.common.integration.version>1.17.01-RC1</vpp.common.integration.version> - <vppnsh.version>1.17.01-RC1</vppnsh.version> - <nat.version>1.17.01-RC1</nat.version> - <ioam.version>1.17.01-RC1</ioam.version> - <routing.version>1.17.01-RC1</routing.version> - <acl.version>1.17.01-RC1</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, |