diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 20:40:12 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-05 07:16:57 +0100 |
commit | 1075563ac279866b2aed210d4dac5504af2e2a56 (patch) | |
tree | ae826f68357fc424a12f395e31a360aebcdee909 /acl | |
parent | f85354b24e3b18dfe9ce6cd289b947061f46d5c6 (diff) |
Bump hc2vpp versoin to 17.04
Also updates version of honeycomb dependencies.
Vpp API version bump moved to separate commit due to
issues with jvpp jars.
Change-Id: Id336393b00fe05e8ecee9b547dcfc6a49e1a98ec
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'acl')
-rw-r--r-- | acl/acl-api/pom.xml | 4 | ||||
-rw-r--r-- | acl/acl-impl/pom.xml | 4 | ||||
-rw-r--r-- | acl/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/acl/acl-api/pom.xml b/acl/acl-api/pom.xml index fd619c730..6efa30444 100644 --- a/acl/acl-api/pom.xml +++ b/acl/acl-api/pom.xml @@ -16,14 +16,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.acl</groupId> <artifactId>acl-api</artifactId> <name>acl-api</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index 7f08ca762..3df24e346 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.acl</groupId> <artifactId>acl-impl</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <properties> <jvpp.acl.version>1.0-SNAPSHOT</jvpp.acl.version> diff --git a/acl/pom.xml b/acl/pom.xml index 8f160968b..586166dc9 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -19,10 +19,10 @@ <parent> <artifactId>hc2vpp-aggregator</artifactId> <groupId>io.fd.hc2vpp</groupId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> </parent> <artifactId>acl-aggregator</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <name>acl-aggregator</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |