Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-commons
Commits
1cd8b6ff
Commit
1cd8b6ff
authored
Jan 18, 2022
by
Thomas Mortagne
Browse files
XCOMMONS-2351: Upgrade to Maven Compiler Plugin 3.9.0
parent
2e3cd8dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
1cd8b6ff
...
...
@@ -2036,7 +2036,7 @@
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<!-- Lock down plugin version for build reproducibility -->
<version>
3.
8.1
</version>
<version>
3.
9.0
</version>
<configuration>
<source>
${java.version}
</source>
<target>
${java.version}
</target>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment