Fix Compatibility in Plugin Version, Building JDK-21.0.1

pull/1608/head
hejunion 2024-01-14 14:13:35 -08:00
parent d074573de0
commit 3c4b020aa8
1 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -178,7 +178,7 @@
<plugin>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-maven-plugin</artifactId>
<version>1.10.0</version>
<version>1.9.0</version>
<executions>
<execution>
<phase>compile</phase>
@ -191,7 +191,7 @@
<dependency>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-extensions</artifactId>
<version>1.10.0</version>
<version>1.9.0</version>
</dependency>
</dependencies>
</plugin>