diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 13:05:52 +0200 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2017-04-12 19:06:17 +0000 |
commit | 21a1ecd2da4ecc8c4f9e0f2ae70ff541decd69f9 (patch) | |
tree | b5947d20a9c682390aff686a307e0553d3ef018e /common/impl-parent/pom.xml | |
parent | 4bddb2d23298696a2632e2cffadeb6bbec597efb (diff) |
Bump hc2vpp version to 1.17.04-RC2v1.17.04-RC2
Also updates honeycomb dependencies
Change-Id: I4527d86b4ebf6e8abcd2c8d62c5a14640802b3e7
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/impl-parent/pom.xml')
-rw-r--r-- | common/impl-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index e51413b1a..0c9bd2ac8 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -7,14 +7,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04-RC2</version> <relativePath>../hc2vpp-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04-RC2</version> <packaging>pom</packaging> <!-- import dependencies from honeycomb impl-parent --> @@ -23,7 +23,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.04-RC2</version> <type>pom</type> <scope>import</scope> </dependency> |