summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/pom.xml2
-rw-r--r--samples/samples-api/pom.xml4
-rw-r--r--samples/samples-impl/pom.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index 5cceef296..79e351a9e 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>hc2vpp-aggregator</artifactId>
<groupId>io.fd.hc2vpp</groupId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/samples-api/pom.xml b/samples/samples-api/pom.xml
index fa6ae8a16..5fae4ae74 100644
--- a/samples/samples-api/pom.xml
+++ b/samples/samples-api/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>samples-api</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.01</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/samples/samples-impl/pom.xml b/samples/samples-impl/pom.xml
index 3b6bb067a..c742f8057 100644
--- a/samples/samples-impl/pom.xml
+++ b/samples/samples-impl/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.01</version>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>samples-impl</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.01</version>
<dependencies>
<!-- Api classes generated from yang model -->