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 Oct 8, 2019
1 parent 674af23 commit ff6e34a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
Changelog of Violations Maven plugin.

## violations-maven-plugin-1.27
### No issue

**Using column widths as min 0 and max given**


[b02e99b14d22a2a](https://github.com/tomasbjerre/violations-maven-plugin/commit/b02e99b14d22a2a) Tomas Bjerre *2019-10-08 17:56:38*


## violations-maven-plugin-1.26
### No issue

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The plugin needs to run after any static code analysis tools, so put it after th
<!-- Optional config -->
<!-- 0 is disabled -->
<maxReporterColumnWidth>0</maxReporterColumnWidth>
<maxRuleColumnWidth>10</maxRuleColumnWidth>
<maxRuleColumnWidth>60</maxRuleColumnWidth>
<maxSeverityColumnWidth>0</maxSeverityColumnWidth>
<maxLineColumnWidth>0</maxLineColumnWidth>
<maxMessageColumnWidth>50</maxMessageColumnWidth>
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>violations-maven-plugin</artifactId>
<version>1.27</version>
<version>1.28-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>violations-maven-plugin</name>
<description>Maven plugin that will find report files from static code analysis, present and optionally fail the
Expand All @@ -14,7 +14,7 @@
<scm>
<developerConnection>scm:git:[email protected]:tomasbjerre/violations-maven-plugin.git</developerConnection>
<url>https://github.com/tomasbjerre/violations-maven-plugin</url>
<tag>violations-maven-plugin-1.27</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion violations-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>
<violations.version>1.27-SNAPSHOT</violations.version>
<violations.version>1.28-SNAPSHOT</violations.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit ff6e34a

Please sign in to comment.