File tree 4 files changed +6
-7
lines changed
antlr4-formatter-standalone
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- -e -Dmaven.compiler.useIncrementalCompilation=false
Original file line number Diff line number Diff line change 12
12
13
13
<properties >
14
14
<commons-cli .version>1.5.0</commons-cli .version>
15
- <logback .version>1.4.5 </logback .version>
15
+ <logback .version>1.4.7 </logback .version>
16
16
</properties >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 10
10
<artifactId >antlr4-formatter</artifactId >
11
11
12
12
<properties >
13
- <antlr .version>4.11.1 </antlr .version>
13
+ <antlr .version>4.12.0 </antlr .version>
14
14
</properties >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 16
16
</modules >
17
17
18
18
<properties >
19
- <target .jvm>1.7 </target .jvm>
19
+ <target .jvm>11 </target .jvm>
20
20
<required-maven-version >3.3.1</required-maven-version >
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
60
60
<plugin >
61
61
<groupId >org.apache.maven.plugins</groupId >
62
62
<artifactId >maven-compiler-plugin</artifactId >
63
- <version >3.10.1 </version >
63
+ <version >3.11.0 </version >
64
64
<configuration >
65
65
<source >${target.jvm} </source >
66
66
<target >${target.jvm} </target >
70
70
<plugin >
71
71
<groupId >org.apache.maven.plugins</groupId >
72
72
<artifactId >maven-enforcer-plugin</artifactId >
73
- <version >3.1 .0</version >
73
+ <version >3.3 .0</version >
74
74
<executions >
75
75
<execution >
76
76
<id >enforce-maven</id >
146
146
<plugin >
147
147
<groupId >org.apache.maven.plugins</groupId >
148
148
<artifactId >maven-javadoc-plugin</artifactId >
149
- <version >3.5.0 </version >
149
+ <version >3.5.0</version >
150
150
<executions >
151
151
<execution >
152
152
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments