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 Sep 7, 2019
1 parent 78df208 commit eb755bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.21
### No issue

**CodeClimate export**


[2586dc5416db8f4](https://github.com/tomasbjerre/violations-maven-plugin/commit/2586dc5416db8f4) Tomas Bjerre *2019-09-07 15:02:34*


## violations-maven-plugin-1.20
### No issue

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.21</version>
<version>1.22-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.21</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.21-SNAPSHOT</violations.version>
<violations.version>1.22-SNAPSHOT</violations.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit eb755bf

Please sign in to comment.