Update versions of Maven plugins (#595)

Co-authored-by: Kirill Prazdnikov <kirill@hydraulic.software>
This commit is contained in:
Kirill Prazdnikov 2022-06-24 12:44:09 +03:00 committed by GitHub
parent 0d73478164
commit 2c74f282c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.2.3</version>
<configuration>
<webResources>
<resource>

View File

@ -98,7 +98,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.2.3</version>
<configuration>
<webResources>
<resource>

View File

@ -54,7 +54,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.2.3</version>
<configuration>
<webResources>
<resource>

View File

@ -54,7 +54,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.2.3</version>
<configuration>
<webResources>
<resource>

View File

@ -30,7 +30,7 @@
<description>A sample application written in Kotlin and compiled by TeaVM</description>
<properties>
<kotlin.version>1.4.30</kotlin.version>
<kotlin.version>1.5.10</kotlin.version>
</properties>
<dependencies>
@ -107,7 +107,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.2.3</version>
<configuration>
<webResources>
<resource>

View File

@ -54,7 +54,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.2.3</version>
<configuration>
<webResources>
<resource>

View File

@ -54,7 +54,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<version>3.2.3</version>
<configuration>
<webResources>
<resource>