diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-19 17:38:42 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-24 13:55:45 +0100 |
commit | 9db53630c6033bba49a6da4e4ecd511047d53f25 (patch) | |
tree | f35c2091809763a2b9b28c869915b9e378ce09e4 /vpp-common | |
parent | 9813b4e4047e1226198bf215d89417a2dfc7f664 (diff) |
Set hc2vpp version back to 1.17.01-SNAPSHOT
Change-Id: I4503dbc1f8737ca4d780e180a7c279c980f6a80e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-common')
-rw-r--r-- | vpp-common/naming-context-api/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/naming-context-impl/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 6 | ||||
-rw-r--r-- | vpp-common/vpp-impl-parent/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-translate-test/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-translate-utils/pom.xml | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml index 18199240a..25106e259 100644 --- a/vpp-common/naming-context-api/pom.xml +++ b/vpp-common/naming-context-api/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>naming-context-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index 77164b27b..94f0571f8 100644 --- a/vpp-common/naming-context-impl/pom.xml +++ b/vpp-common/naming-context-impl/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>naming-context-impl</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-common/pom.xml b/vpp-common/pom.xml index 791ad8d78..6d64304e6 100644 --- a/vpp-common/pom.xml +++ b/vpp-common/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> </parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-aggregator</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 5afd3f853..5f610277a 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -19,16 +19,16 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <properties> - <honeycomb.min.distro.version>1.17.01-RC2</honeycomb.min.distro.version> + <honeycomb.min.distro.version>1.17.01-SNAPSHOT</honeycomb.min.distro.version> <jvpp.version>17.01</jvpp.version> <hamcrest.version>1.3</hamcrest.version> </properties> diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index 8459602fd..2c5e391ad 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml index 59a7d0806..50c839033 100644 --- a/vpp-common/vpp-translate-test/pom.xml +++ b/vpp-common/vpp-translate-test/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vpp-translate-test</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/vpp-common/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml index 0147d44e0..5d14326b7 100644 --- a/vpp-common/vpp-translate-utils/pom.xml +++ b/vpp-common/vpp-translate-utils/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vpp-translate-utils</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <properties> |