diff options
Diffstat (limited to 'vpp-integration/pom.xml')
-rw-r--r-- | vpp-integration/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 39ebdd10a..0221bb09f 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -29,10 +29,11 @@ <version>1.17.07-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> - <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description> + <description>Aggregator for Honeycomb's VPP distributions. Aggregating all Hc2vpp plugins.</description> <modules> <module>minimal-distribution</module> + <module>bgp-distribution</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> |