diff options
author | 2019-04-18 11:38:12 +0200 | |
---|---|---|
committer | 2019-04-18 11:38:12 +0200 | |
commit | 229cb7619eff61a48d526f2226901ddbcc327bd8 (patch) | |
tree | 10fe217b2857e4c1da322acff7922fb940a89559 /acl | |
parent | 37039138afcddedb1af4035aae5fb6c603c4c4e1 (diff) |
Bump hc2vpp version to 1.19.08-SNAPSHOT
- removed 2000 offset from package name, doesn't affect download
of latest version anymore.
Change-Id: I82efba1a605331b9b23ac54b753f3721a0958431
Signed-off-by: Michal Cmarada <mcmarada@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 aeaba8d40..d9142e040 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.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</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.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index e7edd5791..a8275c183 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.acl</groupId> <artifactId>acl-impl</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <properties> <jvpp.acl.version>19.04-SNAPSHOT</jvpp.acl.version> diff --git a/acl/pom.xml b/acl/pom.xml index 655708245..9d9184894 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <artifactId>acl-aggregator</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.08-SNAPSHOT</version> <name>acl-aggregator</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |