diff options
Diffstat (limited to 'vpp-integration/pom.xml')
-rw-r--r-- | vpp-integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 1bdd655b1..5d42dc4de 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.integration</groupId> <artifactId>vpp-integration</artifactId> <name>${project.artifactId}</name> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description> |