From 53f9e8d8f3ff6d343e7a835c62fd27959b48a3cd Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Tue, 6 Feb 2018 19:09:13 +0100 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- CHANGELOG.md | 16 +++++++++++++++- pom.xml | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ed9d5..856d242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,23 @@ Changelog of Violation Comments to Bitbucket Server Plugin. -## Unreleased +## 1.67 +### GitHub [#48](https://github.com/jenkinsci/violation-comments-to-stash-plugin/issues/48) Plugin causes job hangs + +**Setting timeout to 30s #48** + + +[3234f72e0379fb6](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/3234f72e0379fb6) Tomas Bjerre *2018-02-06 18:08:03* + + +## 1.66 ### No issue +**Making reporter field optional** + + +[2bff949f05e9925](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/2bff949f05e9925) Tomas Bjerre *2018-01-28 13:15:38* + **Cleanup** diff --git a/pom.xml b/pom.xml index c0dd613..72c917c 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ violation-comments-to-stash - 1.67 + 1.68-SNAPSHOT hpi Jenkins Violation Comments to Bitbucket Server Plugin Finds violations reported by code analyzers and comments Bitbucket Server (or Stash) pull requests (or commits) with them. @@ -46,7 +46,7 @@ scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git http://github.com/jenkinsci/${project.artifactId}-plugin - violation-comments-to-stash-1.67 + HEAD