File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
<parent >
4
5
<groupId >se.bjurr.maven</groupId >
7
8
</parent >
8
9
<groupId >se.bjurr.violations</groupId >
9
10
<artifactId >violations-maven-plugin</artifactId >
10
- <version >3.1.0-SNAPSHOT </version >
11
+ <version >3.1.0</version >
11
12
<packaging >maven-plugin</packaging >
12
13
<name >violations-maven-plugin</name >
13
14
<description >Maven plugin that will find report files from static code analysis, present and optionally fail the
17
18
18
19
<scm >
19
20
<
developerConnection >scm:git:
[email protected] :tomasbjerre/violations-maven-plugin.git</
developerConnection >
20
- <tag >HEAD </tag >
21
+ <tag >violations-maven-plugin-3.1.0 </tag >
21
22
<url >https://github.com/tomasbjerre/violations-maven-plugin</url >
22
23
</scm >
23
24
89
90
</plugin >
90
91
</plugins >
91
92
</build >
92
- </project >
93
+ </project >
You can’t perform that action at this time.
0 commit comments