diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:26:57 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:27:24 +0200 |
commit | ed51dab992b6a03d63ae2096f4736a6ddf449ecf (patch) | |
tree | cbab074ac988eda7d2106828975c212179e00c5c /vpp-classifier | |
parent | bc105e2a717de1a779114354f2fb2cf9f9013567 (diff) |
Set hc2vpp version back to 1.17.10-SNAPSHOT
Change-Id: I6fa53750c10dc914794d4d45ebc5fdb881e214c8
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 6ffd9409e..241ba4955 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.10-RC1</version> + <version>1.17.10-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.17.10-RC1</version> + <version>1.17.10-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-classifier/impl/pom.xml b/vpp-classifier/impl/pom.xml index 24e7a05f7..c23315b4a 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.10-RC1</version> + <version>1.17.10-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.17.10-RC1</version> + <version>1.17.10-SNAPSHOT</version> <dependencies> <!-- Api --> <dependency> <groupId>io.fd.hc2vpp.vpp.classifier</groupId> <artifactId>vpp-classifier-api</artifactId> - <version>1.17.10-RC1</version> + <version>1.17.10-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 ea8ddcf04..e617ce20c 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.10-RC1</version> + <version>1.17.10-SNAPSHOT</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |