File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >se.bjurr.violations</groupId >
4
4
<artifactId >violations-maven-plugin</artifactId >
5
- <version >2.2.1-SNAPSHOT </version >
5
+ <version >2.2.1</version >
6
6
<packaging >maven-plugin</packaging >
7
7
<name >violations-maven-plugin</name >
8
8
<description >Maven plugin that will find report files from static code analysis, present and optionally fail the
14
14
<scm >
15
15
<
developerConnection >scm:git:
[email protected] :tomasbjerre/violations-maven-plugin.git</
developerConnection >
16
16
<url >https://github.com/tomasbjerre/violations-maven-plugin</url >
17
- <tag >HEAD </tag >
17
+ <tag >violations-maven-plugin-2.2.1 </tag >
18
18
</scm >
19
19
20
20
<distributionManagement >
21
21
<repository >
22
22
<id >ossrh</id >
23
- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2 /</url >
23
+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/</url >
24
24
</repository >
25
25
</distributionManagement >
26
26
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
<maven .compiler.target>11</maven .compiler.target>
47
47
<maven .compiler.source>11</maven .compiler.source>
48
- <changelog >2.2.0 </changelog >
49
- <violations >2.3.2 </violations >
48
+ <changelog >2.2.5 </changelog >
49
+ <violations >2.3.5 </violations >
50
50
</properties >
51
51
52
52
<dependencies >
You can’t perform that action at this time.
0 commit comments