Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Feb 6, 2018
1 parent 2e73b37 commit 53f9e8d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</properties>

<artifactId>violation-comments-to-stash</artifactId>
<version>1.67</version>
<version>1.68-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Jenkins Violation Comments to Bitbucket Server Plugin</name>
<description>Finds violations reported by code analyzers and comments Bitbucket Server (or Stash) pull requests (or commits) with them.</description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>violation-comments-to-stash-1.67</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 53f9e8d

Please sign in to comment.