diff --git a/CHANGELOG.md b/CHANGELOG.md index c5463e2..7f94915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index b097558..0fd9348 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 se.bjurr.violations violations-maven-plugin - 1.21 + 1.22-SNAPSHOT maven-plugin violations-maven-plugin Maven plugin that will find report files from static code analysis, present and optionally fail the @@ -14,7 +14,7 @@ scm:git:git@github.com:tomasbjerre/violations-maven-plugin.git https://github.com/tomasbjerre/violations-maven-plugin - violations-maven-plugin-1.21 + HEAD diff --git a/violations-maven-plugin-example/pom.xml b/violations-maven-plugin-example/pom.xml index aab585a..c35b85a 100644 --- a/violations-maven-plugin-example/pom.xml +++ b/violations-maven-plugin-example/pom.xml @@ -10,7 +10,7 @@ UTF-8 1.6 1.6 - 1.21-SNAPSHOT + 1.22-SNAPSHOT