diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-10 11:05:35 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-10 11:08:24 +0100 |
commit | 0c7caef96d2a3bf9e9175a74f096da2e7263225a (patch) | |
tree | bde2f8714d63f361d747e9fe6b4260f93db52c60 /vpp-classifier | |
parent | b13e648949b268a91be59e2b722f6e687342a918 (diff) |
Set hc2vpp version back to 1.18.01-SNAPSHOT
Also sets honeycomb DEB/RPM package version to 1.18.01-RC2~$BUILD_NUMBER
Change-Id: I7d1916b9e464d957d55b620e746cf763c83943a8
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 29d86b367..2b0785e4c 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.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</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.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-classifier/impl/pom.xml b/vpp-classifier/impl/pom.xml index 9346c24a6..038f28fa3 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.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</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.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <dependencies> <!-- Api --> <dependency> <groupId>io.fd.hc2vpp.vpp.classifier</groupId> <artifactId>vpp-classifier-api</artifactId> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</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 6f5fe050a..453a20302 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.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |