summaryrefslogtreecommitdiffstats
path: root/samples/samples-impl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/samples-impl/pom.xml')
-rw-r--r--samples/samples-impl/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/samples-impl/pom.xml b/samples/samples-impl/pom.xml
index e5ede225c..317ff299d 100644
--- a/samples/samples-impl/pom.xml
+++ b/samples/samples-impl/pom.xml
@@ -10,14 +10,16 @@
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>io.fd.hc2vpp.samples</groupId>
<artifactId>samples-impl</artifactId>
<name>${project.artifactId}</name>
<version>1.19.08-SNAPSHOT</version>
+ <packaging>bundle</packaging>
<dependencies>
<!-- Api classes generated from yang model -->
<dependency>
- <groupId>io.fd.hc2vpp.common</groupId>
+ <groupId>io.fd.hc2vpp.samples</groupId>
<artifactId>samples-api</artifactId>
<version>${project.version}</version>
</dependency>