From 37f786865c4f580cea32f996aba491de912a2e87 Mon Sep 17 00:00:00 2001 From: tiger <2372554140@qq.com> Date: Thu, 18 Dec 2025 17:20:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(*):1.=20=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/pom.xml b/pom.xml index 86db9c11..f1d66a02 100644 --- a/pom.xml +++ b/pom.xml @@ -242,4 +242,77 @@ + + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.12 + true + + sonatype + https://s01.oss.sonatype.org/ + true + + + + + + + + sonatype + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + + sonatype + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + \ No newline at end of file