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 14, 2018
1 parent ac90111 commit e304946
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
Changelog of Violations Maven plugin.

## violations-maven-plugin-1.7
### No issue

**Google error-prone**


[b622a43454ea975](https://github.com/tomasbjerre/violations-maven-plugin/commit/b622a43454ea975) Tomas Bjerre *2018-01-14 11:30:57*

**Doc**


[150ccb01d9fa614](https://github.com/tomasbjerre/violations-maven-plugin/commit/150ccb01d9fa614) Tomas Bjerre *2018-01-14 07:12:02*


## violations-maven-plugin-1.6
### 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.7</version>
<version>1.8-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 build.</description>
Expand All @@ -12,7 +12,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.7</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 @@ -16,7 +16,7 @@
<plugin>
<groupId>se.bjurr.violations</groupId>
<artifactId>violations-maven-plugin</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit e304946

Please sign in to comment.