diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 18:09:04 +0200 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2017-07-07 13:18:02 +0000 |
commit | bf7a5fd6d197a64850cc8b3a7b32d1479572cd18 (patch) | |
tree | af2d0c8e6c571a8facb2276eab2e294b0f6ff8c5 /vpp-classifier | |
parent | 478f4def519b0fe7f6bab909d77fed456963ac34 (diff) |
Bump hc2vpp version to 1.17.07-RC1v1.17.07-RC1
Also updates honeycomb dependencies
Change-Id: I48bc75829313e0c0f3f83ec1bf4dfdcd32b99efa
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-classifier')
-rw-r--r-- | vpp-classifier/api/pom.xml | 4 | ||||
-rw-r--r-- | vpp-classifier/impl/pom.xml | 6 | ||||
-rw-r--r-- | vpp-classifier/pom.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/vpp-classifier/api/pom.xml b/vpp-classifier/api/pom.xml index b06949f91..4e644ebc1 100644 --- a/vpp-classifier/api/pom.xml +++ b/vpp-classifier/api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.vpp.classifier</groupId> <artifactId>vpp-classifier-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-classifier/impl/pom.xml b/vpp-classifier/impl/pom.xml index 5b1ddc0f5..eaef713fa 100644 --- a/vpp-classifier/impl/pom.xml +++ b/vpp-classifier/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> @@ -30,14 +30,14 @@ <groupId>io.fd.hc2vpp.vpp.classifier</groupId> <artifactId>vpp-classifier-impl</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <dependencies> <!-- Api --> <dependency> <groupId>io.fd.hc2vpp.vpp.classifier</groupId> <artifactId>vpp-classifier-api</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> </dependency> <!-- TODO - HC2VPP-97 - change to sub-interface-api dependency once module is present diff --git a/vpp-classifier/pom.xml b/vpp-classifier/pom.xml index 4557be035..0df2830d4 100644 --- a/vpp-classifier/pom.xml +++ b/vpp-classifier/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |