File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ end_of_line = lf
10
10
trim_trailing_whitespace = true
11
11
insert_final_newline = true
12
12
13
- [* .{json, yml} ]
13
+ [* .{json, yml, xml } ]
14
14
indent_style = tab
15
15
indent_size = 4
16
16
Original file line number Diff line number Diff line change 13
13
<java .version>1.8</java .version>
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
16
- <revision >1.0.0.RC </revision >
16
+ <revision >1.0.0.RC1 </revision >
17
17
<slf4j .version>1.7.7</slf4j .version>
18
18
<lombok .version>1.18.18</lombok .version>
19
19
<guava .version>16.0</guava .version>
192
192
<artifactId >versions-maven-plugin</artifactId >
193
193
<version >2.4</version >
194
194
</plugin >
195
+
195
196
<plugin >
196
197
<groupId >org.codehaus.mojo</groupId >
197
198
<artifactId >flatten-maven-plugin</artifactId >
198
199
<version >1.1.0</version >
199
200
<configuration >
200
201
<updatePomFile >true</updatePomFile >
202
+ <flattenMode >oss</flattenMode >
201
203
</configuration >
202
204
<executions >
203
205
<execution >
216
218
</execution >
217
219
</executions >
218
220
</plugin >
219
- <plugin >
220
- <artifactId >maven-surefire-plugin</artifactId >
221
- <version >2.22.2</version >
222
- </plugin >
223
221
224
222
<plugin >
225
223
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments