summaryrefslogtreecommitdiffstats
path: root/nat
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-12-07 09:04:36 +0100
committerMarek Gradzki <mgradzki@cisco.com>2016-12-07 12:11:33 +0000
commit314c466ff46edd1e9b7de62541209e8b033ec343 (patch)
tree59f627822ac29fe8d9caa999b00193d146958d6e /nat
parentcfd916cde650e72a397447d868a3764efd6fea8e (diff)
Set hc2vpp version to 17.01 to align with vpp release
Depends on https://gerrit.fd.io/r/#/c/4137 Change-Id: I11cc690bf5d12db5c7223f46a19c3f555213aead Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nat')
-rw-r--r--nat/asciidoc/Readme.adoc2
-rw-r--r--nat/nat-api/pom.xml6
-rw-r--r--nat/nat2vpp/pom.xml8
-rw-r--r--nat/pom.xml4
4 files changed, 10 insertions, 10 deletions
diff --git a/nat/asciidoc/Readme.adoc b/nat/asciidoc/Readme.adoc
index eced90f11..548696446 100644
--- a/nat/asciidoc/Readme.adoc
+++ b/nat/asciidoc/Readme.adoc
@@ -1,7 +1,7 @@
= SNAT
Support fot VPP's SNAT plugin:
-https://docs.fd.io/vpp/16.12/plugins_snat-plugin_snat.html
+https://docs.fd.io/vpp/17.01/plugins_snat-plugin_snat.html
== Supported features
diff --git a/nat/nat-api/pom.xml b/nat/nat-api/pom.xml
index 8061690ee..136c61d44 100644
--- a/nat/nat-api/pom.xml
+++ b/nat/nat-api/pom.xml
@@ -17,18 +17,18 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.nat</groupId>
<artifactId>nat-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
- <naming.context.version>1.16.12-SNAPSHOT</naming.context.version>
+ <naming.context.version>1.17.01-SNAPSHOT</naming.context.version>
</properties>
<dependencies>
diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml
index 60eb7d469..4931df969 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.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.nat</groupId>
<artifactId>nat2vpp</artifactId>
<name>${project.artifactId}</name>
- <version>1.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.16.12-SNAPSHOT</honeycomb.infra.version>
- <hc2vpp.common.version>1.16.12-SNAPSHOT</hc2vpp.common.version>
+ <honeycomb.infra.version>1.17.01-SNAPSHOT</honeycomb.infra.version>
+ <hc2vpp.common.version>1.17.01-SNAPSHOT</hc2vpp.common.version>
</properties>
<dependencies>
diff --git a/nat/pom.xml b/nat/pom.xml
index 742d3f282..e11b95acf 100644
--- a/nat/pom.xml
+++ b/nat/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
</parent>
<groupId>io.fd.hc2vpp.nat</groupId>
<artifactId>nat-aggregator</artifactId>
- <version>1.16.12-SNAPSHOT</version>
+ <version>1.17.01-SNAPSHOT</version>
<name>nat-aggregator</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>