commit | 6419d94d901756e9d75e0a395a9159e8d48b2469 | [log] [tgz] |
---|---|---|
author | David Matějček <dmatej@seznam.cz> | Mon Jul 05 23:08:39 2021 +0200 |
committer | David Matějček <dmatej@seznam.cz> | Mon Jul 05 23:08:39 2021 +0200 |
tree | 2eac2447faa1f117233bb83f8bf543f268a8f10c | |
parent | 38ed9d41b2f2b307fbbf58b0cbef653622621bef [diff] [blame] |
Issue #23504 Updated maven-war-plugin - the old one was not compatible with JDK17
diff --git a/nucleus/pom.xml b/nucleus/pom.xml index ffe971f..fe6678a 100644 --- a/nucleus/pom.xml +++ b/nucleus/pom.xml
@@ -100,7 +100,7 @@ </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> - <version>2.2</version> + <version>3.3.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>