summaryrefslogtreecommitdiffstats
path: root/infra/minimal-distribution/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-04 19:19:58 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-18 21:12:47 +0100
commita8bb23f6d54e7e90778a4edb70dc74ee7caf9635 (patch)
tree126ed7fe18331ddddcd400ab32ac22f4bd898f29 /infra/minimal-distribution/pom.xml
parent78886acd688284585c2e219e18d7289f49cc8a45 (diff)
Bump version to 1.17.01-RC2v1.17.01-RC2
Change-Id: I133834e5c72a03da8680b5416220e00a8ffbc7d4 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/minimal-distribution/pom.xml')
-rw-r--r--infra/minimal-distribution/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml
index 4fe0c89d3..a1c112b60 100644
--- a/infra/minimal-distribution/pom.xml
+++ b/infra/minimal-distribution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>minimal-distribution-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.01-RC2</version>
<relativePath>../../common/minimal-distribution-parent</relativePath>
</parent>
@@ -26,7 +26,7 @@
<groupId>io.fd.honeycomb</groupId>
<artifactId>minimal-distribution</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.01-RC2</version>
<properties>
<main.class>io.fd.honeycomb.infra.distro.Main</main.class>