diff options
Diffstat (limited to 'vpp-integration/api-docs/core')
-rw-r--r-- | vpp-integration/api-docs/core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index 8aa4611ae..f10c1571f 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.18.01-SNAPSHOT</version> + <version>1.18.01-RC2</version> <relativePath>../../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs-core</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC2</version> <properties> <mockito-core.version>1.10.19</mockito-core.version> |