File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
violations-maven-plugin-example Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 26
26
<maven .compiler.target>11</maven .compiler.target>
27
27
<maven .compiler.source>11</maven .compiler.source>
28
28
<changelog >2.2.5</changelog >
29
- <violations >2.3.8 </violations >
29
+ <violations >2.4.0 </violations >
30
30
</properties >
31
31
32
32
<dependencies >
33
33
<dependency >
34
34
<groupId >se.bjurr.violations</groupId >
35
- <artifactId >violations-git-lib</artifactId >
35
+ <artifactId >violations-git-lib-transitives </artifactId >
36
36
<version >${violations} </version >
37
37
</dependency >
38
38
<dependency >
Original file line number Diff line number Diff line change 1
-
2
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
3
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
11
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
11
<maven .compiler.target>1.6</maven .compiler.target>
13
12
<maven .compiler.source>1.6</maven .compiler.source>
14
- <violations .version>2.2.8 -SNAPSHOT</violations .version>
13
+ <violations .version>2.2.10 -SNAPSHOT</violations .version>
15
14
</properties >
16
15
<build >
17
16
<plugins >
You can’t perform that action at this time.
0 commit comments