diff options
Diffstat (limited to 'vpp-integration')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 20 | ||||
-rw-r--r-- | vpp-integration/pom.xml | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index ffef78614..74999d201 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-SNAPSHOT</version> + <version>1.17.01-RC2</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-SNAPSHOT</version> + <version>1.17.01-RC2</version> <properties> <main.class>io.fd.honeycomb.infra.distro.Main</main.class> - <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> + <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> <distribution.modules> io.fd.hc2vpp.common.integration.VppCommonModule, diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 5186b1149..08eb5ed24 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-SNAPSHOT</version> + <version>1.17.01-RC2</version> </parent> <groupId>io.fd.hc2vpp.integration</groupId> <artifactId>vpp-integration</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC2</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <description>Aggregator for Honeycomb's VPP distribution. Aggregating all VPP plugins.</description> |