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 Jan 19, 2020
1 parent 43979d1 commit 078f9af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**


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

0 comments on commit 078f9af

Please sign in to comment.