Skip to content

Commit 444b899

Browse files
renovate[bot]renovate-botmpkorstanje
authored
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1 (#2499)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent 52d9594 commit 444b899

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.10.0</version>
66+
<version>3.10.1</version>
6767
<configuration>
6868
<encoding>UTF-8</encoding>
6969
<source>1.8</source>

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

Lines changed: 1 addition & 1 deletion
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.10.0</version>
66+
<version>3.10.1</version>
6767
<configuration>
6868
<encoding>UTF-8</encoding>
6969
<source>1.8</source>

0 commit comments

Comments
 (0)