diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-06 16:17:15 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-06 16:17:15 +0200 |
commit | ef459f0d69b0b3f57d91c99224606994c20eb508 (patch) | |
tree | 5288d3dc0d9cbd356a917a5f6c1f8796fe274b7f /vpp-common/naming-context-api | |
parent | 32969dd02d86a78d9fd8847229d929ae17fede34 (diff) |
Bump versions to RC0v1.16.9-RC0
Change-Id: I81bed6b833c9b3319c7b474c8f85fed2c6896db7
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-common/naming-context-api')
-rw-r--r-- | vpp-common/naming-context-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml index f9c8e1ed3..11a13cfcc 100644 --- a/vpp-common/naming-context-api/pom.xml +++ b/vpp-common/naming-context-api/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC0</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>naming-context-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC0</version> <packaging>bundle</packaging> <dependencyManagement> |