Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

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 Jan 3, 2020
1 parent a605ea2 commit b444771
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## Unreleased
## violation-comments-to-github-maven-plugin-1.59
### GitHub #80

**Add support for sonar issue report formats >= v7.5 tomasbjerre/violations-lib#80**


[d89ff72a00fc2b8](https://github.com/tomasbjerre/violation-comments-to-github-maven-plugin/commit/d89ff72a00fc2b8) Tomas Bjerre *2020-01-03 07:28:30*


### No issue

**Create FUNDING.yml**
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>se.bjurr.violations</groupId>
<artifactId>violation-comments-to-github-maven-plugin</artifactId>
<version>1.59</version>
<version>1.60-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>violation-comments-to-github-maven-plugin</name>
<description>Maven plugin that comments GitHub with results from static code analysis.</description>
Expand All @@ -12,7 +12,7 @@
<scm>
<developerConnection>scm:git:[email protected]:tomasbjerre/violation-comments-to-github-maven-plugin.git</developerConnection>
<url>https://github.com/tomasbjerre/violation-comments-to-github-maven-plugin</url>
<tag>violation-comments-to-github-maven-plugin-1.59</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion violation-comments-to-github-maven-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
<plugin.version>1.59-SNAPSHOT</plugin.version>
<plugin.version>1.60-SNAPSHOT</plugin.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit b444771

Please sign in to comment.