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 3, 2020
1 parent db7a7d2 commit 942ef69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog of Violation Comments to Bitbucket Server Plugin.

## 1.114
### GitHub #82

**CPPCheckParser with auto closed <error/> tags tomasbjerre/violations-lib#82**


[2129851c10579c6](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/2129851c10579c6) Tomas Bjerre *2020-02-03 16:49:16*


## 1.113
### GitHub #80

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

<artifactId>violation-comments-to-stash</artifactId>
<version>1.114</version>
<version>1.115-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 @@ -51,7 +51,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.114</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 942ef69

Please sign in to comment.