We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e52de9 commit 50d8fa6Copy full SHA for 50d8fa6
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>se.bjurr.violations</groupId>
10
<artifactId>violations-maven-plugin</artifactId>
11
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
12
<packaging>maven-plugin</packaging>
13
<name>violations-maven-plugin</name>
14
<description>Maven plugin that will find report files from static code analysis, present and optionally fail the
@@ -18,7 +18,7 @@
18
19
<scm>
20
<developerConnection>scm:git:[email protected]:tomasbjerre/violations-maven-plugin.git</developerConnection>
21
- <tag>violations-maven-plugin-3.0.0</tag>
+ <tag>HEAD</tag>
22
<url>https://github.com/tomasbjerre/violations-maven-plugin</url>
23
</scm>
24
0 commit comments