Skip to content

Commit 908707d

Browse files
renovate[bot]renovate-botaslakhellesoy
authored
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.9.0 (#2465)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Aslak Hellesøy <[email protected]>
1 parent 7c96c40 commit 908707d

File tree

3 files changed

+3
-2
lines changed
  • archetype
    • src
      • main/resources/archetype-resources
      • test/resources/projects/should-generate-project/reference

3 files changed

+3
-2
lines changed

archetype/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<artifactId>maven-resources-plugin</artifactId>
5959
<configuration>
6060
<escapeString>\</escapeString>
61+
<propertiesEncoding>UTF-8</propertiesEncoding>
6162
</configuration>
6263
</plugin>
6364
</plugins>

archetype/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>3.8.1</version>
66+
<version>3.9.0</version>
6767
<configuration>
6868
<encoding>UTF-8</encoding>
6969
<source>1.8</source>

archetype/src/test/resources/projects/should-generate-project/reference/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>3.8.1</version>
66+
<version>3.9.0</version>
6767
<configuration>
6868
<encoding>UTF-8</encoding>
6969
<source>1.8</source>

0 commit comments

Comments
 (0)