diff options
author | jsrnicek <jsrnicek@cisco.com> | 2017-04-27 14:43:00 +0200 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2017-04-27 14:28:27 +0000 |
commit | 3fed27fe786351f323715cc1af16130a29978319 (patch) | |
tree | a6aa8f855ef644f3b392d1b652654a3a2bf5a7e0 /acl/acl-api | |
parent | 1e9dd4ca14d09b5b51267f9a772babc13cef8ba1 (diff) |
Bump versions for hc2vpp to 1.17.04v1.17.04
Change-Id: I9163eceaaf219ed8bd83c32e29a78f03c9d58a80
Signed-off-by: jsrnicek <jsrnicek@cisco.com>
Diffstat (limited to 'acl/acl-api')
-rw-r--r-- | acl/acl-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acl/acl-api/pom.xml b/acl/acl-api/pom.xml index 8c200ce9d..6f5a24c55 100644 --- a/acl/acl-api/pom.xml +++ b/acl/acl-api/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04</version> <relativePath>../../common/api-parent</relativePath> </parent> @@ -24,7 +24,7 @@ <groupId>io.fd.hc2vpp.acl</groupId> <artifactId>acl-api</artifactId> <name>acl-api</name> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04</version> <packaging>bundle</packaging> <dependencies> |