From fa4f3b4ddd2cfb339172da8f31e3da53ae95c7b9 Mon Sep 17 00:00:00 2001 From: mosidev Date: Wed, 7 Dec 2022 22:44:43 +0330 Subject: [PATCH] [enhancement] update dependencies and plugins to the latest version (#5) --- pom.xml | 58 +++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index cb49272..4d6c722 100644 --- a/pom.xml +++ b/pom.xml @@ -30,17 +30,18 @@ - scm:git:https://github.com/mimdal/maven-save-wsdl-plugin.git https://github.com/mimdal/repositories + scm:git:https://github.com/mimdal/maven-save-wsdl-plugin.git scm:git:https://github.com/mimdal/maven-save-wsdl-plugin.git - HEAD - + HEAD + org.apache.maven maven-plugin-api ${maven-plugin-api.version} + provided org.apache.maven.plugin-tools @@ -50,8 +51,9 @@ org.apache.maven - maven-project + maven-core ${maven-project.version} + provided @@ -59,13 +61,14 @@ dom4j ${dom4j.version} - + jaxen jaxen - 1.1.4 + 1.2.0 + runtime - + commons-io commons-io @@ -80,10 +83,29 @@ maven-plugin-plugin ${maven-plugin-plugin.version} + + org.apache.maven.plugins + maven-resources-plugin + 3.3.0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.2.1 attach-sources @@ -96,7 +118,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.4.1 attach-javadocs @@ -119,7 +141,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6 + 1.6.13 true https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -131,14 +153,14 @@ - 1.8 - 1.8 - 3.6.2 - 3.6.0 - 2.2.1 - 3.6.0 - [2.1.3,) - 2.7 + UTF-8 + 8 + 3.8.6 + 3.7.0 + 3.8.6 + 3.7.0 + 2.1.3 + 2.11.0 \ No newline at end of file