File tree 3 files changed +3
-2
lines changed
main/resources/archetype-resources
test/resources/projects/should-generate-project/reference
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 58
58
<artifactId >maven-resources-plugin</artifactId >
59
59
<configuration >
60
60
<escapeString >\</escapeString >
61
+ <propertiesEncoding >UTF-8</propertiesEncoding >
61
62
</configuration >
62
63
</plugin >
63
64
</plugins >
Original file line number Diff line number Diff line change 63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<artifactId >maven-compiler-plugin</artifactId >
66
- <version >3.8.1 </version >
66
+ <version >3.9.0 </version >
67
67
<configuration >
68
68
<encoding >UTF-8</encoding >
69
69
<source >1.8</source >
Original file line number Diff line number Diff line change 63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<artifactId >maven-compiler-plugin</artifactId >
66
- <version >3.8.1 </version >
66
+ <version >3.9.0 </version >
67
67
<configuration >
68
68
<encoding >UTF-8</encoding >
69
69
<source >1.8</source >
You can’t perform that action at this time.
0 commit comments