diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 19:19:58 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-04 19:20:10 +0100 |
commit | b0c2350c915238785e641d18d63a9bf74bb326c8 (patch) | |
tree | 6829f7aae250a85be316f4854005e9d990165fcf /common/honeycomb-parent/pom.xml | |
parent | 88e324df51d7f119ba8c9dcf6a54e063cd0dee12 (diff) |
Bump version to 1.17.01-RC1v1.17.01-RC1
Change-Id: I122834e5c72a03da8580b5416220e00a8ffbc7d4
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/honeycomb-parent/pom.xml')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 59709b7a3..b0eeeb822 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -21,7 +21,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <name>${project.artifactId}</name> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC1</version> <packaging>pom</packaging> <prerequisites> <maven>3.1.1</maven> @@ -264,7 +264,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <!-- Hardcoded version to prevent archetype generated projects to use their own project version --> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC1</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -484,7 +484,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.01-RC1</version> </dependency> </dependencies> </plugin> |