Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 25, 2017
1 parent 874d8be commit cbc97a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.

## Unreleased
### No issue

**Doc**


[9a0f8f38eb621d7](https://github.com/tomasbjerre/violations-maven-plugin/commit/9a0f8f38eb621d7) Tomas Bjerre *2017-12-25 06:55:07*


## violations-maven-plugin-1.1
### No issue

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The plugin needs to run after any static code analysis tools, so put it after th
<plugin>
<groupId>se.bjurr.violations</groupId>
<artifactId>violations-maven-plugin</artifactId>
<version>1.1</version>
<version>1.2</version>
<executions>
<execution>
<phase>verify</phase>
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 @@ -16,7 +16,7 @@
<plugin>
<groupId>se.bjurr.violations</groupId>
<artifactId>violations-maven-plugin</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit cbc97a2

Please sign in to comment.