diff --git a/CHANGELOG.md b/CHANGELOG.md index 92abefd..f437c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog Changelog of Violations Maven plugin. -## Unreleased +## violations-maven-plugin-1.34 ### No issue +**Filtering out duplicated violations** + + +[ef8a3ed7a4bfac1](https://github.com/tomasbjerre/violations-maven-plugin/commit/ef8a3ed7a4bfac1) Tomas Bjerre *2020-01-19 15:59:46* + **Test** diff --git a/pom.xml b/pom.xml index 38c5745..758e21d 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 se.bjurr.violations violations-maven-plugin - 1.34 + 1.35-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.34 + HEAD diff --git a/violations-maven-plugin-example/pom.xml b/violations-maven-plugin-example/pom.xml index aa403d0..1c60602 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.34-SNAPSHOT + 1.35-SNAPSHOT