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 384e666 commit d495d2eCopy full SHA for d495d2e
pom.xml
@@ -26,7 +26,7 @@
26
<maven.compiler.target>11</maven.compiler.target>
27
<maven.compiler.source>11</maven.compiler.source>
28
<changelog>2.2.5</changelog>
29
- <violations>2.4.0</violations>
+ <violations>2.5.0</violations>
30
</properties>
31
32
<dependencies>
violations-maven-plugin-example/pom.xml
@@ -10,7 +10,7 @@
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11
<maven.compiler.target>1.6</maven.compiler.target>
12
<maven.compiler.source>1.6</maven.compiler.source>
13
- <violations.version>2.2.10-SNAPSHOT</violations.version>
+ <violations.version>3.0.1-SNAPSHOT</violations.version>
14
15
<build>
16
<plugins>
0 commit comments