summaryrefslogtreecommitdiffstats
path: root/nat/nat2vpp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nat/nat2vpp/pom.xml')
-rw-r--r--nat/nat2vpp/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml
index 60a6785d7..d827c3c74 100644
--- a/nat/nat2vpp/pom.xml
+++ b/nat/nat2vpp/pom.xml
@@ -18,19 +18,19 @@
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
- <version>1.17.04</version>
+ <version>1.17.04.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.nat</groupId>
<artifactId>nat2vpp</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04</version>
+ <version>1.17.04.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.17.04</honeycomb.infra.version>
- <hc2vpp.common.version>1.17.04</hc2vpp.common.version>
+ <honeycomb.infra.version>1.17.04.1-SNAPSHOT</honeycomb.infra.version>
+ <hc2vpp.common.version>1.17.04.1-SNAPSHOT</hc2vpp.common.version>
</properties>
<dependencies>
@@ -54,7 +54,7 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-snat</artifactId>
- <version>17.04</version>
+ <version>17.04-SNAPSHOT</version>
</dependency>
<!-- Honeycomb infrastructure-->