From fff19c36092d8da25234c3a48b14c3866b67c77d Mon Sep 17 00:00:00 2001 From: Matheus Lenke Date: Sun, 12 Jan 2025 12:01:13 -0300 Subject: [PATCH] fix: wrong plugin versions in pom.xml --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 999209c..543b359 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,8 @@ 21 UTF-8 0.6.0 + 3.10.1 + 3.3.1 3.2.7 @@ -103,7 +105,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.6.0 + ${plugin.publishing.version} true central @@ -111,6 +113,19 @@ published + + org.apache.maven.plugins + maven-source-plugin + ${plugin.source.version} + + + attach-sources + + jar-no-fork + + + + org.apache.maven.plugins maven-javadoc-plugin