Skip to content

Commit 14d320a

Browse files
committed
modify
1 parent 553f7b2 commit 14d320a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end_of_line = lf
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
1212

13-
[*.{json, yml}]
13+
[*.{json, yml, xml}]
1414
indent_style = tab
1515
indent_size = 4
1616

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<java.version>1.8</java.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
16-
<revision>1.0.0.RC</revision>
16+
<revision>1.0.0.RC1</revision>
1717
<slf4j.version>1.7.7</slf4j.version>
1818
<lombok.version>1.18.18</lombok.version>
1919
<guava.version>16.0</guava.version>
@@ -192,12 +192,14 @@
192192
<artifactId>versions-maven-plugin</artifactId>
193193
<version>2.4</version>
194194
</plugin>
195+
195196
<plugin>
196197
<groupId>org.codehaus.mojo</groupId>
197198
<artifactId>flatten-maven-plugin</artifactId>
198199
<version>1.1.0</version>
199200
<configuration>
200201
<updatePomFile>true</updatePomFile>
202+
<flattenMode>oss</flattenMode>
201203
</configuration>
202204
<executions>
203205
<execution>
@@ -216,10 +218,6 @@
216218
</execution>
217219
</executions>
218220
</plugin>
219-
<plugin>
220-
<artifactId>maven-surefire-plugin</artifactId>
221-
<version>2.22.2</version>
222-
</plugin>
223221

224222
<plugin>
225223
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)