From e1c4c2aefb37bae250116e52c8520aa0af94670c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Tue, 23 Jan 2024 08:26:58 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Av1.1=20test=5Fcompletions=5Fsync=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/pom.xml b/pom.xml index 7dd2d0a..6d45eb0 100644 --- a/pom.xml +++ b/pom.xml @@ -167,4 +167,99 @@ + + + + release + + true + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + -Xdoclint:none + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + fuzhengwei + 123456 + + + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + release + https://s01.oss.sonatype.org/content/repositories/releases/ + + + + + + -- GitLab