diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 07:52:48 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 07:54:16 +0200 |
commit | 680f6e5c8f842081cd8f6e481eec65e190c6d270 (patch) | |
tree | c0c6d381c232cf889f61124b93b8c8c66728eaf4 /common/honeycomb-parent | |
parent | 75bc807de21c89a5b73f1ce34dae9f1b46c5a4e3 (diff) |
Bump version to 1.17.07-SNAPSHOT
Change-Id: Ie7b486c266ea34df999e7122b5ef12d26aded863
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/honeycomb-parent')
-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 3f03475aa..b96ca11ed 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.04-SNAPSHOT</version> + <version>1.17.07-SNAPSHOT</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.04-SNAPSHOT</version> + <version>1.17.07-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> @@ -492,7 +492,7 @@ <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>common-scripts</artifactId> - <version>1.17.04-SNAPSHOT</version> + <version>1.17.07-SNAPSHOT</version> </dependency> </dependencies> </plugin> |