diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:25:55 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:25:59 +0200 |
commit | bc105e2a717de1a779114354f2fb2cf9f9013567 (patch) | |
tree | 1685de0d3e1c9048cd7d297fc0781584c9d2011e /vpp-integration/api-docs | |
parent | 00778f7b897c1a74e9022bc5d0df3b3edf83ba9e (diff) |
Bump hc2vpp version to 1.17.10-RC1v1.17.10-RC1
Also updates honeycomb dependencies
Change-Id: Ifc6b3233b14f0d6c3d2d70930e3a711a20344411
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/api-docs')
-rw-r--r-- | vpp-integration/api-docs/api/pom.xml | 4 | ||||
-rw-r--r-- | vpp-integration/api-docs/core/pom.xml | 4 | ||||
-rw-r--r-- | vpp-integration/api-docs/docs/pom.xml | 2 | ||||
-rw-r--r-- | vpp-integration/api-docs/pom.xml | 4 | ||||
-rw-r--r-- | vpp-integration/api-docs/scripts/pom.xml | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml index 52c24ea80..5ae43a25c 100644 --- a/vpp-integration/api-docs/api/pom.xml +++ b/vpp-integration/api-docs/api/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -39,6 +39,6 @@ <artifactId>docs-api</artifactId> <groupId>io.fd.hc2vpp.docs</groupId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> </project>
\ No newline at end of file diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index 857f7b2dd..f44c123f0 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs-core</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <properties> <mockito-core.version>1.10.19</mockito-core.version> diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index 3783d5254..3773278c4 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -22,7 +22,7 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <properties> <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation --> diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml index cb1f1ac61..01a377f47 100644 --- a/vpp-integration/api-docs/pom.xml +++ b/vpp-integration/api-docs/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <relativePath>../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>api-docs</artifactId> <packaging>pom</packaging> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <modules> <module>core</module> diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml index 086e6f257..7201471c8 100644 --- a/vpp-integration/api-docs/scripts/pom.xml +++ b/vpp-integration/api-docs/scripts/pom.xml @@ -22,7 +22,7 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>scripts</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10-RC1</version> <properties> <groovy.version>2.4.7</groovy.version> |